Imported translations.

This commit is contained in:
Felix Ableitner 2014-10-07 12:22:42 +03:00
parent c588604ba8
commit 590637be7e
3 changed files with 11 additions and 0 deletions

View File

@ -124,8 +124,11 @@ Hlašte prosím jakékoliv problémy na které narazíte přes Github.</string>
<!--Activity title-->
<string name="settings_title">Nastavení</string>
<!--Preference title-->
<string name="always_run_in_background">Vždy spouštět v pozadí</string>
<!--Preference summary in case it is enabled-->
<string name="always_run_in_background_enabled">Syncthing poběží vždy v pozadí, podle nastavení níže.</string>
<!--Preference summary in case it is disabled-->
<string name="always_run_in_background_disabled">Syncthing poběží pouze pokud bude ručně spuštěn a může být ukončen tlačítkem z menu.</string>
<string name="sync_only_charging">Synchronizovat pouze při nabíjení</string>
<string name="sync_only_wifi">Synchronizovat pouze při připojení na wifi</string>
<!--Title for the preference to set STTRACE parameters-->

View File

@ -122,8 +122,11 @@ Bitte installieren Sie einen Scanner oder geben Sie die Knoten ID manuell ein.</
<!--Activity title-->
<string name="settings_title">Einstellungen</string>
<!--Preference title-->
<string name="always_run_in_background">Immer im Hintergrund ausführen</string>
<!--Preference summary in case it is enabled-->
<string name="always_run_in_background_enabled">Syncthing läuft immer im Hintergrund, entsprechend den folgenden Einstellungen.</string>
<!--Preference summary in case it is disabled-->
<string name="always_run_in_background_disabled">Syncthing läuft nur wenn es explizit gestartet wird und kann über das Menü gestoppt werden. </string>
<string name="sync_only_charging">Synchronisierung nur mit angeschlossenem Ladegerät</string>
<string name="sync_only_wifi">Synchronisierung nur im WLAN</string>
<!--Title for the preference to set STTRACE parameters-->

View File

@ -85,6 +85,7 @@
<!--Setting title-->
<string name="current_address">Indirizzo Attuale</string>
<!--Setting title-->
<string name="compression">Compressione</string>
<!--ActionBar item-->
<string name="delete_node">Elimina Nodo</string>
<!--Title for NodeSettingsFragment in create mode-->
@ -121,6 +122,7 @@ Installare un lettore o inserire l\'ID del nodo manualmente.</string>
<!--Preference summary in case it is enabled-->
<!--Preference summary in case it is disabled-->
<!--Title for the preference to set STTRACE parameters-->
<string name="sttrace_title">Opzioni di Debug</string>
<!--Settings item that opens issue tracker-->
<string name="report_issue_title">Segnala Problema</string>
<!--Summary for the issue tracker settings item-->
@ -142,8 +144,11 @@ Installare un lettore o inserire l\'ID del nodo manualmente.</string>
<string name="binary_crashed_title">L\'app Syncthing si è bloccata</string>
<!--Message of the dialog shown when the syncthing binary returns an error-->
<!--Title of the "syncthing disabled" dialog-->
<string name="syncthing_disabled_title">Syncthing è disabilitato</string>
<!--Message of the "syncthing disabled" dialog-->
<string name="syncthing_disabled_message">Vuoi cambiare le tue preferenze?</string>
<!--Button text on the "syncthing disabled" dialog-->
<string name="syncthing_disabled_change_settings">Cambia Impostazioni</string>
<!--Button text on the "syncthing disabled" dialog, used as menu item to stop syncthing service if "always_run_in_background" is true-->
<string name="exit">Esci</string>
<!--RestApi-->