1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 20:31:16 +00:00

Imported translations.

This commit is contained in:
Felix Ableitner 2014-11-30 19:16:30 +02:00
parent 7635ef8206
commit 3c5db37af1
4 changed files with 300 additions and 2 deletions

View file

@ -0,0 +1,96 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!--MainActivity-->
<!--Title of the "add folder" menu action-->
<!--Title of the "share device id" menu action-->
<!--Shown in the chooser dialog when sharing a Device ID-->
<!--Text for FoldersFragment and DevicesFragment loading view-->
<!--FoldersFragment-->
<!--Format string for folder progress. First parameter is status string, second is sync percentage-->
<!--Shown if no folders exist-->
<!--Format string for folder file count-->
<!--DevicesFragment-->
<!--Shown if no devices exist-->
<!--Indicates that a folder is fully synced to the local device-->
<!--Indicates that the device is currently syncing. Parameter is sync percentage-->
<!--Indicates that there is no connection to the device-->
<!--Title for current download rate-->
<!--Title for current upload rate-->
<!--LocalDeviceInfoFragment-->
<!--ActionBar title shown when the drawer is open-->
<!--Same as download_title with a colon and space appended-->
<!--Same as upload_title with a colon and space appended-->
<!--Title for current CPU usage-->
<!--Title for current RAM usage-->
<!--Title for announce server status-->
<!--FolderSettingsFragment-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Title for FolderSettingsFragment in create mode-->
<!--Title for FolderSettingsFragment in edit mode-->
<!--Menu item to confirm folder creation-->
<!--Dialog shown when attempting to delete a folder-->
<!--Toast shown when trying to create a folder with an empty ID-->
<!--Toast shown when trying to create a folder with an empty path-->
<!--Toast shown when selecting 'devices' if no devices have been added-->
<!--DeviceSettingsFragment-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--ActionBar item-->
<!--Title for DeviceSettingsFragment in create mode-->
<!--Menu item to confirm adding a device-->
<!--Title for DeviceSettingsFragment in edit mode-->
<!--Dialog shown when attempting to delete a device-->
<!--Toast shown when trying to create a device with an empty ID-->
<!--Toast shown when trying to create a device with an empty name-->
<!--Content description for device ID qr code icon-->
<!--Text for toast shown if the "scan QR code" intent fails with an ActivityNotFoundException-->
<!--WebGuiActivity-->
<!--Title of the web gui activity-->
<!--Text for WebGuiActivity loading view-->
<!--Shown instead of web_gui_loading if the key does not exist and has to be created-->
<!--Title for dialog displayed on first start-->
<!--Text for dialog displayed on first start-->
<!--SettingsFragment-->
<!--Activity title-->
<!--Preference title-->
<!--Preference summary in case it is enabled-->
<!--Preference summary in case it is disabled-->
<!--Title for the preference to set STTRACE parameters-->
<!--Settings item that opens issue tracker-->
<!--Summary for the issue tracker settings item-->
<!--URL of the issue tracker-->
<!--Title of the preference showing upstream version name-->
<!--Title of the preference showing this app's version name-->
<!--FolderPickerAcitivity-->
<!--Activity title-->
<!--ListView empty text-->
<!--Menu item to create folder on the file system-->
<!--Menu item to select the current folder-->
<!--SyncthingService-->
<!--Title of the dialog shown when the syncthing binary returns an error-->
<!--Message of the dialog shown when the syncthing binary returns an error-->
<!--Title of the "syncthing disabled" dialog-->
<!--Message of the "syncthing disabled" dialog-->
<!--Button text on the "syncthing disabled" dialog-->
<!--Button text on the "syncthing disabled" dialog, used as menu item to stop syncthing service if "always_run_in_background" is true-->
<!--Title of the notification shown while syncthing is running and enabled-->
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<!--Text of the notification shown when a restart is needed-->
<!--Text for the dismiss button of the restart Activity-->
<!--Shown when a device ID is copied to the clipboard-->
<!--Strings representing units for file sizes, from smallest to largest-->
<!--Strings representing units for transfer rates, from smallest to largest-->
<!--Possible folder states-->
</resources>

View file

@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="app_name">Syncthing</string>
<string name="app_description">Ersetzt proprietäre Angebote durch etwas quelloffenes, vertrauswürdiges und dezentraliserites.</string>
<string name="app_description">Ersetzt proprietäre Angebote durch etwas quelloffenes, vertrauswürdiges und dezentrales.</string>
<!--MainActivity-->
<!--Title of the "add folder" menu action-->
<string name="add_folder">Verzeichnis hinzufügen</string>

View file

@ -0,0 +1,177 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="app_name">Syncthing</string>
<string name="app_description">Erstatt proprietære tjenester med noe åpent, troverdig og desentralisert.</string>
<!--MainActivity-->
<!--Title of the "add folder" menu action-->
<string name="add_folder">Legg til Mappe</string>
<!--Title of the "share device id" menu action-->
<string name="share_device_id">Del Enhets-ID</string>
<!--Shown in the chooser dialog when sharing a Device ID-->
<string name="send_device_id_to">Send Enhets-ID til</string>
<!--Text for FoldersFragment and DevicesFragment loading view-->
<string name="api_loading">Venter på API</string>
<!--FoldersFragment-->
<string name="folders_fragment_title">Mapper</string>
<!--Format string for folder progress. First parameter is status string, second is sync percentage-->
<string name="folder_progress_format">%1$s (%2$d%%)</string>
<!--Shown if no folders exist-->
<string name="folder_list_empty">Ingen mapper funnet</string>
<!--Format string for folder file count-->
<string name="files">%1$d / %2$d Filer</string>
<!--DevicesFragment-->
<string name="devices_fragment_title">Enheter</string>
<!--Shown if no devices exist-->
<string name="devices_list_empty">Ingen enheter funnet</string>
<!--Indicates that a folder is fully synced to the local device-->
<string name="device_up_to_date">Oppdatert</string>
<!--Indicates that the device is currently syncing. Parameter is sync percentage-->
<string name="device_syncing">Synkroniserer (%1$d%%)</string>
<!--Indicates that there is no connection to the device-->
<string name="device_disconnected">Frakoblet</string>
<!--Title for current download rate-->
<string name="download_title">Nedlasting</string>
<!--Title for current upload rate-->
<string name="upload_title">Opplasting</string>
<!--LocalDeviceInfoFragment-->
<!--ActionBar title shown when the drawer is open-->
<string name="system_info">Systeminfo</string>
<!--Same as download_title with a colon and space appended-->
<string name="download_title_colon">Nedlasting:\u0020</string>
<!--Same as upload_title with a colon and space appended-->
<string name="upload_title_colon">Opplasting:\u0020</string>
<!--Title for current CPU usage-->
<string name="cpu_usage">CPU-forbruk</string>
<!--Title for current RAM usage-->
<string name="ram_usage">RAM-forbruk</string>
<!--Title for announce server status-->
<!--FolderSettingsFragment-->
<!--Setting title-->
<string name="folder_id">Mappe-ID</string>
<!--Setting title-->
<string name="directory">Katalog</string>
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<string name="devices">Enheter</string>
<!--Setting title-->
<!--Setting title-->
<string name="keep_versions">Behold Versjoner</string>
<!--Setting title-->
<string name="delete_folder">Slett Mappe</string>
<!--Title for FolderSettingsFragment in create mode-->
<string name="create_folder">Opprett Mappe</string>
<!--Title for FolderSettingsFragment in edit mode-->
<string name="edit_folder">Rediger Mappe</string>
<!--Menu item to confirm folder creation-->
<string name="create">Opprett</string>
<!--Dialog shown when attempting to delete a folder-->
<string name="delete_folder_confirm">Ønsker du virkelig å slette denne mappen?</string>
<!--Toast shown when trying to create a folder with an empty ID-->
<string name="folder_id_required">Mappe-ID kan ikke være tom</string>
<!--Toast shown when trying to create a folder with an empty path-->
<string name="folder_path_required">Mappestien kan ikke være tom</string>
<!--Toast shown when selecting 'devices' if no devices have been added-->
<!--DeviceSettingsFragment-->
<!--Setting title-->
<string name="device_id">Enhets-ID</string>
<!--Setting title-->
<string name="name">Navn</string>
<!--Setting title-->
<string name="addresses">Adresser</string>
<!--Setting title-->
<string name="current_address">Nåværende Adresser</string>
<!--Setting title-->
<string name="compression">Komprimering</string>
<!--Setting title-->
<string name="introducer">Innføring</string>
<!--ActionBar item-->
<string name="delete_device">Slett Enhet</string>
<!--Title for DeviceSettingsFragment in create mode-->
<string name="add_device">Legg Til Enhet</string>
<!--Menu item to confirm adding a device-->
<string name="add">Legg til</string>
<!--Title for DeviceSettingsFragment in edit mode-->
<string name="edit_device">Rediger Enhet</string>
<!--Dialog shown when attempting to delete a device-->
<string name="delete_device_confirm">Ønsker du virkelig å slette denne enheten?</string>
<!--Toast shown when trying to create a device with an empty ID-->
<string name="device_id_required">Enhets-ID kan ikke være tom</string>
<!--Toast shown when trying to create a device with an empty name-->
<string name="device_name_required">Enhetsnavnet kan ikke være tomt</string>
<!--Content description for device ID qr code icon-->
<string name="scan_qr_code_description">Skann QR-kode</string>
<!--Text for toast shown if the "scan QR code" intent fails with an ActivityNotFoundException-->
<string name="no_qr_scanner_installed">Du har ingen QR-skanner installert, eller din skanner er ikke støttet.d. \
Vennligst installer en skanner, eller legg til enhets-ID manuelt.</string>
<!--WebGuiActivity-->
<!--Title of the web gui activity-->
<string name="web_gui_title">Web-GUI</string>
<!--Text for WebGuiActivity loading view-->
<string name="web_gui_loading">Venter på GUI</string>
<!--Shown instead of web_gui_loading if the key does not exist and has to be created-->
<string name="web_gui_creating_key">Genererer nøkler. Dette kan ta en stund.</string>
<!--Title for dialog displayed on first start-->
<string name="welcome_title">Første Oppstart</string>
<!--Text for dialog displayed on first start-->
<string name="welcome_text">Velkommen til Syncthing for Android!\n\n\
Denne appen er for tiden i Alphaversjon, og du kan oppleve bugs, ytelsesproblemer eller tap av data.\n\n\
Vennligst rapporter alle problemer du møter på via Github.</string>
<!--SettingsFragment-->
<!--Activity title-->
<string name="settings_title">Innstillinger</string>
<!--Preference title-->
<string name="always_run_in_background">Kjør alltid i bakgrunnen</string>
<!--Preference summary in case it is enabled-->
<!--Preference summary in case it is disabled-->
<string name="sync_only_charging">Synkroniser kun ved lading</string>
<string name="sync_only_wifi">Synkroniser kun over WiFi.</string>
<string name="upnp_enabled">Aktiver UPnP</string>
<string name="syncthing_gui">Syncthing-GUI</string>
<string name="gui_https_enabled">Bruk HTTPS til GUI</string>
<!--Title for the preference to set STTRACE parameters-->
<!--Settings item that opens issue tracker-->
<string name="report_issue_title">Rapporter Problem</string>
<!--Summary for the issue tracker settings item-->
<!--URL of the issue tracker-->
<!--Title of the preference showing upstream version name-->
<string name="syncthing_version_title">Syncthing-versjon</string>
<!--Title of the preference showing this app's version name-->
<string name="app_version_title">Syncthing-Android-versjon</string>
<!--FolderPickerAcitivity-->
<!--Activity title-->
<string name="folder_picker_title">Mappe-velger</string>
<!--ListView empty text-->
<string name="directory_empty">Katalog er Tom</string>
<!--Menu item to create folder on the file system-->
<string name="create_fs_folder">Opprett ny Mappe</string>
<!--Menu item to select the current folder-->
<string name="select_folder">Velg Mappe</string>
<!--SyncthingService-->
<!--Title of the dialog shown when the syncthing binary returns an error-->
<!--Message of the dialog shown when the syncthing binary returns an error-->
<!--Title of the "syncthing disabled" dialog-->
<string name="syncthing_disabled_title">Syncthing er deaktivert</string>
<!--Message of the "syncthing disabled" dialog-->
<!--Button text on the "syncthing disabled" dialog-->
<string name="syncthing_disabled_change_settings">Endre Innstillinger</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">Avslutt</string>
<!--Title of the notification shown while syncthing is running and enabled-->
<string name="syncthing_active">Syncthing kjører</string>
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<string name="restart_title">Omstart Nødvendig</string>
<!--Text of the notification shown when a restart is needed-->
<!--Text for the dismiss button of the restart Activity-->
<string name="restart_later">Start På Nytt Senere</string>
<!--Shown when a device ID is copied to the clipboard-->
<string name="device_id_copied_to_clipboard">Enhets-ID kopiert til utklippstavle</string>
<!--Strings representing units for file sizes, from smallest to largest-->
<!--Strings representing units for transfer rates, from smallest to largest-->
<!--Possible folder states-->
<string name="state_idle">Inaktiv</string>
<string name="state_scanning">Skanner</string>
<string name="state_cleaning">Rydder</string>
<string name="state_syncing">Synkroniserer</string>
</resources>

View file

@ -1,20 +1,28 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="app_name">Syncthing</string>
<string name="app_description">Vervang niet-vrije diensten door iets opens, betrouwbaars en ge-decentraliseerds.</string>
<!--MainActivity-->
<!--Title of the "add folder" menu action-->
<string name="add_folder">Map toevoegen</string>
<!--Title of the "share device id" menu action-->
<string name="share_device_id">Apparaat-ID delen</string>
<!--Shown in the chooser dialog when sharing a Device ID-->
<string name="send_device_id_to">Apparaat-ID versturen naar</string>
<!--Text for FoldersFragment and DevicesFragment loading view-->
<string name="api_loading">Wachten op API</string>
<!--FoldersFragment-->
<string name="folders_fragment_title">Mappen</string>
<!--Format string for folder progress. First parameter is status string, second is sync percentage-->
<string name="folder_progress_format">%1$s (%2$d%%)</string>
<!--Shown if no folders exist-->
<string name="folder_list_empty">Geen mappen gevonden</string>
<!--Format string for folder file count-->
<string name="files">%1$d / %2$d bestanden</string>
<!--DevicesFragment-->
<string name="devices_fragment_title">Apparaten</string>
<!--Shown if no devices exist-->
<string name="devices_list_empty">Geen apparaten gevonden</string>
<!--Indicates that a folder is fully synced to the local device-->
<string name="device_up_to_date">Bijgewerkt</string>
<!--Indicates that the device is currently syncing. Parameter is sync percentage-->
@ -40,26 +48,38 @@
<string name="announce_server">Mededelingsserver</string>
<!--FolderSettingsFragment-->
<!--Setting title-->
<string name="folder_id">Map-ID</string>
<!--Setting title-->
<string name="directory">Map</string>
<!--Setting title-->
<string name="rescan_interval">Herscanningstussenpose</string>
<!--Setting title-->
<string name="folder_master">Maphoofd</string>
<!--Setting title-->
<string name="devices">Apparaten</string>
<!--Setting title-->
<string name="file_versioning">Bestandsversies</string>
<!--Setting title-->
<string name="keep_versions">Versies behouden</string>
<!--Setting title-->
<string name="delete_folder">Map verwijderen</string>
<!--Title for FolderSettingsFragment in create mode-->
<string name="create_folder">Map creeëren</string>
<!--Title for FolderSettingsFragment in edit mode-->
<string name="edit_folder">Map bewerken</string>
<!--Menu item to confirm folder creation-->
<string name="create">Creëren</string>
<!--Dialog shown when attempting to delete a folder-->
<string name="delete_folder_confirm">Weet u zeker dat u deze map wilt verwijderen?</string>
<!--Toast shown when trying to create a folder with an empty ID-->
<string name="folder_id_required">De map-ID mag niet leeg zijn</string>
<!--Toast shown when trying to create a folder with an empty path-->
<string name="folder_path_required">Het mappad mag niet leeg zijn</string>
<!--Toast shown when selecting 'devices' if no devices have been added-->
<string name="no_devices">Verbind eerst met een knooppunt.</string>
<!--DeviceSettingsFragment-->
<!--Setting title-->
<string name="device_id">Apparaat-ID</string>
<!--Setting title-->
<string name="name">Naam</string>
<!--Setting title-->
@ -67,12 +87,17 @@
<!--Setting title-->
<string name="current_address">Huidig adres</string>
<!--Setting title-->
<string name="compression">Compressie</string>
<!--Setting title-->
<string name="introducer">Introductie</string>
<!--ActionBar item-->
<string name="delete_device">Apparaat verwijderen</string>
<!--Title for DeviceSettingsFragment in create mode-->
<string name="add_device">Apparaat toevoegen</string>
<!--Menu item to confirm adding a device-->
<string name="add">Toevoegen</string>
<!--Title for DeviceSettingsFragment in edit mode-->
<string name="edit_device">Apparaat bewerken</string>
<!--Dialog shown when attempting to delete a device-->
<!--Toast shown when trying to create a device with an empty ID-->
<!--Toast shown when trying to create a device with an empty name-->
@ -110,7 +135,7 @@
<!--ListView empty text-->
<string name="directory_empty">Map is leeg</string>
<!--Menu item to create folder on the file system-->
<string name="create_fs_folder">Nieuwe map creëren</string>
<string name="create_fs_folder">Nieuwe map creeëren</string>
<!--Menu item to select the current folder-->
<string name="select_folder">Map selecteren</string>
<!--SyncthingService-->