add some missing strings

This commit is contained in:
tibbi 2016-08-02 21:56:43 +02:00
parent 39faefd3e4
commit 75f459d355
2 changed files with 7 additions and 0 deletions

View File

@ -20,6 +20,11 @@
<string name="source">Fonte</string>
<string name="destination">Destinazione</string>
<string name="select_destination">Seleziona destinazione</string>
<string name="invalid_destination">Could not write to the selected destination</string>
<string name="please_select_destination">Please select a destination</string>
<string name="copy_failed">Could not copy the files</string>
<string name="copying">Copying</string>
<string name="initial_breadcrumb">home</string>
<plurals name="items_deleted">
<item quantity="one">1 elemento eliminato</item>

View File

@ -21,8 +21,10 @@
<string name="destination">Mål</string>
<string name="select_destination">Välj mål</string>
<string name="invalid_destination">Det gick inte att skriva till målet</string>
<string name="please_select_destination">Please select a destination</string>
<string name="copy_failed">Kunde inte kopiera filen</string>
<string name="copying">Kopierar</string>
<string name="initial_breadcrumb">home</string>
<plurals name="items_deleted">
<item quantity="one">1 objekt borttagen</item>