diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-15 02:07:20 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-15 02:07:20 +0200 |
commit | da3896808a84ae10b460af32c38effae776cd39e (patch) | |
tree | 15e22b36b400802dd63810f058c5bca05dab888a /apps | |
parent | a75870489c87211f2619fd21c2b4ea9aae168877 (diff) | |
download | nextcloud-server-da3896808a84ae10b460af32c38effae776cd39e.tar.gz nextcloud-server-da3896808a84ae10b460af32c38effae776cd39e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
54 files changed, 704 insertions, 12 deletions
diff --git a/apps/admin_dependencies_chk/l10n/de.php b/apps/admin_dependencies_chk/l10n/de.php new file mode 100644 index 00000000000..01609168098 --- /dev/null +++ b/apps/admin_dependencies_chk/l10n/de.php @@ -0,0 +1,14 @@ +<?php $TRANSLATIONS = array( +"The php-json module is needed by the many applications for inter communications" => "Das Modul php-json wird von vielen Anwendungen zur internen Kommunikation benÃķtigt.", +"The php-curl modude is needed to fetch the page title when adding a bookmarks" => "Das Modul php-curl wird benÃķtigt, um den Titel der Seite fÞr die Lesezeichen hinzuzufÞgen.", +"The php-gd module is needed to create thumbnails of your images" => "Das Modul php-gd wird fÞr die Erzeugung der Vorschaubilder benÃķtigt.", +"The php-ldap module is needed connect to your ldap server" => "Das Modul php-ldap wird fÞr die Verbindung mit dem LDAP-Server benÃķtigt.", +"The php-zip module is needed download multiple files at once" => "Das Modul php-zip wird fÞr den gleichzeitigen Download mehrerer Dateien benÃķtigt.", +"The php-mb_multibyte module is needed to manage correctly the encoding." => "Das Modul php_mb_multibyte wird benÃķtigt, um das Encoding richtig zu handhaben.", +"The php-ctype module is needed validate data." => "Das Modul php-ctype wird benÃķtigt, um Daten zu prÞfen.", +"The php-xml module is needed to share files with webdav." => "Das Modul php-xml wird benÃķtigt, um Dateien Þber WebDAV zu teilen.", +"The allow_url_fopen directive of your php.ini should be set to 1 to retrieve knowledge base from OCS servers" => "Die Richtlinie allow_url_fopen in Ihrer php.ini sollte auf 1 gesetzt werden, um die Wissensbasis vom OCS-Server abrufen.", +"The php-pdo module is needed to store owncloud data into a database." => "Das Modul php-pdo wird benÃķtigt, um Daten in der Datenbank zu speichern.", +"Dependencies status" => "Status der AbhÃĪngigkeiten", +"Used by :" => "Benutzt von:" +); diff --git a/apps/admin_dependencies_chk/l10n/fr.php b/apps/admin_dependencies_chk/l10n/fr.php new file mode 100644 index 00000000000..1b195b78bb4 --- /dev/null +++ b/apps/admin_dependencies_chk/l10n/fr.php @@ -0,0 +1,14 @@ +<?php $TRANSLATIONS = array( +"The php-json module is needed by the many applications for inter communications" => "Le module php-json est requis pour l'inter-communication de nombreux modules.", +"The php-curl modude is needed to fetch the page title when adding a bookmarks" => "Le module php-curl est requis afin de rapatrier le titre des pages lorsque vous ajoutez un marque-pages.", +"The php-gd module is needed to create thumbnails of your images" => "Le module php-gd est requis afin de permettre la crÃĐation d'aperçus pour vos images.", +"The php-ldap module is needed connect to your ldap server" => "Le module php-ldap est requis afin de permettre la connexion à votre serveur ldap.", +"The php-zip module is needed download multiple files at once" => "Le module php-zip est requis pour le tÃĐlÃĐchargement simultanÃĐ de plusieurs fichiers.", +"The php-mb_multibyte module is needed to manage correctly the encoding." => "Le module php-mb_multibyte est requis pour une gestion correcte des encodages.", +"The php-ctype module is needed validate data." => "Le module php-ctype est requis pour la validation des donnÃĐes.", +"The php-xml module is needed to share files with webdav." => "Le module php-xml est requis pour le partage de fichiers via webdav.", +"The allow_url_fopen directive of your php.ini should be set to 1 to retrieve knowledge base from OCS servers" => "La directive allow_url_fopen de votre fichier php.ini doit Être à la valeur 1 afin de permettre le rapatriement de la base de connaissance depuis les serveurs OCS.", +"The php-pdo module is needed to store owncloud data into a database." => "le module php-pdo est requis pour le stockage des donnÃĐes ownCloud en base de donnÃĐes.", +"Dependencies status" => "Statut des dÃĐpendances", +"Used by :" => "UtilisÃĐ par :" +); diff --git a/apps/admin_dependencies_chk/l10n/it.php b/apps/admin_dependencies_chk/l10n/it.php new file mode 100644 index 00000000000..00aeae205bf --- /dev/null +++ b/apps/admin_dependencies_chk/l10n/it.php @@ -0,0 +1,13 @@ +<?php $TRANSLATIONS = array( +"The php-json module is needed by the many applications for inter communications" => "Il modulo php-json ÃĻ richiesto per l'intercomunicazione di diverse applicazioni", +"The php-curl modude is needed to fetch the page title when adding a bookmarks" => "Il modulo php-curl ÃĻ richiesto per scaricare il titolo della pagina quando si aggiunge un segnalibro", +"The php-gd module is needed to create thumbnails of your images" => "Il modulo php-gd ÃĻ richiesto per creare miniature delle tue immagini", +"The php-ldap module is needed connect to your ldap server" => "Il modulo php-ldap ÃĻ richiesto per collegarsi a un server ldap", +"The php-zip module is needed download multiple files at once" => "Il modulo php-zip ÃĻ richiesto per scaricare diversi file contemporaneamente", +"The php-mb_multibyte module is needed to manage correctly the encoding." => "Il modulo php-mb_multibyte ÃĻ richiesto per gestire correttamente la codifica.", +"The php-ctype module is needed validate data." => "Il modulo php-ctype ÃĻ richiesto per la validazione dei dati.", +"The php-xml module is needed to share files with webdav." => "Il modulo php-xml ÃĻ richiesto per condividere i file con webdav.", +"The php-pdo module is needed to store owncloud data into a database." => "Il modulo php-pdo ÃĻ richiesto per archiviare i dati di ownCloud in un database.", +"Dependencies status" => "Stato delle dipendenze", +"Used by :" => "Usato da:" +); diff --git a/apps/admin_dependencies_chk/l10n/th_TH.php b/apps/admin_dependencies_chk/l10n/th_TH.php new file mode 100644 index 00000000000..338397cb57c --- /dev/null +++ b/apps/admin_dependencies_chk/l10n/th_TH.php @@ -0,0 +1,3 @@ +<?php $TRANSLATIONS = array( +"Used by :" => "āđāļāđāļāļēāļāđāļāļĒ:" +); diff --git a/apps/admin_migrate/l10n/de.php b/apps/admin_migrate/l10n/de.php new file mode 100644 index 00000000000..d42179b75ad --- /dev/null +++ b/apps/admin_migrate/l10n/de.php @@ -0,0 +1,5 @@ +<?php $TRANSLATIONS = array( +"Export this ownCloud instance" => "Diese ownCloud-Instanz exportieren.", +"This will create a compressed file that contains the data of this owncloud instance.\n Please choose the export type:" => "Dies wird eine komprimierte Datei erzeugen, welche die Daten dieser ownCloud-Instanz enthÃĪlt.\n Bitte wÃĪhlen Sie den Exporttyp:", +"Export" => "Exportieren" +); diff --git a/apps/admin_migrate/l10n/fr.php b/apps/admin_migrate/l10n/fr.php new file mode 100644 index 00000000000..0cf0a444b0e --- /dev/null +++ b/apps/admin_migrate/l10n/fr.php @@ -0,0 +1,5 @@ +<?php $TRANSLATIONS = array( +"Export this ownCloud instance" => "Exporter cette instance ownCloud", +"This will create a compressed file that contains the data of this owncloud instance.\n Please choose the export type:" => "Ceci va crÃĐer une archive compressÃĐe contenant les donnÃĐes de cette instance ownCloud.\n Veuillez choisir le type d'export :", +"Export" => "Exporter" +); diff --git a/apps/admin_migrate/l10n/it.php b/apps/admin_migrate/l10n/it.php new file mode 100644 index 00000000000..78d2074bcad --- /dev/null +++ b/apps/admin_migrate/l10n/it.php @@ -0,0 +1,5 @@ +<?php $TRANSLATIONS = array( +"Export this ownCloud instance" => "Esporta questa istanza di ownClou", +"This will create a compressed file that contains the data of this owncloud instance.\n Please choose the export type:" => "Questa operazione creerà un file compresso che contiene i dati dell'istanza di ownCloud. Scegli il tipo di esportazione:", +"Export" => "Esporta" +); diff --git a/apps/admin_migrate/l10n/th_TH.php b/apps/admin_migrate/l10n/th_TH.php new file mode 100644 index 00000000000..9dfaca15b5e --- /dev/null +++ b/apps/admin_migrate/l10n/th_TH.php @@ -0,0 +1,5 @@ +<?php $TRANSLATIONS = array( +"Export this ownCloud instance" => "āļŠāđāļāļāļāļāļāđāļāļĄāļđāļĨāļāđāļēāļŠāļĄāļĄāļļāļāļīāļāļāļ ownCloud āļāļĩāđ", +"This will create a compressed file that contains the data of this owncloud instance.\n Please choose the export type:" => "āļŠāđāļ§āļāļāļĩāđāļāļ°āđāļāđāļāļāļēāļĢāļŠāļĢāđāļēāļāđāļāļĨāđāļāļĩāļāļāļąāļāļāļĩāđāļāļĢāļĢāļāļļāļāđāļāļĄāļđāļĨāļāđāļēāļŠāļĄāļĄāļļāļāļīāļāļāļ ownCloud.\n āļāļĢāļļāļāļēāđāļĨāļ·āļāļāļāļāļīāļāļāļāļāļāļēāļĢāļŠāđāļāļāļāļāļāđāļāļĄāļđāļĨ:", +"Export" => "āļŠāđāļāļāļāļ" +); diff --git a/apps/bookmarks/l10n/th_TH.php b/apps/bookmarks/l10n/th_TH.php new file mode 100644 index 00000000000..64a148efabc --- /dev/null +++ b/apps/bookmarks/l10n/th_TH.php @@ -0,0 +1,12 @@ +<?php $TRANSLATIONS = array( +"Bookmarks" => "āļĢāļēāļĒāļāļēāļĢāđāļāļĢāļ", +"unnamed" => "āļĒāļąāļāđāļĄāđāļĄāļĩāļāļ·āđāļ", +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "āļĨāļēāļāļŠāļīāđāļāļāļĩāđāđāļāđāļ§āđāļāļĩāđāļĢāļēāļĒāļāļēāļĢāđāļāļĢāļāđāļāđāļāļĢāđāļāļĢāļĄāļāļĢāļēāļ§āđāļāļāļĢāđāļāļāļāļāļļāļ āđāļĨāđāļ§āļāļĨāļīāļāļāļĩāđāļāļąāđāļ, āđāļĄāļ·āđāļāļāļļāļāļāđāļāļāļāļēāļĢāđāļāđāļāļŦāļāđāļēāđāļ§āđāļāđāļāļāđāļāđāļēāđāļāđāļ§āđāđāļāļĢāļēāļĒāļāļēāļĢāđāļāļĢāļāļāļĒāđāļēāļāļĢāļ§āļāđāļĢāđāļ§", +"Read later" => "āļāđāļēāļāļ āļēāļĒāļŦāļĨāļąāļ", +"Address" => "āļāļĩāđāļāļĒāļđāđ", +"Title" => "āļāļ·āđāļ", +"Tags" => "āļāđāļēāļĒāļāļģāļāļąāļ", +"Save bookmark" => "āļāļąāļāļāļķāļāļĢāļēāļĒāļāļēāļĢāđāļāļĢāļ", +"You have no bookmarks" => "āļāļļāļāļĒāļąāļāđāļĄāđāļĄāļĩāļĢāļēāļĒāļāļēāļĢāđāļāļĢāļ", +"Bookmarklet <br />" => "Bookmarklet <br />" +); diff --git a/apps/calendar/l10n/de.php b/apps/calendar/l10n/de.php index 4ff0d722042..cd148d757f7 100644 --- a/apps/calendar/l10n/de.php +++ b/apps/calendar/l10n/de.php @@ -183,6 +183,7 @@ "Start week on" => "Erster Wochentag", "Cache" => "Zwischenspeicher", "Clear cache for repeating events" => "LÃķsche den Zwischenspeicher fÞr wiederholende Veranstaltungen", +"URLs" => "URLs", "Calendar CalDAV syncing addresses" => "CalDAV-Kalender gleicht Adressen ab", "more info" => "weitere Informationen", "Primary address (Kontact et al)" => "PrimÃĪre Adresse (Kontakt u.a.)", diff --git a/apps/calendar/l10n/th_TH.php b/apps/calendar/l10n/th_TH.php index 8d09fa162dc..0b92a623d40 100644 --- a/apps/calendar/l10n/th_TH.php +++ b/apps/calendar/l10n/th_TH.php @@ -1,7 +1,13 @@ <?php $TRANSLATIONS = array( +"Not all calendars are completely cached" => "āđāļĄāđāđāļāđāļāļāļīāļāļīāļāļāļąāđāļāļŦāļĄāļāļāļĩāđāļāļ°āļāļđāļāļāļąāļāđāļāđāļāļāđāļāļĄāļđāļĨāđāļ§āđāđāļāļŦāļāđāļ§āļĒāļāļ§āļēāļĄāļāļģāđāļāļāļāļĒāđāļēāļāļŠāļĄāļāļđāļĢāļāđ", +"Everything seems to be completely cached" => "āļāļļāļāļŠāļīāđāļāļāļļāļāļāļĒāđāļēāļāđāļāđāļāļđāļāđāļāđāļāđāļāđāļēāđāļāđāļ§āđāđāļāļŦāļāđāļ§āļĒāļāļ§āļēāļĄāļāļģāđāļāļāļāļĒāđāļēāļāļŠāļĄāļāļđāļĢāļāđāđāļĨāđāļ§", "No calendars found." => "āđāļĄāđāļāļāļāļāļīāļāļīāļāļāļĩāđāļāđāļāļāļāļēāļĢ", "No events found." => "āđāļĄāđāļāļāļāļīāļāļāļĢāļĢāļĄāļāļĩāđāļāđāļāļāļāļēāļĢ", "Wrong calendar" => "āļāļāļīāļāļīāļāđāļĄāđāļāļđāļāļāđāļāļ", +"The file contained either no events or all events are already saved in your calendar." => "āđāļāļĨāđāļāļąāļāļāļĨāđāļēāļ§āļāļĢāļĢāļāļļāļāđāļāļĄāļđāļĨāļāļīāļāļāļĢāļĢāļĄāļāļĩāđāļĄāļĩāļāļĒāļđāđāđāļĨāđāļ§āđāļāļāļāļīāļāļīāļāļāļāļāļāļļāļ", +"events has been saved in the new calendar" => "āļāļīāļāļāļĢāļĢāļĄāđāļāđāļāļđāļāļāļąāļāļāļķāļāđāļāđāļ§āđāđāļāļāļāļīāļāļīāļāļāļĩāđāļŠāļĢāđāļēāļāļāļķāđāļāđāļŦāļĄāđāđāļĨāđāļ§", +"Import failed" => "āļāļēāļĢāļāļģāđāļāđāļēāļāđāļāļĄāļđāļĨāļĨāđāļĄāđāļŦāļĨāļ§", +"events has been saved in your calendar" => "āļāļīāļāļāļĢāļĢāļĄāđāļāđāļāļđāļāļāļąāļāļāļķāļāđāļāđāļēāđāļāđāļ§āđāđāļāļāļāļīāļāļīāļāļāļāļāļāļļāļāđāļĨāđāļ§", "New Timezone:" => "āļŠāļĢāđāļēāļāđāļāļāđāļ§āļĨāļēāđāļŦāļĄāđ:", "Timezone changed" => "āđāļāļāđāļ§āļĨāļēāļāļđāļāđāļāļĨāļĩāđāļĒāļāđāļĨāđāļ§", "Invalid request" => "āļāļģāļĢāđāļāļāļāļāđāļĄāđāļāļđāļāļāđāļāļ", @@ -27,6 +33,7 @@ "Projects" => "āđāļāļĢāļāļāļēāļĢ", "Questions" => "āļāļģāļāļēāļĄ", "Work" => "āļāļēāļ", +"by" => "āđāļāļĒ", "unnamed" => "āđāļĄāđāļĄāļĩāļāļ·āđāļ", "New Calendar" => "āļŠāļĢāđāļēāļāļāļāļīāļāļīāļāđāļŦāļĄāđ", "Does not repeat" => "āđāļĄāđāļāđāļāļāļāļģāļāđāļģ", @@ -73,6 +80,25 @@ "by day and month" => "āļāļēāļĄāļ§āļąāļāđāļĨāļ°āđāļāļ·āļāļ", "Date" => "āļ§āļąāļāļāļĩāđ", "Cal." => "āļāļģāļāļ§āļ", +"Sun." => "āļāļē.", +"Mon." => "āļ.", +"Tue." => "āļ.", +"Wed." => "āļ.", +"Thu." => "āļāļĪ.", +"Fri." => "āļĻ.", +"Sat." => "āļŠ.", +"Jan." => "āļĄ.āļ.", +"Feb." => "āļ.āļ.", +"Mar." => "āļĄāļĩ.āļ.", +"Apr." => "āđāļĄ.āļĒ.", +"May." => "āļ.āļ.", +"Jun." => "āļĄāļī.āļĒ.", +"Jul." => "āļ.āļ.", +"Aug." => "āļŠ.āļ.", +"Sep." => "āļ.āļĒ.", +"Oct." => "āļ.āļ.", +"Nov." => "āļ.āļĒ.", +"Dec." => "āļ.āļ.", "All day" => "āļāļąāđāļāļ§āļąāļ", "Missing fields" => "āļāđāļāļāļāļīāļĨāļāđāđāļāļīāļāļāļēāļĢāļŠāļđāļāļŦāļēāļĒ", "Title" => "āļāļ·āđāļāļāļīāļāļāļĢāļĢāļĄ", @@ -86,6 +112,7 @@ "Month" => "āđāļāļ·āļāļ", "List" => "āļĢāļēāļĒāļāļēāļĢ", "Today" => "āļ§āļąāļāļāļĩāđ", +"Settings" => "āļāļąāđāļāļāđāļē", "Your calendars" => "āļāļāļīāļāļīāļāļāļāļāļāļļāļ", "CalDav Link" => "āļĨāļīāļāļāđ CalDav", "Shared calendars" => "āļāļāļīāļāļīāļāļāļĩāđāđāļāļīāļāđāļāļĢāđ", @@ -136,7 +163,10 @@ "occurrences" => "āļāļģāļāļ§āļāļāļĩāđāļāļĢāļēāļāļ", "create a new calendar" => "āļŠāļĢāđāļēāļāļāļāļīāļāļīāļāđāļŦāļĄāđ", "Import a calendar file" => "āļāļģāđāļāđāļēāđāļāļĨāđāļāļāļīāļāļīāļ", +"Please choose a calendar" => "āļāļĢāļļāļāļēāđāļĨāļ·āļāļāļāļāļīāļāļīāļ", "Name of new calendar" => "āļāļ·āđāļāļāļāļāļāļāļīāļāļīāļ", +"Take an available name!" => "āđāļĨāļ·āļāļāļāļ·āđāļāļāļĩāđāļāđāļāļāļāļēāļĢ", +"A Calendar with this name already exists. If you continue anyhow, these calendars will be merged." => "āļāļāļīāļāļīāļāļāļ·āđāļāļāļąāļāļāļĨāđāļēāļ§āļāļđāļāđāļāđāļāļēāļāđāļāđāļĨāđāļ§ āļŦāļēāļāļāļļāļāļĒāļąāļāļāļģāđāļāļīāļāļāļēāļĢāļāđāļāđāļ āļāļāļīāļāļīāļāļāļąāļāļāļĨāđāļēāļ§āļāļĩāđāļāļ°āļāļđāļāļāļŠāļēāļāļāđāļāļĄāļđāļĨāđāļāđāļēāļāđāļ§āļĒāļāļąāļ", "Import" => "āļāļģāđāļāđāļēāļāđāļāļĄāļđāļĨ", "Close Dialog" => "āļāļīāļāļāļĨāđāļāļāļāđāļāļāļ§āļēāļĄāđāļāđāļāļāļ", "Create a new event" => "āļŠāļĢāđāļēāļāļāļīāļāļāļĢāļĢāļĄāđāļŦāļĄāđ", @@ -144,9 +174,21 @@ "No categories selected" => "āļĒāļąāļāđāļĄāđāđāļāđāđāļĨāļ·āļāļāļŦāļĄāļ§āļāļŦāļĄāļđāđ", "of" => "āļāļāļ", "at" => "āļāļĩāđ", +"General" => "āļāļąāđāļ§āđāļ", "Timezone" => "āđāļāļāđāļ§āļĨāļē", +"Update timezone automatically" => "āļāļąāļāđāļāļāđāļāļāđāļ§āļĨāļēāļāļąāļāđāļāļĄāļąāļāļī", +"Time format" => "āļĢāļđāļāđāļāļāđāļ§āļĨāļē", "24h" => "24 āļ.āļĄ.", "12h" => "12 āļ.āļĄ.", +"Start week on" => "āđāļĢāļīāđāļĄāļāđāļāļŠāļąāļāļāļēāļŦāđāļāđāļ§āļĒ", +"Cache" => "āļŦāļāđāļ§āļĒāļāļ§āļēāļĄāļāļģāđāļāļ", +"Clear cache for repeating events" => "āļĨāđāļēāļāļāđāļāļĄāļđāļĨāđāļāļŦāļāđāļ§āļĒāļāļ§āļēāļĄāļāļģāđāļāļāļŠāļģāļŦāļĢāļąāļāļāļīāļāļāļĢāļĢāļĄāļāļĩāđāļāđāļģāļāđāļāļ", +"URLs" => "URLs", +"Calendar CalDAV syncing addresses" => "āļāļĩāđāļāļĒāļđāđāļāļĩāđāđāļāđāļŠāļģāļŦāļĢāļąāļāđāļāļ·āđāļāļĄāļāđāļāļĄāļđāļĨāļāļāļīāļāļīāļ CalDAV", +"more info" => "āļāđāļāļĄāļđāļĨāđāļāļīāđāļĄāđāļāļīāļĄ", +"Primary address (Kontact et al)" => "āļāļĩāđāļāļĒāļđāđāļŦāļĨāļąāļ (Kontact et al)", +"iOS/OS X" => "iOS/OS X", +"Read only iCalendar link(s)" => "āļāđāļēāļāđāļāļāļēāļ°āļĨāļīāļāļāđ iCalendar āđāļāđāļēāļāļąāđāļ", "Users" => "āļāļđāđāđāļāđāļāļēāļ", "select users" => "āđāļĨāļ·āļāļāļāļđāđāđāļāđāļāļēāļ", "Editable" => "āļŠāļēāļĄāļēāļĢāļāđāļāđāđāļāđāļāđ", diff --git a/apps/contacts/l10n/th_TH.php b/apps/contacts/l10n/th_TH.php index 553271d88f6..7a4989986f3 100644 --- a/apps/contacts/l10n/th_TH.php +++ b/apps/contacts/l10n/th_TH.php @@ -10,9 +10,11 @@ "No contacts found." => "āđāļĄāđāļāļāļāđāļāļĄāļđāļĨāļāļēāļĢāļāļīāļāļāđāļāļāļĩāđāļāđāļāļāļāļēāļĢ", "There was an error adding the contact." => "āđāļāļīāļāļāđāļāļāļīāļāļāļĨāļēāļāđāļāļāļēāļĢāđāļāļīāđāļĄāļĢāļēāļĒāļāļ·āđāļāļāļđāđāļāļīāļāļāđāļāđāļŦāļĄāđ", "element name is not set." => "āļĒāļąāļāđāļĄāđāđāļāđāļāļģāļŦāļāļāļāļ·āđāļ", +"Could not parse contact: " => "āđāļĄāđāļŠāļēāļĄāļēāļĢāļāđāļāļāđāļāļāļĢāļēāļĒāļāļ·āđāļāļāļđāđāļāļīāļāļāđāļāđāļāđ", "Cannot add empty property." => "āđāļĄāđāļŠāļēāļĄāļēāļĢāļāđāļāļīāđāļĄāļĢāļēāļĒāļĨāļ°āđāļāļĩāļĒāļāļāļĩāđāđāļĄāđāļĄāļĩāļāđāļāļĄāļđāļĨāđāļāđ", "At least one of the address fields has to be filled out." => "āļāļĒāđāļēāļāļāđāļāļĒāļāļĩāđāļŠāļļāļāļāđāļāļāļāđāļāļĄāļđāļĨāļāļĩāđāļāļĒāļđāđāļāļ°āļāđāļāļāļāļđāļāļāļĢāļāļāļĨāļāđāļ", "Trying to add duplicate property: " => "āļāļĒāļēāļĒāļēāļĄāļāļĩāđāļāļ°āđāļāļīāđāļĄāļāļĢāļąāļāļĒāļēāļāļĢāļāļĩāđāļāđāļģāļāđāļāļāļāļąāļ: ", +"Error adding contact property: " => "āđāļāļīāļāļāđāļāļāļīāļāļāļĨāļēāļāđāļāļāļēāļĢāđāļāļīāđāļĄāļāļļāļāļŠāļĄāļāļąāļāļīāļāđāļāļĄāļđāļĨāļāļđāđāļāļīāļāļāđāļ", "Information about vCard is incorrect. Please reload the page." => "āļāđāļāļĄāļđāļĨāđāļāļĩāđāļĒāļ§āļāļąāļ vCard āđāļĄāđāļāļđāļāļāđāļāļ āļāļĢāļļāļāļēāđāļŦāļĨāļāļŦāļāđāļēāđāļ§āļāđāļŦāļĄāđāļāļĩāļāļāļĢāļąāđāļ", "Error deleting contact property." => "āđāļāļīāļāļāđāļāļāļīāļāļāļĨāļēāļāđāļāļāļēāļĢāļĨāļāļĢāļēāļĒāļĨāļ°āđāļāļĩāļĒāļāļāļēāļĢāļāļīāļāļāđāļ", "Missing ID" => "āļĢāļŦāļąāļŠāļŠāļđāļāļŦāļēāļĒ", @@ -57,10 +59,14 @@ "Edit name" => "āđāļāđāđāļāļāļ·āđāļ", "No files selected for upload." => "āļĒāļąāļāđāļĄāđāđāļāđāđāļĨāļ·āļāļāđāļāļĨāđāļģāļŠāļģāļŦāļĢāļąāļāļāļąāļāđāļŦāļĨāļ", "The file you are trying to upload exceed the maximum size for file uploads on this server." => "āđāļāļĨāđāļāļĩāđāļāļļāļāļāļģāļĨāļąāļāļāļĒāļēāļĒāļēāļĄāļāļĩāđāļāļ°āļāļąāļāđāļŦāļĨāļāļĄāļĩāļāļāļēāļāđāļāļīāļāļāļģāļāļ§āļāļŠāļđāļāļŠāļļāļāļāļĩāđāļŠāļēāļĄāļēāļĢāļāļāļąāļāđāļŦāļĨāļāđāļāđāļŠāļģāļŦāļĢāļąāļāđāļāļīāļĢāđāļāđāļ§āļāļĢāđāļāļĩāđ", +"Error loading profile picture." => "āđāļāļīāļāļāđāļāļāļīāļāļāļĨāļēāļāđāļāļāļēāļĢāđāļŦāļĨāļāļĢāļđāļāļ āļēāļāļāļĢāļ°āļāļģāļāļąāļ§", "Select type" => "āđāļĨāļ·āļāļāļāļāļīāļ", +"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "āļāđāļāļĄāļđāļĨāļāļđāđāļāļīāļāļāđāļāļāļēāļāļĢāļēāļĒāļāļēāļĢāđāļāđāļāļđāļāļāļģāđāļāļĢāļ·āđāļāļāļŦāļĄāļēāļĒāļŠāļģāļŦāļĢāļąāļāļĨāļāļāļīāđāļāđāļāļēāđāļ§āđ, āđāļāđāļĒāļąāļāđāļĄāđāđāļāđāļāļđāļāļĨāļāļāļīāđāļ, āļāļĢāļļāļāļēāļĢāļāđāļŦāđāļĢāļēāļĒāļāļēāļĢāļāļąāļāļāļĨāđāļēāļ§āļāļđāļāļĨāļāļāļīāđāļāđāļŠāļĩāļĒāļāđāļāļ", "Result: " => "āļāļĨāļĨāļąāļāļāđ: ", " imported, " => " āļāļģāđāļāđāļēāļāđāļāļĄāļđāļĨāđāļĨāđāļ§, ", " failed." => " āļĨāđāļĄāđāļŦāļĨāļ§.", +"Displayname cannot be empty." => "āļāļ·āđāļāļāļĩāđāđāļāđāđāļŠāļāļāđāļĄāđāļŠāļēāļĄāļēāļĢāļāđāļ§āđāļāļ§āđāļēāļāđāļāđ", +"Addressbook not found: " => "āđāļĄāđāļāļāļŠāļĄāļļāļāļāļąāļāļāļķāļāļāļĩāđāļāļĒāļđāđāļāļĩāđāļāđāļāļāļāļēāļĢ", "This is not your addressbook." => "āļāļĩāđāđāļĄāđāđāļāđāļŠāļĄāļļāļāļāļąāļāļāļķāļāļāļĩāđāļāļĒāļđāđāļāļāļāļāļļāļ", "Contact could not be found." => "āđāļĄāđāļāļāļāđāļāļĄāļđāļĨāļāļēāļĢāļāļīāļāļāđāļ", "Address" => "āļāļĩāđāļāļĒāļđāđ", @@ -78,12 +84,38 @@ "Pager" => "āđāļāļāđāļāļāļĢāđ", "Internet" => "āļāļīāļāđāļāļāļĢāđāđāļāđāļ", "Birthday" => "āļ§āļąāļāđāļāļīāļ", +"Business" => "āļāļļāļĢāļāļīāļ", +"Call" => "āđāļāļĢ", +"Clients" => "āļĨāļđāļāļāđāļē", +"Deliverer" => "āļāļđāđāļāļąāļāļŠāđāļ", +"Holidays" => "āļ§āļąāļāļŦāļĒāļļāļ", +"Ideas" => "āđāļāđāļāļĩāļĒ", +"Journey" => "āļāļēāļĢāđāļāļīāļāļāļēāļ", +"Jubilee" => "āļāļēāļāđāļāļĨāļīāļĄāļāļĨāļāļ", +"Meeting" => "āļāļĢāļ°āļāļļāļĄ", +"Other" => "āļāļ·āđāļāđ", +"Personal" => "āļŠāđāļ§āļāļāļąāļ§", +"Projects" => "āđāļāļĢāđāļāļ", +"Questions" => "āļāļģāļāļēāļĄ", "{name}'s Birthday" => "āļ§āļąāļāđāļāļīāļāļāļāļ {name}", "Contact" => "āļāđāļāļĄāļđāļĨāļāļēāļĢāļāļīāļāļāđāļ", "Add Contact" => "āđāļāļīāđāļĄāļĢāļēāļĒāļāļ·āđāļāļāļđāđāļāļīāļāļāđāļāđāļŦāļĄāđ", "Import" => "āļāļģāđāļāđāļē", +"Settings" => "āļāļąāđāļāļāđāļē", "Addressbooks" => "āļŠāļĄāļļāļāļāļąāļāļāļķāļāļāļĩāđāļāļĒāļđāđ", "Close" => "āļāļīāļ", +"Keyboard shortcuts" => "āļāļļāđāļĄāļĨāļąāļ", +"Navigation" => "āļĢāļ°āļāļāđāļĄāļāļđ", +"Next contact in list" => "āļāđāļāļĄāļđāļĨāļāļđāđāļāļīāļāļāđāļāļāļąāļāđāļāđāļāļĢāļēāļĒāļāļēāļĢ", +"Previous contact in list" => "āļāđāļāļĄāļđāļĨāļāļđāđāļāļīāļāļāđāļāļāđāļāļāļŦāļāđāļēāđāļāļĢāļēāļĒāļāļēāļĢ", +"Expand/collapse current addressbook" => "āļāļĒāļēāļĒ/āļĒāđāļ āļŠāļĄāļļāļāļāļąāļāļāļķāļāļāļĩāđāļāļĒāļđāđāļāļąāļāļāļļāļāļąāļ", +"Next addressbook" => "āļŠāļĄāļļāļāļāļąāļāļāļķāļāļāļĩāđāļāļĒāļđāđāļāļąāļāđāļ", +"Previous addressbook" => "āļŠāļĄāļļāļāļāļąāļāļāļķāļāļāļĩāđāļāļĒāļđāđāļāđāļāļāļŦāļāđāļē", +"Actions" => "āļāļēāļĢāļāļĢāļ°āļāļģ", +"Refresh contacts list" => "āļĢāļĩāđāļāļĢāļāļĢāļēāļĒāļāļ·āđāļāļāļđāđāļāļīāļāļāđāļāđāļŦāļĄāđ", +"Add new contact" => "āđāļāļīāđāļĄāļāđāļāļĄāļđāļĨāļāļđāđāļāļīāļāļāđāļāđāļŦāļĄāđ", +"Add new addressbook" => "āđāļāļīāđāļĄāļŠāļĄāļļāļāļāļąāļāļāļķāļāļāļĩāđāļāļĒāļđāđāđāļŦāļĄāđ", +"Delete current contact" => "āļĨāļāļāđāļāļĄāļđāļĨāļāļđāđāļāļīāļāļāđāļāļāļąāļāļāļļāļāļąāļ", "Drop photo to upload" => "āļ§āļēāļāļĢāļđāļāļ āļēāļāļāļĩāđāļāđāļāļāļāļēāļĢāļāļąāļāđāļŦāļĨāļ", "Delete current photo" => "āļĨāļāļĢāļđāļāļ āļēāļāļāļąāļāļāļļāļāļąāļ", "Edit current photo" => "āđāļāđāđāļāļĢāļđāļāļ āļēāļāļāļąāļāļāļļāļāļąāļ", @@ -94,6 +126,9 @@ "Delete" => "āļĨāļ", "Nickname" => "āļāļ·āđāļāđāļĨāđāļ", "Enter nickname" => "āļāļĢāļāļāļāļ·āđāļāđāļĨāđāļ", +"Web site" => "āđāļ§āđāļāđāļāļāđ", +"http://www.somesite.com" => "http://www.somesite.com", +"Go to web site" => "āđāļāļāļĩāđāđāļ§āđāļāđāļāļāđ", "dd-mm-yyyy" => "dd-mm-yyyy", "Groups" => "āļāļĨāļļāđāļĄ", "Separate groups with commas" => "āļāļąāđāļāļĢāļ°āļŦāļ§āđāļēāļāļĢāļēāļĒāļāļ·āđāļāļāļĨāļļāđāļĄāļāđāļ§āļĒāđāļāļĢāļ·āđāļāļāļŦāļĄāļēāļĒāļāļļāļĨāļ āļēāļĩāļāļŦāļĢāļ·āļāļāļāļĄāļĄāđāļē", @@ -117,10 +152,15 @@ "Edit address" => "āđāļāđāđāļāļāļĩāđāļāļĒāļđāđ", "Type" => "āļāļĢāļ°āđāļ āļ", "PO Box" => "āļāļđāđ āļāļ.", +"Street address" => "āļāļĩāđāļāļĒāļđāđ", +"Street and number" => "āļāļāļāđāļĨāļ°āļŦāļĄāļēāļĒāđāļĨāļ", "Extended" => "āđāļāļīāđāļĄ", +"Apartment number etc." => "āļŦāļĄāļēāļĒāđāļĨāļāļāļāļēāļĢāđāļāđāļĄāļāļāđ āļŊāļĨāļŊ", "City" => "āđāļĄāļ·āļāļ", "Region" => "āļ āļđāļĄāļīāļ āļēāļ", +"E.g. state or province" => "āđāļāđāļ āļĢāļąāļ āļŦāļĢāļ·āļ āļāļąāļāļŦāļ§āļąāļ", "Zipcode" => "āļĢāļŦāļąāļŠāđāļāļĢāļĐāļāļĩāļĒāđ", +"Postal code" => "āļĢāļŦāļąāļŠāđāļāļĢāļĐāļāļĩāļĒāđ", "Country" => "āļāļĢāļ°āđāļāļĻ", "Addressbook" => "āļŠāļĄāļļāļāļāļąāļāļāļķāļāļāļĩāđāļāļĒāļđāđ", "Hon. prefixes" => "āļāļģāļāļģāļŦāļāđāļēāļāļ·āđāļāļāļāļĢāļąāļ", @@ -150,13 +190,21 @@ "You have no contacts in your addressbook." => "āļāļļāļāļĒāļąāļāđāļĄāđāļĄāļĩāļāđāļāļĄāļđāļĨāļāļēāļĢāļāļīāļāļāđāļāđāļāđāđāļāļŠāļĄāļļāļāļāļąāļāļāļķāļāļāļĩāđāļāļĒāļđāđāļāļāļāļāļļāļ", "Add contact" => "āđāļāļīāđāļĄāļāļ·āđāļāļāļđāđāļāļīāļāļāđāļ", "Configure addressbooks" => "āļāļģāļŦāļāļāļāđāļēāļŠāļĄāļļāļāļāļąāļāļāļķāļāļāļĩāđāļāļĒāļđāđ", +"Select Address Books" => "āđāļĨāļ·āļāļāļŠāļĄāļļāļāļāļąāļāļāļķāļāļāļĩāđāļāļĒāļđāđ", +"Enter name" => "āļāļĢāļāļāļāļ·āđāļ", +"Enter description" => "āļāļĢāļāļāļāļģāļāļāļīāļāļēāļĒ", "CardDAV syncing addresses" => "āļāļĩāđāļāļĒāļđāđāļāļĩāđāđāļāđāđāļāļ·āđāļāļĄāļāđāļāļĄāļđāļĨāļāļąāļ CardDAV", "more info" => "āļāđāļāļĄāļđāļĨāđāļāļīāđāļĄāđāļāļīāļĄ", "Primary address (Kontact et al)" => "āļāļĩāđāļāļĒāļđāđāļŦāļĨāļąāļ (āļŠāļģāļŦāļĢāļąāļāļāļīāļāļāđāļ)", "iOS/OS X" => "iOS/OS X", +"Show CardDav link" => "āđāļŠāļāļāļĨāļīāļāļāđ CardDav", +"Show read-only VCF link" => "āđāļŠāļāļāļĨāļīāļāļāđ VCF āļŠāļģāļŦāļĢāļąāļāļāđāļēāļāđāļāđāļēāļāļąāđāļ", "Download" => "āļāļēāļ§āļāđāđāļŦāļĨāļ", "Edit" => "āđāļāđāđāļ", "New Address Book" => "āļŠāļĢāđāļēāļāļŠāļĄāļļāļāļāļąāļāļāļķāļāļāđāļāļĄāļđāļĨāļāļēāļĢāļāļīāļāļāđāļāđāļŦāļĄāđ", +"Name" => "āļāļ·āđāļ", +"Description" => "āļāļģāļāļāļīāļāļēāļĒ", "Save" => "āļāļąāļāļāļķāļ", -"Cancel" => "āļĒāļāđāļĨāļīāļ" +"Cancel" => "āļĒāļāđāļĨāļīāļ", +"More..." => "āđāļāļīāđāļĄāđāļāļīāļĄ..." ); diff --git a/apps/files/l10n/sl.php b/apps/files/l10n/sl.php index 0fd9e9a06c5..99ab3c124b4 100644 --- a/apps/files/l10n/sl.php +++ b/apps/files/l10n/sl.php @@ -9,6 +9,11 @@ "Files" => "Datoteke", "Unshare" => "Vzemi iz souporabe", "Delete" => "IzbriÅĄi", +"already exists" => "Åūe obstaja", +"replace" => "nadomesti", +"cancel" => "ekliÄi", +"replaced" => "nadomeÅĄÄen", +"with" => "z", "undo" => "razveljavi", "deleted" => "izbrisano", "generating ZIP-file, it may take some time." => "Ustvarjam ZIP datoteko. To lahko traja nekaj Äasa.", diff --git a/apps/files/l10n/th_TH.php b/apps/files/l10n/th_TH.php index 4299c31a45a..03a50fd711e 100644 --- a/apps/files/l10n/th_TH.php +++ b/apps/files/l10n/th_TH.php @@ -7,7 +7,15 @@ "Missing a temporary folder" => "āđāļāđāļĄāđāļāļāļŠāļēāļĢāļāļąāđāļ§āļāļĢāļēāļ§āđāļāļīāļāļāļēāļĢāļŠāļđāļāļŦāļēāļĒ", "Failed to write to disk" => "āđāļāļĩāļĒāļāļāđāļāļĄāļđāļĨāļĨāļāđāļāđāļāļāļīāļŠāļāđāļĨāđāļĄāđāļŦāļĨāļ§", "Files" => "āđāļāļĨāđ", +"Unshare" => "āļĒāļāđāļĨāļīāļāļāļēāļĢāđāļāļĢāđāļāđāļāļĄāļđāļĨ", "Delete" => "āļĨāļ", +"already exists" => "āļĄāļĩāļāļĒāļđāđāđāļĨāđāļ§", +"replace" => "āđāļāļāļāļĩāđ", +"cancel" => "āļĒāļāđāļĨāļīāļ", +"replaced" => "āđāļāļāļāļĩāđāđāļĨāđāļ§", +"with" => "āļāļąāļ", +"undo" => "āđāļĨāļīāļāļāļģ", +"deleted" => "āļĨāļāđāļĨāđāļ§", "generating ZIP-file, it may take some time." => "āļāļģāļĨāļąāļāļŠāļĢāđāļēāļāđāļāļĨāđāļāļĩāļāļāļąāļ ZIP āļāļēāļāđāļāđāđāļ§āļĨāļēāļŠāļąāļāļāļĢāļđāđ", "Unable to upload your file as it is a directory or has 0 bytes" => "āđāļĄāđāļŠāļēāļĄāļēāļĢāļāļāļąāļāđāļŦāļĨāļāđāļāļĨāđāļāļāļāļāļļāļāđāļāđ āđāļāļ·āđāļāļāļāļēāļāđāļāļĨāđāļāļąāļāļāļĨāđāļēāļ§āđāļāđāļāđāļāđāļĢāđāļāļāļāļĢāļĩāđāļŦāļĢāļ·āļāļĄāļĩāļāļāļēāļ 0 āđāļāļāđ", "Upload Error" => "āđāļāļīāļāļāđāļāļāļīāļāļāļĨāļēāļāđāļāļāļēāļĢāļāļąāļāđāļŦāļĨāļ", diff --git a/apps/files_encryption/l10n/fr.php b/apps/files_encryption/l10n/fr.php new file mode 100644 index 00000000000..c9367d1a312 --- /dev/null +++ b/apps/files_encryption/l10n/fr.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( +"Encryption" => "Chiffrement", +"Exclude the following file types from encryption" => "Ne pas chiffrer les fichiers dont les types sont les suivants", +"None" => "Aucun", +"Enable Encryption" => "Activer le chiffrement" +); diff --git a/apps/files_encryption/l10n/it.php b/apps/files_encryption/l10n/it.php new file mode 100644 index 00000000000..5136b061797 --- /dev/null +++ b/apps/files_encryption/l10n/it.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( +"Encryption" => "Cifratura", +"Exclude the following file types from encryption" => "Escludi i seguenti tipi di file dalla cifratura", +"None" => "Nessuna", +"Enable Encryption" => "Abilita cifratura" +); diff --git a/apps/files_encryption/l10n/th_TH.php b/apps/files_encryption/l10n/th_TH.php new file mode 100644 index 00000000000..c2685de6e3a --- /dev/null +++ b/apps/files_encryption/l10n/th_TH.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( +"Encryption" => "āļāļēāļĢāđāļāđāļēāļĢāļŦāļąāļŠ", +"Exclude the following file types from encryption" => "āđāļĄāđāļāđāļāļāļĢāļ§āļĄāļāļāļīāļāļāļāļāđāļāļĨāđāļāļąāļāļāđāļāđāļāļāļĩāđāļāļēāļāļāļēāļĢāđāļāđāļēāļĢāļŦāļąāļŠ", +"None" => "āđāļĄāđāļāđāļāļ", +"Enable Encryption" => "āđāļāļīāļāđāļāđāļāļēāļāļāļēāļĢāđāļāđāļēāļĢāļŦāļąāļŠ" +); diff --git a/apps/files_external/l10n/de.php b/apps/files_external/l10n/de.php new file mode 100644 index 00000000000..45e5d32dfce --- /dev/null +++ b/apps/files_external/l10n/de.php @@ -0,0 +1,18 @@ +<?php $TRANSLATIONS = array( +"External Storage" => "Externer Speicher", +"Mount point" => "Mount-Point", +"Backend" => "Backend", +"Configuration" => "Konfiguration", +"Options" => "Optionen", +"Applicable" => "Zutreffend", +"Add mount point" => "Mount-Point hinzufÞgen", +"None set" => "Nicht definiert", +"All Users" => "Alle Benutzer", +"Groups" => "Gruppen", +"Users" => "Benutzer", +"Delete" => "LÃķschen", +"SSL root certificates" => "SSL-Root-Zertifikate", +"Import Root Certificate" => "Root-Zertifikate importieren", +"Enable User External Storage" => "Externer Speicher fÞr Benutzer aktivieren", +"Allow users to mount their own external storage" => "Erlaubt Benutzern Ihre eigenen externen Speicher einzubinden" +); diff --git a/apps/files_external/l10n/fr.php b/apps/files_external/l10n/fr.php new file mode 100644 index 00000000000..b3e76c63500 --- /dev/null +++ b/apps/files_external/l10n/fr.php @@ -0,0 +1,18 @@ +<?php $TRANSLATIONS = array( +"External Storage" => "Stockage externe", +"Mount point" => "Point de montage", +"Backend" => "Infrastructure", +"Configuration" => "Configuration", +"Options" => "Options", +"Applicable" => "Disponible", +"Add mount point" => "Ajouter un point de montage", +"None set" => "Aucun spÃĐcifiÃĐ", +"All Users" => "Tous les utilisateurs", +"Groups" => "Groupes", +"Users" => "Utilisateurs", +"Delete" => "Supprimer", +"SSL root certificates" => "Certificats racine SSL", +"Import Root Certificate" => "Importer un certificat racine", +"Enable User External Storage" => "Activer le stockage externe pour les utilisateurs", +"Allow users to mount their own external storage" => "Autoriser les utilisateurs à monter leur propre stockage externe" +); diff --git a/apps/files_external/l10n/it.php b/apps/files_external/l10n/it.php new file mode 100644 index 00000000000..927499b0172 --- /dev/null +++ b/apps/files_external/l10n/it.php @@ -0,0 +1,18 @@ +<?php $TRANSLATIONS = array( +"External Storage" => "Archiviazione esterna", +"Mount point" => "Punto di mount", +"Backend" => "Motore", +"Configuration" => "Configurazione", +"Options" => "Opzioni", +"Applicable" => "Applicabile", +"Add mount point" => "Aggiungi punto di mount", +"None set" => "Nessuna impostazione", +"All Users" => "Tutti gli utenti", +"Groups" => "Gruppi", +"Users" => "Utenti", +"Delete" => "Elimina", +"SSL root certificates" => "Certificato principale per SSL", +"Import Root Certificate" => "Importa certificato principale", +"Enable User External Storage" => "Abilita la memoria esterna dell'utente", +"Allow users to mount their own external storage" => "Consente agli utenti di montare la propria memoria esterna" +); diff --git a/apps/files_external/l10n/sl.php b/apps/files_external/l10n/sl.php new file mode 100644 index 00000000000..6a96e2cd693 --- /dev/null +++ b/apps/files_external/l10n/sl.php @@ -0,0 +1,9 @@ +<?php $TRANSLATIONS = array( +"All Users" => "Vsi uporabniki", +"Groups" => "Skupine", +"Users" => "Uporabniki", +"Delete" => "IzbriÅĄi", +"SSL root certificates" => "SSL korenski certifikati", +"Import Root Certificate" => "Uvozi korenski certifikat", +"Enable User External Storage" => "OmogoÄi" +); diff --git a/apps/files_external/l10n/th_TH.php b/apps/files_external/l10n/th_TH.php new file mode 100644 index 00000000000..84a233046eb --- /dev/null +++ b/apps/files_external/l10n/th_TH.php @@ -0,0 +1,18 @@ +<?php $TRANSLATIONS = array( +"External Storage" => "āļāļ·āđāļāļāļĩāļāļąāļāđāļāđāļāļāđāļāļĄāļđāļĨāļāļēāļāļ āļēāļĒāļāļāļ", +"Mount point" => "āļāļļāļāļāļĩāđāļāļģāđāļŦāļāđāļ", +"Backend" => "āļāđāļēāļāļŦāļĨāļąāļāļĢāļ°āļāļ", +"Configuration" => "āļāļēāļĢāļāļģāļŦāļāļāļāđāļē", +"Options" => "āļāļąāļ§āđāļĨāļ·āļāļ", +"Applicable" => "āļŠāļēāļĄāļēāļĢāļāđāļāđāļāļēāļāđāļāđ", +"Add mount point" => "āđāļāļīāđāļĄāļāļļāļāļāļĩāđāļāļģāđāļŦāļāđāļ", +"None set" => "āļĒāļąāļāđāļĄāđāļĄāļĩāļāļēāļĢāļāļģāļŦāļāļ", +"All Users" => "āļāļđāđāđāļāđāļāļēāļāļāļąāđāļāļŦāļĄāļ", +"Groups" => "āļāļĨāļļāđāļĄ", +"Users" => "āļāļđāđāđāļāđāļāļēāļ", +"Delete" => "āļĨāļ", +"SSL root certificates" => "āđāļāļĢāļąāļāļĢāļāļāļāļ§āļēāļĄāļāļĨāļāļāļ āļąāļĒāļāđāļ§āļĒāļĢāļ°āļāļ SSL āļāļēāļ Root", +"Import Root Certificate" => "āļāļģāđāļāđāļēāļāđāļāļĄāļđāļĨāđāļāļĢāļąāļāļĢāļāļāļāļ§āļēāļĄāļāļĨāļāļāļ āļąāļĒāļāļēāļ Root", +"Enable User External Storage" => "āđāļāļīāļāđāļŦāđāļĄāļĩāļāļēāļĢāđāļāđāļāļ·āđāļāļāļĩāđāļāļąāļāđāļāđāļāļāđāļāļĄāļđāļĨāļāļāļāļāļđāđāđāļāđāļāļēāļāļāļēāļāļ āļēāļĒāļāļāļāđāļāđ", +"Allow users to mount their own external storage" => "āļāļāļļāļāļēāļāđāļŦāđāļāļđāđāđāļāđāļāļēāļāļŠāļēāļĄāļēāļĢāļāļāļĩāđāļāļģāđāļŦāļāđāļāđāļāļāļĩāđāļāļ·āđāļāļāļĩāđāļāļąāļāđāļāđāļāļāđāļāļĄāļđāļĨāļ āļēāļĒāļāļāļāļāļāļāļāļāđāļāļāđāļāđ" +); diff --git a/apps/files_sharing/l10n/de.php b/apps/files_sharing/l10n/de.php new file mode 100644 index 00000000000..d0526c0f3cf --- /dev/null +++ b/apps/files_sharing/l10n/de.php @@ -0,0 +1,11 @@ +<?php $TRANSLATIONS = array( +"Your Shared Files" => "Ihre geteilten Dateien", +"Item" => "Objekt", +"Shared With" => "Teilen mit", +"Permissions" => "Berechtigungen", +"Read" => "Lesen", +"Edit" => "Bearbeiten", +"Delete" => "LÃķschen", +"Enable Resharing" => "Austausch ermÃķglichen", +"Allow users to reshare files they don't own" => "Benutzer dÞrfen Dateien nochmals teilen, auch wenn sie nicht der Besitzer dieser Dateien sind." +); diff --git a/apps/files_sharing/l10n/fr.php b/apps/files_sharing/l10n/fr.php new file mode 100644 index 00000000000..47219c00804 --- /dev/null +++ b/apps/files_sharing/l10n/fr.php @@ -0,0 +1,11 @@ +<?php $TRANSLATIONS = array( +"Your Shared Files" => "Vos documents partagÃĐs", +"Item" => "Item", +"Shared With" => "PartagÃĐ avec", +"Permissions" => "Permissions", +"Read" => "Lecture", +"Edit" => "Ãdition", +"Delete" => "Effacement", +"Enable Resharing" => "Permettre le repartage", +"Allow users to reshare files they don't own" => "Permettre aux utilisateurs de repartager des fichiers dont ils ne sont pas propriÃĐtaires" +); diff --git a/apps/files_sharing/l10n/it.php b/apps/files_sharing/l10n/it.php new file mode 100644 index 00000000000..5534dfca03c --- /dev/null +++ b/apps/files_sharing/l10n/it.php @@ -0,0 +1,9 @@ +<?php $TRANSLATIONS = array( +"Your Shared Files" => "I tuoi file condivisi", +"Item" => "Elemento", +"Shared With" => "Condiviso con", +"Permissions" => "Permessi", +"Read" => "Lettura", +"Edit" => "Modifica", +"Delete" => "Eliminazione" +); diff --git a/apps/files_sharing/l10n/sl.php b/apps/files_sharing/l10n/sl.php new file mode 100644 index 00000000000..a2a1a2b1a9a --- /dev/null +++ b/apps/files_sharing/l10n/sl.php @@ -0,0 +1,11 @@ +<?php $TRANSLATIONS = array( +"Your Shared Files" => "VaÅĄe datoteke v souporabi", +"Item" => "Predmet", +"Shared With" => "V souporabi z", +"Permissions" => "Dovoljenja", +"Read" => "Branje", +"Edit" => "Pisanje", +"Delete" => "Izbris", +"Enable Resharing" => "OmogoÄi nadaljnjo izmenjavo", +"Allow users to reshare files they don't own" => "Dovoli uporabnikom nadaljnjo izmenjavo tujih datotek" +); diff --git a/apps/files_sharing/l10n/th_TH.php b/apps/files_sharing/l10n/th_TH.php new file mode 100644 index 00000000000..2ff91112344 --- /dev/null +++ b/apps/files_sharing/l10n/th_TH.php @@ -0,0 +1,11 @@ +<?php $TRANSLATIONS = array( +"Your Shared Files" => "āđāļāļĨāđāļāļāļāļāļļāļāļāļĩāđāđāļāļĢāđāđāļ§āđ", +"Item" => "āđāļāđāļāđāļĄ", +"Shared With" => "āđāļāļĢāđāļāļĢāđāļāļĄāļāļąāļ", +"Permissions" => "āļŠāļīāļāļāļīāđāļāļēāļĢāđāļāđāļēāđāļāđāļāļēāļ", +"Read" => "āļāđāļēāļ", +"Edit" => "āđāļāđāđāļ", +"Delete" => "āļĨāļ", +"Enable Resharing" => "āđāļāļīāļāđāļŦāđāļĄāļĩāļāļēāļĢāđāļāļĢāđāđāļŦāļĄāđāļāļĩāļāļāļĢāļąāđāļāđāļāđ", +"Allow users to reshare files they don't own" => "āļāļāļļāļāļēāļāđāļŦāđāļāļđāđāđāļāđāļāļēāļāļŠāļēāļĄāļēāļĢāļāđāļāļĢāđāđāļāļĨāđāļāļĩāđāđāļĄāđāđāļāđāđāļāđāļāđāļāđāļēāļāļāļāđāļŦāļĄāđāđāļāđ" +); diff --git a/apps/files_versions/l10n/de.php b/apps/files_versions/l10n/de.php new file mode 100644 index 00000000000..3d1a0a43f5e --- /dev/null +++ b/apps/files_versions/l10n/de.php @@ -0,0 +1,4 @@ +<?php $TRANSLATIONS = array( +"Expire all versions" => "Alle Versionen lÃķschen", +"Enable Files Versioning" => "Datei-Versionierung aktivieren" +); diff --git a/apps/files_versions/l10n/fr.php b/apps/files_versions/l10n/fr.php new file mode 100644 index 00000000000..02209f543b1 --- /dev/null +++ b/apps/files_versions/l10n/fr.php @@ -0,0 +1,4 @@ +<?php $TRANSLATIONS = array( +"Expire all versions" => "Supprimer les versions intermÃĐdiaires", +"Enable Files Versioning" => "Activer le versionnage" +); diff --git a/apps/files_versions/l10n/it.php b/apps/files_versions/l10n/it.php new file mode 100644 index 00000000000..9711ce18aa8 --- /dev/null +++ b/apps/files_versions/l10n/it.php @@ -0,0 +1,4 @@ +<?php $TRANSLATIONS = array( +"Expire all versions" => "Scadenza di tutte le versioni", +"Enable Files Versioning" => "Abilita controllo di versione" +); diff --git a/apps/files_versions/l10n/th_TH.php b/apps/files_versions/l10n/th_TH.php new file mode 100644 index 00000000000..e880840f4b9 --- /dev/null +++ b/apps/files_versions/l10n/th_TH.php @@ -0,0 +1,4 @@ +<?php $TRANSLATIONS = array( +"Expire all versions" => "āļŦāļĄāļāļāļēāļĒāļļāļāļļāļāļĢāļļāđāļ", +"Enable Files Versioning" => "āđāļāļīāļāđāļāđāļāļēāļāļāļļāļāļŠāļĄāļāļąāļāļīāļāļēāļĢāđāļĒāļāļŠāļāļēāļāļ°āļĢāļļāđāļāļŦāļĢāļ·āļāđāļ§āļāļĢāđāļāļąāđāļāļāļāļāđāļāļĨāđ" +); diff --git a/apps/gallery/l10n/th_TH.php b/apps/gallery/l10n/th_TH.php index 34da8dc57fb..9bb699e2644 100644 --- a/apps/gallery/l10n/th_TH.php +++ b/apps/gallery/l10n/th_TH.php @@ -1,12 +1,7 @@ <?php $TRANSLATIONS = array( "Pictures" => "āļĢāļđāļāļ āļēāļ", -"Settings" => "āļāļąāđāļāļāđāļē", -"Rescan" => "āļāļĢāļ§āļāļŠāļāļāļāļĩāļāļāļĢāļąāđāļ", -"Stop" => "āļŦāļĒāļļāļ", -"Share" => "āđāļāļĢāđ", -"Back" => "āļĒāđāļāļāļāļĨāļąāļ", -"Remove confirmation" => "āļāļēāļĢāļĒāļ·āļāļĒāļąāļāļāļēāļĢāļĨāļ", -"Do you want to remove album" => "āļāļļāļāļāđāļāļāļāļēāļĢāļĨāļāļāļąāļĨāļāļąāđāļĄāļāļāļāļŦāļĢāļ·āļāđāļĄāđ", -"Change album name" => "āđāļāļĨāļĩāđāļĒāļāļāļ·āđāļāļāļąāļĨāļāļąāđāļĄ", -"New album name" => "āļāļ·āđāļāđāļŦāļĄāđāļāļāļāļāļąāļĨāļāļąāđāļĄ" +"Share gallery" => "āđāļāļĢāđāļāđāļāļĄāļđāļĨāđāļāļĨāļāļĢāļĩāđ", +"Error: " => "āļāļāļāđāļāļāļīāļāļāļĨāļēāļ: ", +"Internal error" => "āđāļāļīāļāļāđāļāļāļīāļāļāļĨāļēāļāļ āļēāļĒāđāļāļĢāļ°āļāļ", +"Slideshow" => "āļ āļēāļāļŠāđāļĨāļāđāđāļāļ§āđ" ); diff --git a/apps/tasks/l10n/de.php b/apps/tasks/l10n/de.php new file mode 100644 index 00000000000..50d0041d209 --- /dev/null +++ b/apps/tasks/l10n/de.php @@ -0,0 +1,24 @@ +<?php $TRANSLATIONS = array( +"Invalid date/time" => "Datum/Uhrzeit ungÞltig", +"Tasks" => "Aufgaben", +"No category" => "Keine Kategorie", +"Unspecified" => "Nicht angegeben", +"1=highest" => "1=am hÃķchsten", +"5=medium" => "5=Durchschnitt", +"9=lowest" => "9=am niedrigsten", +"Empty Summary" => "Leere Zusammenfassung", +"Invalid percent complete" => "UngÞltige Prozent abgeschlossen", +"Invalid priority" => "Falsche PrioritÃĪt", +"Add Task" => "Aufgabe hinzufÞgen", +"Order Due" => "Nach FÃĪlligkeit sortieren", +"Order List" => "Nach Kategorie sortieren ", +"Order Complete" => "Nach Fertigstellung sortieren", +"Order Location" => "Nach Ort sortieren", +"Order Priority" => "Nach PrioritÃĪt sortieren", +"Order Label" => "Nach Label sortieren", +"Loading tasks..." => "Lade Aufgaben...", +"Important" => "Wichtig", +"More" => "Mehr", +"Less" => "Weniger", +"Delete" => "LÃķschen" +); diff --git a/apps/tasks/l10n/fr.php b/apps/tasks/l10n/fr.php new file mode 100644 index 00000000000..0bac4a65775 --- /dev/null +++ b/apps/tasks/l10n/fr.php @@ -0,0 +1,18 @@ +<?php $TRANSLATIONS = array( +"Invalid date/time" => "date/heure invalide", +"Tasks" => "TÃĒches", +"No category" => "Sans catÃĐgorie", +"Unspecified" => "Non spÃĐcifiÃĐ", +"1=highest" => "1=le plus important", +"5=medium" => "5=importance moyenne", +"9=lowest" => "9=le moins important", +"Empty Summary" => "RÃĐsumÃĐ vide", +"Invalid percent complete" => "Pourcentage d'achÃĻvement invalide", +"Invalid priority" => "PrioritÃĐ invalide", +"Add Task" => "Ajouter une tÃĒche", +"Loading tasks..." => "Chargement des tÃĒchesâĶ", +"Important" => "Important", +"More" => "Plus", +"Less" => "Moins", +"Delete" => "Supprimer" +); diff --git a/apps/tasks/l10n/it.php b/apps/tasks/l10n/it.php new file mode 100644 index 00000000000..8467ff54eb7 --- /dev/null +++ b/apps/tasks/l10n/it.php @@ -0,0 +1,15 @@ +<?php $TRANSLATIONS = array( +"Invalid date/time" => "Ora/Data non valida", +"Tasks" => "Attività ", +"No category" => "Nessuna categoria", +"Unspecified" => "Non specificata", +"1=highest" => "1=massima", +"5=medium" => "5=media", +"9=lowest" => "9=minima", +"Invalid percent complete" => "Percentuale di completamento non valida", +"Invalid priority" => "Priorità non valida", +"Add Task" => "Aggiungi attività ", +"Loading tasks..." => "Caricamento attività in corso...", +"Important" => "Importante", +"Delete" => "Elimina" +); diff --git a/apps/tasks/l10n/ro.php b/apps/tasks/l10n/ro.php new file mode 100644 index 00000000000..54958582f5b --- /dev/null +++ b/apps/tasks/l10n/ro.php @@ -0,0 +1,24 @@ +<?php $TRANSLATIONS = array( +"Invalid date/time" => "Data/timpul invalid", +"Tasks" => "Sarcini", +"No category" => "FÄrÄ categorie", +"Unspecified" => "Nespecificat", +"1=highest" => "1=cel mai ÃŪnalt", +"5=medium" => "5=mediu", +"9=lowest" => "9=cel mai jos", +"Empty Summary" => "Rezumat gol", +"Invalid percent complete" => "Completare procentualÄ greČitÄ", +"Invalid priority" => "Prioritare greČitÄ", +"Add Task" => "AdaugÄ sarcinÄ", +"Order Due" => "ComandÄ pÃĒnÄ la", +"Order List" => "Lista de comenzi", +"Order Complete" => "ComandÄ executatÄ", +"Order Location" => "LocaČia comenzii", +"Order Priority" => "Prioritarea comenzii", +"Order Label" => "Eticheta comenzii", +"Loading tasks..." => "ÃncÄrcare sarcini", +"Important" => "Important", +"More" => "Mai mult", +"Less" => "Mai puČin", +"Delete" => "Čterge" +); diff --git a/apps/tasks/l10n/sl.php b/apps/tasks/l10n/sl.php new file mode 100644 index 00000000000..7bef1894d1a --- /dev/null +++ b/apps/tasks/l10n/sl.php @@ -0,0 +1,14 @@ +<?php $TRANSLATIONS = array( +"Invalid date/time" => "Neveljaven datum/Äas", +"Tasks" => "Opravila", +"No category" => "Ni kategorije", +"Unspecified" => "NedoloÄen", +"1=highest" => "1=najviÅĄje", +"5=medium" => "5=srednje", +"9=lowest" => "9=najniÅūje", +"Empty Summary" => "Prazen povzetek", +"Invalid priority" => "Neveljavna prednost", +"Add Task" => "Dodaj opravilo", +"More" => "VeÄ", +"Less" => "Manj" +); diff --git a/apps/tasks/l10n/th_TH.php b/apps/tasks/l10n/th_TH.php new file mode 100644 index 00000000000..e4212bf291c --- /dev/null +++ b/apps/tasks/l10n/th_TH.php @@ -0,0 +1,24 @@ +<?php $TRANSLATIONS = array( +"Invalid date/time" => "āļ§āļąāļāļāļĩāđ / āđāļ§āļĨāļē āđāļĄāđāļāļđāļāļāđāļāļ", +"Tasks" => "āļāļēāļ", +"No category" => "āđāļĄāđāļĄāļĩāļŦāļĄāļ§āļāļŦāļĄāļđāđ", +"Unspecified" => "āļĒāļąāļāđāļĄāđāđāļāđāļĢāļ°āļāļļ", +"1=highest" => "1=āļŠāļđāļāļŠāļļāļ", +"5=medium" => "5=āļāļēāļāļāļĨāļēāļ", +"9=lowest" => "9=āļāđāļģāļŠāļļāļ", +"Empty Summary" => "āļāđāļāļĄāļđāļĨāļŠāļĢāļļāļāļĒāļąāļāļ§āđāļēāļāļāļĒāļđāđ", +"Invalid percent complete" => "āļŠāļąāļāļŠāđāļ§āļāđāļāļāļĢāđāđāļāđāļāļāđāļāļ§āļēāļĄāļŠāļĄāļāļđāļĢāļāđāđāļĄāđāļāļđāļāļāđāļāļ", +"Invalid priority" => "āļāļ§āļēāļĄāļŠāļģāļāļąāļāđāļĄāđāļāļđāļāļāđāļāļ", +"Add Task" => "āđāļāļīāđāļĄāļāļēāļāđāļŦāļĄāđ", +"Order Due" => "āļāļąāļāđāļĢāļĩāļĒāļāļāļēāļĄāļāļģāļŦāļāļāđāļ§āļĨāļē", +"Order List" => "āļāļąāļāđāļĢāļĩāļĒāļāļāļēāļĄāļĢāļēāļĒāļāļ·āđāļ", +"Order Complete" => "āļāļąāļāđāļĢāļĩāļĒāļāļāļēāļĄāļāļ§āļēāļĄāļŠāļĄāļāļđāļĢāļāđ", +"Order Location" => "āļāļąāļāđāļĢāļĩāļĒāļāļāļēāļĄāļāļģāđāļŦāļāđāļāļāļĩāđāļāļĒāļđāđ", +"Order Priority" => "āļāļąāļāđāļĢāļĩāļĒāļāļāļēāļĄāļĢāļ°āļāļąāļāļāļ§āļēāļĄāļŠāļģāļāļąāļ", +"Order Label" => "āļāļąāļāđāļĢāļĩāļĒāļāļāļēāļĄāļāđāļēāļĒāļāļ·āđāļ", +"Loading tasks..." => "āļāļģāļĨāļąāļāđāļŦāļĨāļāļāđāļāļĄāļđāļĨāļāļēāļ...", +"Important" => "āļŠāļģāļāļąāļ", +"More" => "āļĄāļēāļ", +"Less" => "āļāđāļāļĒ", +"Delete" => "āļĨāļ" +); diff --git a/apps/user_ldap/l10n/de.php b/apps/user_ldap/l10n/de.php new file mode 100644 index 00000000000..f52bfe8e7e9 --- /dev/null +++ b/apps/user_ldap/l10n/de.php @@ -0,0 +1,14 @@ +<?php $TRANSLATIONS = array( +"Host" => "Host", +"Password" => "Passwort", +"User Login Filter" => "Benutzer Login Filter", +"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action." => "Bestimmt den angewendeten Filter, wenn eine Anmeldung versucht wird. %%uid ersetzt den Benutzernamen bei dem Anmeldeversuch.", +"User List Filter" => "Benutzer Filter Liste", +"Group Filter" => "Gruppen Filter", +"Port" => "Port", +"Do not use it for SSL connections, it will fail." => "Verwenden Sie es nicht fÞr SSL-Verbindungen, wird es scheitern.", +"Turn off SSL certificate validation." => "Schalte die SSL ZertifikatsprÞfung aus.", +"in bytes" => "in bytes", +"in seconds. A change empties the cache." => "in Sekunden. Eine Ãnderung leert den Cache.", +"Help" => "Hilfe" +); diff --git a/apps/user_ldap/l10n/fr.php b/apps/user_ldap/l10n/fr.php new file mode 100644 index 00000000000..c2222f104ed --- /dev/null +++ b/apps/user_ldap/l10n/fr.php @@ -0,0 +1,30 @@ +<?php $TRANSLATIONS = array( +"Host" => "HÃīte", +"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Vous pouvez omettre le protocole, sauf si vous avez besoin de SSL. Dans ce cas prÃĐfixez avec ldaps://", +"Base DN" => "DN de base", +"You can specify Base DN for users and groups in the Advanced tab" => "Vous pouvez spÃĐcifier le DN de base pour les utilisateurs et les groupes dans l'onglet AvancÃĐ", +"User DN" => "DN Utilisateur", +"The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." => "Le DN de l'utilisateur client avec lequel la liaison doit se faire, par exemple uid=agent,dc=example,dc=com. Pour l'accÃĻs anonyme, laisser le DN et le mot de passe vides.", +"Password" => "Mot de passe", +"For anonymous access, leave DN and Password empty." => "Pour l'accÃĻs anonyme, laisser le DN et le mot de passe vides.", +"User Login Filter" => "Filtre d'identifiants utilisateur", +"User List Filter" => "Filtre d'utilisateurs", +"Defines the filter to apply, when retrieving users." => "DÃĐfinit le filtre à appliquer lors de la rÃĐcupÃĐration des utilisateurs.", +"without any placeholder, e.g. \"objectClass=person\"." => "sans ÃĐlÃĐment de substitution, par exemple \"objectClass=person\".", +"Group Filter" => "Filtre de groupes", +"Defines the filter to apply, when retrieving groups." => "DÃĐfinit le filtre à appliquer lors de la rÃĐcupÃĐration des groupes.", +"without any placeholder, e.g. \"objectClass=posixGroup\"." => "sans ÃĐlÃĐment de substitution, par exemple \"objectClass=posixGroup\".", +"Port" => "Port", +"Group-Member association" => "Association groupe-membre", +"Use TLS" => "Utiliser TLS", +"Do not use it for SSL connections, it will fail." => "Ne pas utiliser pour les connexions SSL, car cela ÃĐchouera.", +"Case insensitve LDAP server (Windows)" => "Serveur LDAP insensible à la casse (Windows)", +"Turn off SSL certificate validation." => "DÃĐsactiver la validation du certificat SSL", +"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "Si la connexion ne fonctionne qu'avec cette option, importez le certificat SSL du serveur LDAP dans le serveur ownCloud.", +"Not recommended, use for testing only." => "Non recommendÃĐ, utilisation pour tests uniquement.", +"The LDAP attribute to use to generate the user`s ownCloud name." => "L'attribut LDAP utilisÃĐ pour gÃĐnÃĐrer les noms d'utilisateurs d'ownCloud", +"The LDAP attribute to use to generate the groups`s ownCloud name." => "L'attribut LDAP utilisÃĐ pour gÃĐnÃĐrer les noms de groupes d'ownCloud", +"in bytes" => "en octets", +"in seconds. A change empties the cache." => "en secondes. Tout changement vide le cache.", +"Help" => "Aide" +); diff --git a/apps/user_ldap/l10n/it.php b/apps/user_ldap/l10n/it.php new file mode 100644 index 00000000000..70c4bf4d082 --- /dev/null +++ b/apps/user_ldap/l10n/it.php @@ -0,0 +1,36 @@ +<?php $TRANSLATIONS = array( +"Host" => "Host", +"You can omit the protocol, except you require SSL. Then start with ldaps://" => "à possibile omettere il protocollo, ad eccezione se ÃĻ necessario SSL. Quindi inizia con ldaps://", +"Base DN" => "DN base", +"You can specify Base DN for users and groups in the Advanced tab" => "Puoi specificare una DN base per gli utenti ed i gruppi nella scheda Avanzate", +"User DN" => "DN utente", +"The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." => "Il DN per il client dell'utente con cui deve essere associato, ad esempio uid=agent,dc=example,dc=com. Per l'accesso anonimo, lasciare vuoti i campi DN e Password", +"Password" => "Password", +"For anonymous access, leave DN and Password empty." => "Per l'accesso anonimo, lasciare vuoti i campi DN e Password", +"User Login Filter" => "Filtro per il login utente", +"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action." => "Specifica quale filtro utilizzare quando si tenta il login. %%uid sostituisce il nome utente all'atto del login.", +"use %%uid placeholder, e.g. \"uid=%%uid\"" => "utilizza il segnaposto %%uid, per esempio \"uid=%%uid\"", +"User List Filter" => "Filtro per la lista utente", +"Defines the filter to apply, when retrieving users." => "Specifica quale filtro utilizzare durante il recupero degli utenti.", +"without any placeholder, e.g. \"objectClass=person\"." => "senza nessun segnaposto, per esempio \"objectClass=person\".", +"Group Filter" => "Filtro per il gruppo", +"Defines the filter to apply, when retrieving groups." => "Specifica quale filtro utilizzare durante il recupero dei gruppi.", +"without any placeholder, e.g. \"objectClass=posixGroup\"." => "senza nessun segnaposto, per esempio \"objectClass=posixGroup\".", +"Port" => "Porta", +"Base User Tree" => "Struttura base dell'utente", +"Base Group Tree" => "Struttura base del gruppo", +"Group-Member association" => "Associazione gruppo-utente ", +"Use TLS" => "Usa TLS", +"Do not use it for SSL connections, it will fail." => "Non utilizzare per le connessioni SSL, fallirà .", +"Case insensitve LDAP server (Windows)" => "Case insensitve LDAP server (Windows)", +"Turn off SSL certificate validation." => "Disattiva il controllo del certificato SSL.", +"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "Se la connessione funziona esclusivamente con questa opzione, importa il certificato SSL del server LDAP nel tuo server ownCloud.", +"Not recommended, use for testing only." => "Non consigliato, utilizzare solo per test.", +"User Display Name Field" => "Campo per la visualizzazione del nome utente", +"The LDAP attribute to use to generate the user`s ownCloud name." => "L'attributo LDAP da usare per generare il nome dell'utente ownCloud.", +"Group Display Name Field" => "Campo per la visualizzazione del nome del gruppo", +"The LDAP attribute to use to generate the groups`s ownCloud name." => "L'attributo LDAP da usare per generare il nome del gruppo ownCloud.", +"in bytes" => "in byte", +"in seconds. A change empties the cache." => "in secondi. Il cambio svuota la cache.", +"Help" => "Aiuto" +); diff --git a/apps/user_ldap/l10n/ro.php b/apps/user_ldap/l10n/ro.php new file mode 100644 index 00000000000..326e47f96fe --- /dev/null +++ b/apps/user_ldap/l10n/ro.php @@ -0,0 +1,36 @@ +<?php $TRANSLATIONS = array( +"Host" => "GazdÄ", +"You can omit the protocol, except you require SSL. Then start with ldaps://" => "PuteČi omite protocolul, decÃĒt dacÄ folosiČi SSL. Atunci se ÃŪncepe cu ldaps://", +"Base DN" => "DN de bazÄ", +"You can specify Base DN for users and groups in the Advanced tab" => "PuteČi sÄ specificaČi DN de bazÄ pentru utilizatori Či grupuri ÃŪn fila Avansat", +"User DN" => "DN al utilizatorului", +"The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." => "DN-ul clientului utilizator cu care se va efectua conectarea, d.e. uid=agent,dc=example,dc=com. Pentru acces anonim, lÄsÄČi DN Či ParolÄ libere.", +"Password" => "ParolÄ", +"For anonymous access, leave DN and Password empty." => "Pentru acces anonim, lÄsaČi DN Či ParolÄ libere.", +"User Login Filter" => "Filtrare dupÄ Nume Utilizator", +"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action." => "DefineČte fitrele care trebuie aplicate, cÃĒnd se ÃŪncearcÄ conectarea. %%uid ÃŪnlocuieČte numele utilizatorului ÃŪn procesul de conectare.", +"use %%uid placeholder, e.g. \"uid=%%uid\"" => "folosiČi substituentul %%uid , d.e. \"uid=%%uid\"", +"User List Filter" => "Filtrarea dupÄ lista utilizatorilor", +"Defines the filter to apply, when retrieving users." => "DefineČte filtrele care trebui aplicate, cÃĒnd se peiau utilzatorii.", +"without any placeholder, e.g. \"objectClass=person\"." => "fÄrÄ substituenČi, d.e. \"objectClass=person\".", +"Group Filter" => "Fitrare Grup", +"Defines the filter to apply, when retrieving groups." => "DefineČte filtrele care se aplicÄ, cÃĒnd se preiau grupurile.", +"without any placeholder, e.g. \"objectClass=posixGroup\"." => "fÄrÄ substituenČi, d.e. \"objectClass=posixGroup\"", +"Port" => "Portul", +"Base User Tree" => "Arborele de bazÄ al Utilizatorilor", +"Base Group Tree" => "Arborele de bazÄ al Grupurilor", +"Group-Member association" => "Asocierea Grup-Membru", +"Use TLS" => "UtilizeazÄ TLS", +"Do not use it for SSL connections, it will fail." => "A nu se utiliza pentru conexiuni SSL, va eČua.", +"Case insensitve LDAP server (Windows)" => "Server LDAP insensibil la majuscule (Windows)", +"Turn off SSL certificate validation." => "OpreČte validarea certificatelor SSL ", +"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "DacÄ conexiunea lucreazÄ doar cu aceastÄ opČiune, importeazÄ certificatul SSL al serverului LDAP ÃŪn serverul ownCloud.", +"Not recommended, use for testing only." => "Nu este recomandat, a se utiliza doar pentru testare.", +"User Display Name Field" => "CÃĒmpul cu numele vizibil al utilizatorului", +"The LDAP attribute to use to generate the user`s ownCloud name." => "Atributul LDAP folosit pentru a genera numele de utilizator din ownCloud.", +"Group Display Name Field" => "CÃĒmpul cu numele grupului", +"The LDAP attribute to use to generate the groups`s ownCloud name." => "Atributul LDAP folosit pentru a genera numele grupurilor din ownCloud", +"in bytes" => "ÃŪn octeČi", +"in seconds. A change empties the cache." => "ÃŪn secunde. O schimbare curÄČÄ memoria tampon.", +"Help" => "Ajutor" +); diff --git a/apps/user_ldap/l10n/th_TH.php b/apps/user_ldap/l10n/th_TH.php new file mode 100644 index 00000000000..8b2e6423ac4 --- /dev/null +++ b/apps/user_ldap/l10n/th_TH.php @@ -0,0 +1,10 @@ +<?php $TRANSLATIONS = array( +"Host" => "āđāļŪāļŠāļāđ", +"Password" => "āļĢāļŦāļąāļŠāļāđāļēāļ", +"Group Filter" => "āļāļąāļ§āļāļĢāļāļāļāđāļāļĄāļđāļĨāļāļĨāļļāđāļĄ", +"Port" => "āļāļāļĢāđāļ", +"Use TLS" => "āđāļāđ TLS", +"Not recommended, use for testing only." => "āđāļĄāđāđāļāļ°āļāļģāđāļŦāđāđāļāđāļāļēāļ, āđāļāđāļŠāļģāļŦāļĢāļąāļāļāļēāļĢāļāļāļŠāļāļāđāļāđāļēāļāļąāđāļ", +"in bytes" => "āđāļāļŦāļāđāļ§āļĒāđāļāļāđ", +"Help" => "āļāđāļ§āļĒāđāļŦāļĨāļ·āļ" +); diff --git a/apps/user_migrate/l10n/ca.php b/apps/user_migrate/l10n/ca.php index 6f1c77e4173..6e423c01b0b 100644 --- a/apps/user_migrate/l10n/ca.php +++ b/apps/user_migrate/l10n/ca.php @@ -2,9 +2,9 @@ "Export" => "Exporta", "Something went wrong while the export file was being generated" => "Alguna cosa ha anat malament en generar el fitxer d'exportaciÃģ", "An error has occurred" => "S'ha produÃŊt un error", -"Export your user account" => "Exporta el vostre compte d'usuari", +"Export your user account" => "Exportar el compte d'usuari", "This will create a compressed file that contains your ownCloud account." => "AixÃē crearà un fitxer comprimit que contÃĐ el vostre compte ownCloud.", -"Import user account" => "Importa el compte d'usuari", +"Import user account" => "Importar el compte d'usuari", "ownCloud User Zip" => "zip d'usuari ownCloud", "Import" => "Importa" ); diff --git a/apps/user_migrate/l10n/de.php b/apps/user_migrate/l10n/de.php new file mode 100644 index 00000000000..110b0bba6e6 --- /dev/null +++ b/apps/user_migrate/l10n/de.php @@ -0,0 +1,10 @@ +<?php $TRANSLATIONS = array( +"Export" => "Export", +"Something went wrong while the export file was being generated" => "Beim Export der Datei ist etwas schief gegangen.", +"An error has occurred" => "Es ist ein Fehler aufgetreten.", +"Export your user account" => "Ihr Konto exportieren", +"This will create a compressed file that contains your ownCloud account." => "Eine komprimierte Datei wird erzeugen, die Ihr ownCloud-Konto enthÃĪlt.", +"Import user account" => "Konto importieren", +"ownCloud User Zip" => "Zip-Archiv mit Benutzerdaten", +"Import" => "Importieren" +); diff --git a/apps/user_migrate/l10n/fr.php b/apps/user_migrate/l10n/fr.php new file mode 100644 index 00000000000..f1fe46bcacb --- /dev/null +++ b/apps/user_migrate/l10n/fr.php @@ -0,0 +1,10 @@ +<?php $TRANSLATIONS = array( +"Export" => "Exporter", +"Something went wrong while the export file was being generated" => "Une erreur s'est produit pendant la gÃĐnÃĐration du fichier d'export", +"An error has occurred" => "Une erreur s'est produite", +"Export your user account" => "Exportez votre compte utilisateur", +"This will create a compressed file that contains your ownCloud account." => "Cette action va crÃĐer une archive compressÃĐe qui contiendra les donnÃĐes de votre compte ownCloud.", +"Import user account" => "Importer un compte utilisateur", +"ownCloud User Zip" => "Archive Zip de l'utilisateur", +"Import" => "Importer" +); diff --git a/apps/user_migrate/l10n/it.php b/apps/user_migrate/l10n/it.php new file mode 100644 index 00000000000..f3eeb15dab5 --- /dev/null +++ b/apps/user_migrate/l10n/it.php @@ -0,0 +1,10 @@ +<?php $TRANSLATIONS = array( +"Export" => "Esporta", +"Something went wrong while the export file was being generated" => "Si ÃĻ verificato un errore durante la creazione del file di esportazione", +"An error has occurred" => "Si ÃĻ verificato un errore", +"Export your user account" => "Esporta il tuo account utente", +"This will create a compressed file that contains your ownCloud account." => "Questa operazione creerà un file compresso che contiene il tuo account ownCloud.", +"Import user account" => "Importa account utente", +"ownCloud User Zip" => "Zip account utente", +"Import" => "Importa" +); diff --git a/apps/user_migrate/l10n/sl.php b/apps/user_migrate/l10n/sl.php new file mode 100644 index 00000000000..c14bca0f709 --- /dev/null +++ b/apps/user_migrate/l10n/sl.php @@ -0,0 +1,10 @@ +<?php $TRANSLATIONS = array( +"Export" => "Izvozi", +"Something went wrong while the export file was being generated" => "Med ustvarjanjem datoteke za izvoz je priÅĄlo do napake", +"An error has occurred" => "PriÅĄlo je do napake", +"Export your user account" => "Izvozi vaÅĄ uporabniÅĄki raÄun", +"This will create a compressed file that contains your ownCloud account." => "Ustvarjena bo stisnjena datoteka z vaÅĄim ownCloud raÄunom.", +"Import user account" => "Uvozi uporabniÅĄki raÄun", +"ownCloud User Zip" => "Zip datoteka ownCloud uporabnika", +"Import" => "Uvozi" +); diff --git a/apps/user_migrate/l10n/th_TH.php b/apps/user_migrate/l10n/th_TH.php new file mode 100644 index 00000000000..d2c36bb4edd --- /dev/null +++ b/apps/user_migrate/l10n/th_TH.php @@ -0,0 +1,10 @@ +<?php $TRANSLATIONS = array( +"Export" => "āļŠāđāļāļāļāļ", +"Something went wrong while the export file was being generated" => "āđāļāļīāļāļāđāļāļāļīāļāļāļĨāļēāļāļāļēāļāļāļĢāļ°āļāļēāļĢāđāļāļĢāļ°āļŦāļ§āđāļēāļāļāļēāļĢāļŠāđāļāļāļāļāđāļāļĨāđ", +"An error has occurred" => "āđāļāļīāļāļāđāļāļāļīāļāļāļĨāļēāļāļāļēāļāļāļĢāļ°āļāļēāļĢ", +"Export your user account" => "āļŠāđāļāļāļāļāļāļąāļāļāļĩāļāļđāđāđāļāđāļāļēāļāļāļāļāļāļļāļ", +"This will create a compressed file that contains your ownCloud account." => "āļŠāđāļ§āļāļāļĩāđāļāļ°āđāļāđāļāļāļēāļĢāļŠāļĢāđāļēāļāđāļāļĨāđāļāļĩāļāļāļąāļāļāļĩāđāļāļĢāļĢāļāļļāļāđāļāļĄāļđāļĨāļāļąāļāļāļĩāļāļđāđāđāļāđāļāļēāļ ownCloud āļāļāļāļāļļāļ", +"Import user account" => "āļāļģāđāļāđāļēāļāļąāļāļāļĩāļāļđāđāđāļāđāļāļēāļ", +"ownCloud User Zip" => "āđāļāļĨāđ Zip āļāļđāđāđāļāđāļāļēāļ ownCloud", +"Import" => "āļāļģāđāļāđāļē" +); diff --git a/apps/user_openid/l10n/de.php b/apps/user_openid/l10n/de.php new file mode 100644 index 00000000000..97abccba9e4 --- /dev/null +++ b/apps/user_openid/l10n/de.php @@ -0,0 +1,11 @@ +<?php $TRANSLATIONS = array( +"This is an OpenID server endpoint. For more information, see " => "Dies ist ein OpenID-Server-Endpunkt. FÞr weitere Informationen schauen Sie sich folgendes an:", +"Identity: <b>" => "IdentitÃĪt: <b>", +"Realm: <b>" => "Bereich: <b>", +"User: <b>" => "Benutzer: <b>", +"Login" => "Anmelden", +"Error: <b>No user Selected" => "Fehler: <b> Kein Benutzer gewÃĪhlt", +"you can authenticate to other sites with this address" => "Sie kÃķnnen sich auf anderen Seiten mit dieser Adresse authentifizieren.", +"Authorized OpenID provider" => "Authorisierter OpenID-Anbieter", +"Your address at Wordpress, Identi.ca, …" => "Ihre Adresse bei Wordpress, Identi.ca, …" +); diff --git a/apps/user_openid/l10n/fr.php b/apps/user_openid/l10n/fr.php new file mode 100644 index 00000000000..ec3d00853d9 --- /dev/null +++ b/apps/user_openid/l10n/fr.php @@ -0,0 +1,11 @@ +<?php $TRANSLATIONS = array( +"This is an OpenID server endpoint. For more information, see " => "Ce serveur est un point d'accÃĻs OpenID. Pour plus d'informations, veuillez consulter", +"Identity: <b>" => "IdentitÃĐ : <b>", +"Realm: <b>" => "Domaine : <b>", +"User: <b>" => "Utilisateur : <b>", +"Login" => "Connexion", +"Error: <b>No user Selected" => "Erreur : <b>Aucun nom d'utilisateur n'a ÃĐtÃĐ saisi", +"you can authenticate to other sites with this address" => "vous pouvez vous authentifier sur d'autres sites grÃĒce à cette adresse", +"Authorized OpenID provider" => "Fournisseur d'identitÃĐ OpenID autorisÃĐ", +"Your address at Wordpress, Identi.ca, …" => "Votre adresse Wordpress, Identi.ca, …" +); diff --git a/apps/user_openid/l10n/it.php b/apps/user_openid/l10n/it.php new file mode 100644 index 00000000000..bda06ce18a9 --- /dev/null +++ b/apps/user_openid/l10n/it.php @@ -0,0 +1,11 @@ +<?php $TRANSLATIONS = array( +"This is an OpenID server endpoint. For more information, see " => "Questo ÃĻ un server OpenID. Per ulteriori informazioni, vedi", +"Identity: <b>" => "Identità : <b>", +"Realm: <b>" => "Dominio: <b>", +"User: <b>" => "Utente: <b>", +"Login" => "Accesso", +"Error: <b>No user Selected" => "Errore: <b>nessun utente selezionato", +"you can authenticate to other sites with this address" => "puoi autenticarti ad altri siti con questo indirizzo", +"Authorized OpenID provider" => "Fornitore OpenID autorizzato", +"Your address at Wordpress, Identi.ca, …" => "Il tuo indirizzo su Wordpress, Identi.ca, …" +); diff --git a/apps/user_openid/l10n/sl.php b/apps/user_openid/l10n/sl.php new file mode 100644 index 00000000000..72132cd6378 --- /dev/null +++ b/apps/user_openid/l10n/sl.php @@ -0,0 +1,10 @@ +<?php $TRANSLATIONS = array( +"This is an OpenID server endpoint. For more information, see " => "To je OpenID streÅūniÅĄka konÄna toÄka. Za veÄ informacij si oglejte", +"Identity: <b>" => "Istovetnost: <b>", +"User: <b>" => "Uporabnik:", +"Login" => "Prijava", +"Error: <b>No user Selected" => "Napaka: <b>Uporabnik ni bil izbran", +"you can authenticate to other sites with this address" => "s tem naslovom se lahko overite tudi na drugih straneh", +"Authorized OpenID provider" => "Odobren OpenID ponudnik", +"Your address at Wordpress, Identi.ca, …" => "VaÅĄ naslov na Wordpress, Identi.ca, …" +); diff --git a/apps/user_openid/l10n/th_TH.php b/apps/user_openid/l10n/th_TH.php new file mode 100644 index 00000000000..fbf0bbc60a5 --- /dev/null +++ b/apps/user_openid/l10n/th_TH.php @@ -0,0 +1,11 @@ +<?php $TRANSLATIONS = array( +"This is an OpenID server endpoint. For more information, see " => "āļāļĩāđāļāļ·āļāļāļĨāļēāļĒāļāļēāļāļāļāļāđāļāļīāļĢāđāļāđāļ§āļāļĢāđ OpenID āļŠāļģāļŦāļĢāļąāļāļĢāļēāļĒāļĨāļ°āđāļāļĩāļĒāļāđāļāļīāđāļĄāđāļāļīāļĄ, āļāļĢāļļāļāļēāļāļđāļāļĩāđ", +"Identity: <b>" => "āļāđāļāļĄāļđāļĨāļāļĢāļ°āļāļģāļāļąāļ§ <b>", +"Realm: <b>" => "āļāļāļāđāļāļāļāļ·āđāļāļāļĩāđ <b>", +"User: <b>" => "āļāļđāđāđāļāđāļāļēāļ: <b>", +"Login" => "āđāļāđāļēāļŠāļđāđāļĢāļ°āļāļ", +"Error: <b>No user Selected" => "āļāļāļāđāļāļāļīāļāļāļĨāļēāļ <b> āļĒāļąāļāđāļĄāđāđāļāđāđāļĨāļ·āļāļāļāļ·āđāļāļāļđāđāđāļāđāļāļēāļ", +"you can authenticate to other sites with this address" => "āļāļļāļāļŠāļēāļĄāļēāļĢāļāđāļāđāļĢāļąāļāļŠāļīāļāļāļīāđāđāļāļ·āđāļāđāļāđāļēāđāļāđāļāļēāļāđāļ§āđāļāđāļāļāđāļāļ·āđāļāđāđāļāļĒāđāļāđāļāļĩāđāļāļĒāļđāđāļāļĩāđ", +"Authorized OpenID provider" => "āļāļđāđāđāļŦāđāļāļĢāļīāļāļēāļĢ OpenID āļāļĩāđāđāļāđāļĢāļąāļāļāļāļļāļāļēāļ", +"Your address at Wordpress, Identi.ca, …" => "āļāļĩāđāļāļĒāļđāđāļāļāļāļāļļāļāļāļĩāđ Wordpress, Identi.ca, …" +); |