Skip to content

Commit

Permalink
[tx-robot] updated from transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
nextcloud-bot committed Jul 24, 2016
1 parent ca0e550 commit 8876f52
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@
<string name="unfavorite">Rimuovi come disponibile non in linea</string>
<string name="common_rename">Rinomina</string>
<string name="common_remove">Rimuovi</string>
<string name="confirmation_remove_file_alert">Vuoi davvero rimuovere %1$s?</string>
<string name="confirmation_remove_folder_alert">Vuoi davvero rimuovere %1$s e il suo contenuto?</string>
<string name="confirmation_remove_local">Solo localmente</string>
<string name="remove_success_msg">Rimozione effettuata con successo</string>
Expand Down Expand Up @@ -454,4 +455,11 @@

<string name="permission_storage_access">Permessi aggiuntivi sono richiesti per caricare e scaricare i file.</string>
<string name="local_file_not_found_toast">Il file non è stato trovato nel file system locale</string>
</resources>
<string name="confirmation_remove_files_alert">Vuoi davvero rimuovere gli elementi selezionati?</string>
<string name="confirmation_remove_folders_alert">Vuoi davvero rimuovere gli elementi selezionati e il loro contenuto?</string>
<plurals name="items_selected_count">
<item quantity="one">%d selezionato</item>
<item quantity="other">%d selezionati</item>
</plurals>

</resources>

0 comments on commit 8876f52

Please sign in to comment.