diff options
97 files changed, 409 insertions, 287 deletions
diff --git a/apps/files/l10n/hr.php b/apps/files/l10n/hr.php index 7d5e61b3542..cb8eb4033cf 100644 --- a/apps/files/l10n/hr.php +++ b/apps/files/l10n/hr.php @@ -8,6 +8,13 @@ "Failed to write to disk" => "Neuspjelo pisanje na disk", "Files" => "Datoteke", "Delete" => "Briši", +"already exists" => "već postoji", +"replace" => "zamjeni", +"cancel" => "odustani", +"replaced" => "zamjenjeno", +"with" => "sa", +"undo" => "vrati", +"deleted" => "izbrisano", "generating ZIP-file, it may take some time." => "generiranje ZIP datoteke, ovo može potrajati.", "Unable to upload your file as it is a directory or has 0 bytes" => "Nemoguće poslati datoteku jer je prazna ili je direktorij", "Upload Error" => "Pogreška pri slanju", diff --git a/apps/files_encryption/l10n/es.php b/apps/files_encryption/l10n/es.php index 26ace24e336..b7e7601b35f 100644 --- a/apps/files_encryption/l10n/es.php +++ b/apps/files_encryption/l10n/es.php @@ -1,3 +1,6 @@ <?php $TRANSLATIONS = array( -"Encryption" => "Cifrado" +"Encryption" => "Cifrado", +"Exclude the following file types from encryption" => "Excluir del cifrado los siguientes tipos de archivo", +"None" => "Ninguno", +"Enable Encryption" => "Habilitar cifrado" ); diff --git a/apps/files_encryption/l10n/eu.php b/apps/files_encryption/l10n/eu.php new file mode 100644 index 00000000000..57b6a4927bf --- /dev/null +++ b/apps/files_encryption/l10n/eu.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( +"Encryption" => "Enkriptazioa", +"Exclude the following file types from encryption" => "Ez enkriptatu hurrengo fitxategi motak", +"None" => "Bat ere ez", +"Enable Encryption" => "Gaitu enkriptazioa" +); diff --git a/apps/files_external/l10n/eu.php b/apps/files_external/l10n/eu.php new file mode 100644 index 00000000000..a594cdff1f2 --- /dev/null +++ b/apps/files_external/l10n/eu.php @@ -0,0 +1,16 @@ +<?php $TRANSLATIONS = array( +"External Storage" => "Kanpoko Biltegiratzea", +"Mount point" => "Montatze puntua", +"Configuration" => "Konfigurazioa", +"Options" => "Aukerak", +"Add mount point" => "Gehitu muntatze puntua", +"None set" => "Ezarri gabe", +"All Users" => "Erabiltzaile guztiak", +"Groups" => "Taldeak", +"Users" => "Erabiltzaileak", +"Delete" => "Ezabatu", +"SSL root certificates" => "SSL erro ziurtagiriak", +"Import Root Certificate" => "Inportatu Erro Ziurtagiria", +"Enable User External Storage" => "Gaitu erabiltzaileentzako Kanpo Biltegiratzea", +"Allow users to mount their own external storage" => "Baimendu erabiltzaileak bere kanpo biltegiratzeak muntatzen" +); diff --git a/apps/files_external/l10n/nb_NO.php b/apps/files_external/l10n/nb_NO.php new file mode 100644 index 00000000000..273b40cf8ee --- /dev/null +++ b/apps/files_external/l10n/nb_NO.php @@ -0,0 +1,8 @@ +<?php $TRANSLATIONS = array( +"Configuration" => "Konfigurasjon", +"Options" => "Innstillinger", +"All Users" => "Alle brukere", +"Groups" => "Grupper", +"Users" => "Brukere", +"Delete" => "Slett" +); diff --git a/apps/files_external/l10n/nl.php b/apps/files_external/l10n/nl.php new file mode 100644 index 00000000000..f3f38260a8a --- /dev/null +++ b/apps/files_external/l10n/nl.php @@ -0,0 +1,18 @@ +<?php $TRANSLATIONS = array( +"External Storage" => "Externe opslag", +"Mount point" => "Aankoppelpunt", +"Backend" => "Backend", +"Configuration" => "Configuratie", +"Options" => "Opties", +"Applicable" => "Van toepassing", +"Add mount point" => "Voeg aankoppelpunt toe", +"None set" => "Niets ingesteld", +"All Users" => "Alle gebruikers", +"Groups" => "Groepen", +"Users" => "Gebruikers", +"Delete" => "Verwijder", +"SSL root certificates" => "SSL root certificaten", +"Import Root Certificate" => "Importeer root certificaat", +"Enable User External Storage" => "Zet gebruiker's externe opslag aan", +"Allow users to mount their own external storage" => "Sta gebruikers toe om hun eigen externe opslag aan te koppelen" +); diff --git a/apps/files_sharing/l10n/eu.php b/apps/files_sharing/l10n/eu.php new file mode 100644 index 00000000000..916c3151dcf --- /dev/null +++ b/apps/files_sharing/l10n/eu.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( +"Size" => "Tamaina", +"Modified" => "Aldatuta", +"Delete all" => "Ezabatu dena", +"Delete" => "Ezabatu" +); diff --git a/apps/files_sharing/l10n/sl.php b/apps/files_sharing/l10n/sl.php index 485ab7a85ac..a241c6e504f 100644 --- a/apps/files_sharing/l10n/sl.php +++ b/apps/files_sharing/l10n/sl.php @@ -2,5 +2,5 @@ "Size" => "Velikost", "Modified" => "Spremenjeno", "Delete all" => "Izbriši vse", -"Delete" => "Izbris" +"Delete" => "Izbriši" ); diff --git a/apps/files_versions/l10n/es.php b/apps/files_versions/l10n/es.php index d5be72b1741..be416f5bfba 100644 --- a/apps/files_versions/l10n/es.php +++ b/apps/files_versions/l10n/es.php @@ -1,3 +1,4 @@ <?php $TRANSLATIONS = array( +"Expire all versions" => "Expirar todas las versiones", "Enable Files Versioning" => "Habilitar versionamiento de archivos" ); diff --git a/apps/files_versions/l10n/eu.php b/apps/files_versions/l10n/eu.php new file mode 100644 index 00000000000..eacbdd09934 --- /dev/null +++ b/apps/files_versions/l10n/eu.php @@ -0,0 +1,4 @@ +<?php $TRANSLATIONS = array( +"Expire all versions" => "Iraungi bertsio guztiak", +"Enable Files Versioning" => "Gaitu fitxategien bertsioak" +); diff --git a/apps/user_ldap/l10n/eu.php b/apps/user_ldap/l10n/eu.php new file mode 100644 index 00000000000..cc042b13892 --- /dev/null +++ b/apps/user_ldap/l10n/eu.php @@ -0,0 +1,36 @@ +<?php $TRANSLATIONS = array( +"Host" => "Hostalaria", +"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Protokoloa ez da beharrezkoa, SSL behar baldin ez baduzu. Honela bada hasi ldaps://", +"Base DN" => "Oinarrizko DN", +"You can specify Base DN for users and groups in the Advanced tab" => "Erabiltzaile eta taldeentzako Oinarrizko DN zehaztu dezakezu Aurreratu fitxan", +"User DN" => "Erabiltzaile DN", +"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." => "Lotura egingo den bezero erabiltzailearen DNa, adb. uid=agent,dc=example,dc=com. Sarrera anonimoak gaitzeko utzi DN eta Pasahitza hutsik.", +"Password" => "Pasahitza", +"For anonymous access, leave DN and Password empty." => "Sarrera anonimoak gaitzeko utzi DN eta Pasahitza hutsik.", +"User Login Filter" => "Erabiltzaileen saioa hasteko iragazkia", +"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action." => "Saioa hastean erabiliko den iragazkia zehazten du. %%uid-ek erabiltzaile izena ordezkatzen du saioa hasterakoan.", +"use %%uid placeholder, e.g. \"uid=%%uid\"" => "erabili %%uid txantiloia, adb. \"uid=%%uid\"", +"User List Filter" => "Erabiltzaile zerrendaren Iragazkia", +"Defines the filter to apply, when retrieving users." => "Erabiltzaileak jasotzen direnean ezarriko den iragazkia zehazten du.", +"without any placeholder, e.g. \"objectClass=person\"." => "txantiloirik gabe, adb. \"objectClass=person\".", +"Group Filter" => "Taldeen iragazkia", +"Defines the filter to apply, when retrieving groups." => "Taldeak jasotzen direnean ezarriko den iragazkia zehazten du.", +"without any placeholder, e.g. \"objectClass=posixGroup\"." => "txantiloirik gabe, adb. \"objectClass=posixGroup\".", +"Port" => "Portua", +"Base User Tree" => "Oinarrizko Erabiltzaile Zuhaitza", +"Base Group Tree" => "Oinarrizko Talde Zuhaitza", +"Group-Member association" => "Talde-Kide elkarketak", +"Use TLS" => "Erabili TLS", +"Do not use it for SSL connections, it will fail." => "Ez erabili SSL konexioetan, huts egingo du.", +"Case insensitve LDAP server (Windows)" => "Maiuskulak eta minuskulak ezberditzen ez dituen LDAP zerbitzaria (windows)", +"Turn off SSL certificate validation." => "Ezgaitu SSL ziurtagirien egiaztapena.", +"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "Konexioa aukera hau ezinbestekoa badu, inportatu LDAP zerbitzariaren SSL ziurtagiria zure ownCloud zerbitzarian.", +"Not recommended, use for testing only." => "Ez da aholkatzen, erabili bakarrik frogak egiteko.", +"User Display Name Field" => "Erabiltzaileen bistaratzeko izena duen eremua", +"The LDAP attribute to use to generate the user`s ownCloud name." => "ownCloud erabiltzailearen izena sortzeko erabiliko den LDAP atributua", +"Group Display Name Field" => "Taldeen bistaratzeko izena duen eremua", +"The LDAP attribute to use to generate the groups`s ownCloud name." => "ownCloud taldearen izena sortzeko erabiliko den LDAP atributua", +"in bytes" => "bytetan", +"in seconds. A change empties the cache." => "segundutan. Aldaketak katxea husten du.", +"Help" => "Laguntza" +); diff --git a/core/l10n/de.php b/core/l10n/de.php index 863916bbc62..9ed2d617828 100644 --- a/core/l10n/de.php +++ b/core/l10n/de.php @@ -51,7 +51,6 @@ "Database user" => "Datenbank-Benutzer", "Database password" => "Datenbank-Passwort", "Database name" => "Datenbank-Name", -"Database tablespace" => "Datenbank-Tablespace", "Database host" => "Datenbank-Host", "Finish setup" => "Installation abschließen", "web services under your control" => "Web-Services unter Ihrer Kontrolle", diff --git a/core/l10n/el.php b/core/l10n/el.php index 38d3d091cbf..d8f32fb51e0 100644 --- a/core/l10n/el.php +++ b/core/l10n/el.php @@ -51,7 +51,6 @@ "Database user" => "Χρήστης της βάσης δεδομένων", "Database password" => "Κωδικός πρόσβασης βάσης δεδομένων", "Database name" => "Όνομα βάσης δεδομένων", -"Database tablespace" => "Πίνακες της βάσης δεδομένων", "Database host" => "Διακομιστής βάσης δεδομένων", "Finish setup" => "Ολοκλήρωση εγκατάστασης", "web services under your control" => "Υπηρεσίες web υπό τον έλεγχό σας", diff --git a/core/l10n/et_EE.php b/core/l10n/et_EE.php index 5809229a58a..734021605ca 100644 --- a/core/l10n/et_EE.php +++ b/core/l10n/et_EE.php @@ -51,7 +51,6 @@ "Database user" => "Andmebaasi kasutaja", "Database password" => "Andmebaasi parool", "Database name" => "Andmebasi nimi", -"Database tablespace" => "Andmebaasi tabeliruum", "Database host" => "Andmebaasi host", "Finish setup" => "Lõpeta seadistamine", "web services under your control" => "veebiteenused sinu kontrolli all", diff --git a/core/l10n/it.php b/core/l10n/it.php index 5329f8fe2e7..1c0bf94ca71 100644 --- a/core/l10n/it.php +++ b/core/l10n/it.php @@ -51,7 +51,6 @@ "Database user" => "Utente del database", "Database password" => "Password del database", "Database name" => "Nome del database", -"Database tablespace" => "Spazio delle tabelle del database", "Database host" => "Host del database", "Finish setup" => "Termina la configurazione", "web services under your control" => "servizi web nelle tue mani", diff --git a/core/l10n/sl.php b/core/l10n/sl.php index ad412314319..2f998c95492 100644 --- a/core/l10n/sl.php +++ b/core/l10n/sl.php @@ -51,7 +51,6 @@ "Database user" => "Uporabnik zbirke", "Database password" => "Geslo podatkovne zbirke", "Database name" => "Ime podatkovne zbirke", -"Database tablespace" => "Razpredelnica podatkovne zbirke", "Database host" => "Gostitelj podatkovne zbirke", "Finish setup" => "Dokončaj namestitev", "web services under your control" => "spletne storitve pod vašim nadzorom", diff --git a/core/l10n/sv.php b/core/l10n/sv.php index 41d8d70f2a4..25ba95558e7 100644 --- a/core/l10n/sv.php +++ b/core/l10n/sv.php @@ -51,7 +51,6 @@ "Database user" => "Databasanvändare", "Database password" => "Lösenord till databasen", "Database name" => "Databasnamn", -"Database tablespace" => "Tabellutrymme för databas", "Database host" => "Databasserver", "Finish setup" => "Avsluta installation", "web services under your control" => "webbtjänster under din kontroll", diff --git a/core/l10n/th_TH.php b/core/l10n/th_TH.php index 4bfdb524fe0..8bd4d36524f 100644 --- a/core/l10n/th_TH.php +++ b/core/l10n/th_TH.php @@ -51,7 +51,6 @@ "Database user" => "ชื่อผู้ใช้งานฐานข้อมูล", "Database password" => "รหัสผ่านฐานข้อมูล", "Database name" => "ชื่อฐานข้อมูล", -"Database tablespace" => "พื้นที่ตารางในฐานข้อมูล", "Database host" => "Database host", "Finish setup" => "ติดตั้งเรียบร้อยแล้ว", "web services under your control" => "web services under your control", diff --git a/l10n/af/core.po b/l10n/af/core.po index aec45fb5b7a..001cac78bcc 100644 --- a/l10n/af/core.po +++ b/l10n/af/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Afrikaans (http://www.transifex.com/projects/p/owncloud/language/af/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ar/core.po b/l10n/ar/core.po index 30745b59b94..0ec803f64e6 100644 --- a/l10n/ar/core.po +++ b/l10n/ar/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ar_SA/core.po b/l10n/ar_SA/core.po index 344208e032c..5878f907926 100644 --- a/l10n/ar_SA/core.po +++ b/l10n/ar_SA/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Arabic (Saudi Arabia) (http://www.transifex.com/projects/p/owncloud/language/ar_SA/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bg_BG/core.po b/l10n/bg_BG/core.po index 062286a147b..02fa44cb786 100644 --- a/l10n/bg_BG/core.po +++ b/l10n/bg_BG/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:01+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ca/core.po b/l10n/ca/core.po index 65aacdcea9a..e8b808d6af7 100644 --- a/l10n/ca/core.po +++ b/l10n/ca/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/cs_CZ/core.po b/l10n/cs_CZ/core.po index a9eefd2789f..84cea7fb08d 100644 --- a/l10n/cs_CZ/core.po +++ b/l10n/cs_CZ/core.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/da/core.po b/l10n/da/core.po index 2ea6375c6bf..d5210b045cd 100644 --- a/l10n/da/core.po +++ b/l10n/da/core.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:01+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/de/core.po b/l10n/de/core.po index d8bab069489..b7300133f0f 100644 --- a/l10n/de/core.po +++ b/l10n/de/core.po @@ -18,9 +18,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:45+0000\n" -"Last-Translator: traductor <transifex.3.mensaje@spamgourmet.com>\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:01+0000\n" +"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -240,7 +240,7 @@ msgstr "Datenbank-Name" #: templates/installation.php:109 msgid "Database tablespace" -msgstr "Datenbank-Tablespace" +msgstr "" #: templates/installation.php:115 msgid "Database host" diff --git a/l10n/el/core.po b/l10n/el/core.po index 8471fb6059b..ffd90d39f23 100644 --- a/l10n/el/core.po +++ b/l10n/el/core.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-27 02:01+0200\n" -"PO-Revision-Date: 2012-08-26 21:39+0000\n" -"Last-Translator: Petros Kyladitis <petros.kyladitis@gmail.com>\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:01+0000\n" +"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -233,7 +233,7 @@ msgstr "Όνομα βάσης δεδομένων" #: templates/installation.php:109 msgid "Database tablespace" -msgstr "Πίνακες της βάσης δεδομένων" +msgstr "" #: templates/installation.php:115 msgid "Database host" diff --git a/l10n/eo/core.po b/l10n/eo/core.po index 50049497e1b..d8708022092 100644 --- a/l10n/eo/core.po +++ b/l10n/eo/core.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es/core.po b/l10n/es/core.po index 1c14dc7b577..339d3e2d62c 100644 --- a/l10n/es/core.po +++ b/l10n/es/core.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:01+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es/files_encryption.po b/l10n/es/files_encryption.po index 4c88d29c38a..9b75acf31d7 100644 --- a/l10n/es/files_encryption.po +++ b/l10n/es/files_encryption.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-23 02:03+0200\n" -"PO-Revision-Date: 2012-08-22 21:47+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-27 05:27+0000\n" "Last-Translator: juanman <juanma@kde.org.ar>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" @@ -24,12 +24,12 @@ msgstr "Cifrado" #: templates/settings.php:4 msgid "Exclude the following file types from encryption" -msgstr "" +msgstr "Excluir del cifrado los siguientes tipos de archivo" #: templates/settings.php:5 msgid "None" -msgstr "" +msgstr "Ninguno" #: templates/settings.php:10 msgid "Enable Encryption" -msgstr "" +msgstr "Habilitar cifrado" diff --git a/l10n/es/files_versions.po b/l10n/es/files_versions.po index 0b5cfbe22c5..544b3a53b04 100644 --- a/l10n/es/files_versions.po +++ b/l10n/es/files_versions.po @@ -4,13 +4,14 @@ # # Translators: # Javier Llorente <javier@opensuse.org>, 2012. +# <juanma@kde.org.ar>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-24 02:02+0200\n" -"PO-Revision-Date: 2012-08-23 09:28+0000\n" -"Last-Translator: Javier Llorente <javier@opensuse.org>\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-27 05:54+0000\n" +"Last-Translator: juanman <juanma@kde.org.ar>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,7 +21,7 @@ msgstr "" #: js/settings-personal.js:31 msgid "Expire all versions" -msgstr "" +msgstr "Expirar todas las versiones" #: templates/settings.php:3 msgid "Enable Files Versioning" diff --git a/l10n/et_EE/core.po b/l10n/et_EE/core.po index 317bacff86b..b02a2462018 100644 --- a/l10n/et_EE/core.po +++ b/l10n/et_EE/core.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:41+0000\n" -"Last-Translator: Rivo Zängov <eraser@eraser.ee>\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:01+0000\n" +"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -230,7 +230,7 @@ msgstr "Andmebasi nimi" #: templates/installation.php:109 msgid "Database tablespace" -msgstr "Andmebaasi tabeliruum" +msgstr "" #: templates/installation.php:115 msgid "Database host" diff --git a/l10n/eu/core.po b/l10n/eu/core.po index d59282c0271..109068c6457 100644 --- a/l10n/eu/core.po +++ b/l10n/eu/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eu/files_encryption.po b/l10n/eu/files_encryption.po index 7b883fb9a8d..cd97e58a497 100644 --- a/l10n/eu/files_encryption.po +++ b/l10n/eu/files_encryption.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# <asieriko@gmail.com>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:33+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-27 09:08+0000\n" +"Last-Translator: asieriko <asieriko@gmail.com>\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,16 +20,16 @@ msgstr "" #: templates/settings.php:3 msgid "Encryption" -msgstr "" +msgstr "Enkriptazioa" #: templates/settings.php:4 msgid "Exclude the following file types from encryption" -msgstr "" +msgstr "Ez enkriptatu hurrengo fitxategi motak" #: templates/settings.php:5 msgid "None" -msgstr "" +msgstr "Bat ere ez" #: templates/settings.php:10 msgid "Enable Encryption" -msgstr "" +msgstr "Gaitu enkriptazioa" diff --git a/l10n/eu/files_external.po b/l10n/eu/files_external.po index 488f5829183..eae79964961 100644 --- a/l10n/eu/files_external.po +++ b/l10n/eu/files_external.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# <asieriko@gmail.com>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:34+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-27 09:04+0000\n" +"Last-Translator: asieriko <asieriko@gmail.com>\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,11 +20,11 @@ msgstr "" #: templates/settings.php:3 msgid "External Storage" -msgstr "" +msgstr "Kanpoko Biltegiratzea" #: templates/settings.php:7 templates/settings.php:19 msgid "Mount point" -msgstr "" +msgstr "Montatze puntua" #: templates/settings.php:8 msgid "Backend" @@ -31,11 +32,11 @@ msgstr "" #: templates/settings.php:9 msgid "Configuration" -msgstr "" +msgstr "Konfigurazioa" #: templates/settings.php:10 msgid "Options" -msgstr "" +msgstr "Aukerak" #: templates/settings.php:11 msgid "Applicable" @@ -43,40 +44,40 @@ msgstr "" #: templates/settings.php:23 msgid "Add mount point" -msgstr "" +msgstr "Gehitu muntatze puntua" #: templates/settings.php:54 templates/settings.php:62 msgid "None set" -msgstr "" +msgstr "Ezarri gabe" #: templates/settings.php:63 msgid "All Users" -msgstr "" +msgstr "Erabiltzaile guztiak" #: templates/settings.php:64 msgid "Groups" -msgstr "" +msgstr "Taldeak" #: templates/settings.php:69 msgid "Users" -msgstr "" +msgstr "Erabiltzaileak" #: templates/settings.php:77 templates/settings.php:96 msgid "Delete" -msgstr "" +msgstr "Ezabatu" #: templates/settings.php:88 msgid "SSL root certificates" -msgstr "" +msgstr "SSL erro ziurtagiriak" #: templates/settings.php:102 msgid "Import Root Certificate" -msgstr "" +msgstr "Inportatu Erro Ziurtagiria" #: templates/settings.php:108 msgid "Enable User External Storage" -msgstr "" +msgstr "Gaitu erabiltzaileentzako Kanpo Biltegiratzea" #: templates/settings.php:109 msgid "Allow users to mount their own external storage" -msgstr "" +msgstr "Baimendu erabiltzaileak bere kanpo biltegiratzeak muntatzen" diff --git a/l10n/eu/files_sharing.po b/l10n/eu/files_sharing.po index d316bfa6499..a7eb7ffe2a3 100644 --- a/l10n/eu/files_sharing.po +++ b/l10n/eu/files_sharing.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# <asieriko@gmail.com>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-23 02:03+0200\n" -"PO-Revision-Date: 2012-08-23 00:04+0000\n" -"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-27 08:54+0000\n" +"Last-Translator: asieriko <asieriko@gmail.com>\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,16 +20,16 @@ msgstr "" #: templates/get.php:4 msgid "Size" -msgstr "" +msgstr "Tamaina" #: templates/get.php:5 msgid "Modified" -msgstr "" +msgstr "Aldatuta" #: templates/get.php:5 msgid "Delete all" -msgstr "" +msgstr "Ezabatu dena" #: templates/get.php:5 msgid "Delete" -msgstr "" +msgstr "Ezabatu" diff --git a/l10n/eu/files_versions.po b/l10n/eu/files_versions.po index d2da93b8df5..3279db24a33 100644 --- a/l10n/eu/files_versions.po +++ b/l10n/eu/files_versions.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# <asieriko@gmail.com>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:37+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-27 08:55+0000\n" +"Last-Translator: asieriko <asieriko@gmail.com>\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,8 +20,8 @@ msgstr "" #: js/settings-personal.js:31 msgid "Expire all versions" -msgstr "" +msgstr "Iraungi bertsio guztiak" #: templates/settings.php:3 msgid "Enable Files Versioning" -msgstr "" +msgstr "Gaitu fitxategien bertsioak" diff --git a/l10n/eu/settings.po b/l10n/eu/settings.po index d7ebcc2b282..b6a2050a81c 100644 --- a/l10n/eu/settings.po +++ b/l10n/eu/settings.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-18 02:01+0200\n" -"PO-Revision-Date: 2012-08-18 00:02+0000\n" -"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-27 11:17+0000\n" +"Last-Translator: asieriko <asieriko@gmail.com>\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -22,7 +22,7 @@ msgstr "" #: ajax/apps/ocs.php:23 msgid "Unable to load list from App Store" -msgstr "" +msgstr "Ezin izan da App Dendatik zerrenda kargatu" #: ajax/lostpassword.php:14 msgid "Email saved" @@ -50,7 +50,7 @@ msgstr "Hizkuntza aldatuta" #: js/apps.js:18 msgid "Error" -msgstr "" +msgstr "Errorea" #: js/apps.js:39 js/apps.js:73 msgid "Disable" @@ -74,19 +74,19 @@ msgstr "Segurtasun abisua" #: templates/admin.php:29 msgid "Cron" -msgstr "" +msgstr "Cron" #: templates/admin.php:31 msgid "execute one task with each page loaded" -msgstr "" +msgstr "exekutatu zeregina orri karga bakoitzean" #: templates/admin.php:33 msgid "cron.php is registered at a webcron service" -msgstr "" +msgstr "cron.php webcron zerbitzu batean erregistratuta dago" #: templates/admin.php:35 msgid "use systems cron service" -msgstr "" +msgstr "erabili sistemaren cron zerbitzua" #: templates/admin.php:39 msgid "Log" @@ -230,7 +230,7 @@ msgstr "Besteak" #: templates/users.php:80 templates/users.php:112 msgid "Group Admin" -msgstr "" +msgstr "Talde administradorea" #: templates/users.php:82 msgid "Quota" diff --git a/l10n/eu/user_ldap.po b/l10n/eu/user_ldap.po index a948e44d5cf..95f361427da 100644 --- a/l10n/eu/user_ldap.po +++ b/l10n/eu/user_ldap.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# <asieriko@gmail.com>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:45+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-27 10:45+0000\n" +"Last-Translator: asieriko <asieriko@gmail.com>\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,146 +20,146 @@ msgstr "" #: templates/settings.php:8 msgid "Host" -msgstr "" +msgstr "Hostalaria" #: templates/settings.php:8 msgid "" "You can omit the protocol, except you require SSL. Then start with ldaps://" -msgstr "" +msgstr "Protokoloa ez da beharrezkoa, SSL behar baldin ez baduzu. Honela bada hasi ldaps://" #: templates/settings.php:9 msgid "Base DN" -msgstr "" +msgstr "Oinarrizko DN" #: templates/settings.php:9 msgid "You can specify Base DN for users and groups in the Advanced tab" -msgstr "" +msgstr "Erabiltzaile eta taldeentzako Oinarrizko DN zehaztu dezakezu Aurreratu fitxan" #: templates/settings.php:10 msgid "User DN" -msgstr "" +msgstr "Erabiltzaile DN" #: templates/settings.php:10 msgid "" "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." -msgstr "" +msgstr "Lotura egingo den bezero erabiltzailearen DNa, adb. uid=agent,dc=example,dc=com. Sarrera anonimoak gaitzeko utzi DN eta Pasahitza hutsik." #: templates/settings.php:11 msgid "Password" -msgstr "" +msgstr "Pasahitza" #: templates/settings.php:11 msgid "For anonymous access, leave DN and Password empty." -msgstr "" +msgstr "Sarrera anonimoak gaitzeko utzi DN eta Pasahitza hutsik." #: templates/settings.php:12 msgid "User Login Filter" -msgstr "" +msgstr "Erabiltzaileen saioa hasteko iragazkia" #: templates/settings.php:12 #, php-format msgid "" "Defines the filter to apply, when login is attempted. %%uid replaces the " "username in the login action." -msgstr "" +msgstr "Saioa hastean erabiliko den iragazkia zehazten du. %%uid-ek erabiltzaile izena ordezkatzen du saioa hasterakoan." #: templates/settings.php:12 #, php-format msgid "use %%uid placeholder, e.g. \"uid=%%uid\"" -msgstr "" +msgstr "erabili %%uid txantiloia, adb. \"uid=%%uid\"" #: templates/settings.php:13 msgid "User List Filter" -msgstr "" +msgstr "Erabiltzaile zerrendaren Iragazkia" #: templates/settings.php:13 msgid "Defines the filter to apply, when retrieving users." -msgstr "" +msgstr "Erabiltzaileak jasotzen direnean ezarriko den iragazkia zehazten du." #: templates/settings.php:13 msgid "without any placeholder, e.g. \"objectClass=person\"." -msgstr "" +msgstr "txantiloirik gabe, adb. \"objectClass=person\"." #: templates/settings.php:14 msgid "Group Filter" -msgstr "" +msgstr "Taldeen iragazkia" #: templates/settings.php:14 msgid "Defines the filter to apply, when retrieving groups." -msgstr "" +msgstr "Taldeak jasotzen direnean ezarriko den iragazkia zehazten du." #: templates/settings.php:14 msgid "without any placeholder, e.g. \"objectClass=posixGroup\"." -msgstr "" +msgstr "txantiloirik gabe, adb. \"objectClass=posixGroup\"." #: templates/settings.php:17 msgid "Port" -msgstr "" +msgstr "Portua" #: templates/settings.php:18 msgid "Base User Tree" -msgstr "" +msgstr "Oinarrizko Erabiltzaile Zuhaitza" #: templates/settings.php:19 msgid "Base Group Tree" -msgstr "" +msgstr "Oinarrizko Talde Zuhaitza" #: templates/settings.php:20 msgid "Group-Member association" -msgstr "" +msgstr "Talde-Kide elkarketak" #: templates/settings.php:21 msgid "Use TLS" -msgstr "" +msgstr "Erabili TLS" #: templates/settings.php:21 msgid "Do not use it for SSL connections, it will fail." -msgstr "" +msgstr "Ez erabili SSL konexioetan, huts egingo du." #: templates/settings.php:22 msgid "Case insensitve LDAP server (Windows)" -msgstr "" +msgstr "Maiuskulak eta minuskulak ezberditzen ez dituen LDAP zerbitzaria (windows)" #: templates/settings.php:23 msgid "Turn off SSL certificate validation." -msgstr "" +msgstr "Ezgaitu SSL ziurtagirien egiaztapena." #: templates/settings.php:23 msgid "" "If connection only works with this option, import the LDAP server's SSL " "certificate in your ownCloud server." -msgstr "" +msgstr "Konexioa aukera hau ezinbestekoa badu, inportatu LDAP zerbitzariaren SSL ziurtagiria zure ownCloud zerbitzarian." #: templates/settings.php:23 msgid "Not recommended, use for testing only." -msgstr "" +msgstr "Ez da aholkatzen, erabili bakarrik frogak egiteko." #: templates/settings.php:24 msgid "User Display Name Field" -msgstr "" +msgstr "Erabiltzaileen bistaratzeko izena duen eremua" #: templates/settings.php:24 msgid "The LDAP attribute to use to generate the user`s ownCloud name." -msgstr "" +msgstr "ownCloud erabiltzailearen izena sortzeko erabiliko den LDAP atributua" #: templates/settings.php:25 msgid "Group Display Name Field" -msgstr "" +msgstr "Taldeen bistaratzeko izena duen eremua" #: templates/settings.php:25 msgid "The LDAP attribute to use to generate the groups`s ownCloud name." -msgstr "" +msgstr "ownCloud taldearen izena sortzeko erabiliko den LDAP atributua" #: templates/settings.php:27 msgid "in bytes" -msgstr "" +msgstr "bytetan" #: templates/settings.php:29 msgid "in seconds. A change empties the cache." -msgstr "" +msgstr "segundutan. Aldaketak katxea husten du." #: templates/settings.php:31 msgid "Help" -msgstr "" +msgstr "Laguntza" diff --git a/l10n/eu_ES/core.po b/l10n/eu_ES/core.po index 61d9181303a..5c54a269c07 100644 --- a/l10n/eu_ES/core.po +++ b/l10n/eu_ES/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Basque (Spain) (http://www.transifex.com/projects/p/owncloud/language/eu_ES/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fa/core.po b/l10n/fa/core.po index a5a80d5aaab..3a6f8b7c702 100644 --- a/l10n/fa/core.po +++ b/l10n/fa/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fi/core.po b/l10n/fi/core.po index 3de62e935a4..992a3d30652 100644 --- a/l10n/fi/core.po +++ b/l10n/fi/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Finnish (http://www.transifex.com/projects/p/owncloud/language/fi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fi_FI/core.po b/l10n/fi_FI/core.po index 99c2333e189..e78e8f7504f 100644 --- a/l10n/fi_FI/core.po +++ b/l10n/fi_FI/core.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fr/core.po b/l10n/fr/core.po index 81ba7077c2a..e7c32969565 100644 --- a/l10n/fr/core.po +++ b/l10n/fr/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:01+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/gl/core.po b/l10n/gl/core.po index a9c669970c1..fa591dfb3cf 100644 --- a/l10n/gl/core.po +++ b/l10n/gl/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/he/core.po b/l10n/he/core.po index ef368e2e31b..db54c7bcbb3 100644 --- a/l10n/he/core.po +++ b/l10n/he/core.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hr/core.po b/l10n/hr/core.po index 753af254f36..f4c681a5e1f 100644 --- a/l10n/hr/core.po +++ b/l10n/hr/core.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hr/files.po b/l10n/hr/files.po index b14a71388e5..b68ac016d93 100644 --- a/l10n/hr/files.po +++ b/l10n/hr/files.po @@ -4,14 +4,15 @@ # # Translators: # Davor Kustec <dkustec@gmail.com>, 2011, 2012. +# <franz@franz-net.info>, 2012. # Thomas Silađi <thomas.siladi@net.hr>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-21 02:03+0200\n" -"PO-Revision-Date: 2012-08-21 00:04+0000\n" -"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-27 13:17+0000\n" +"Last-Translator: fposavec <franz@franz-net.info>\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -53,37 +54,37 @@ msgstr "Neuspjelo pisanje na disk" msgid "Files" msgstr "Datoteke" -#: js/fileactions.js:107 templates/index.php:56 +#: js/fileactions.js:111 templates/index.php:56 msgid "Delete" msgstr "Briši" #: js/filelist.js:141 msgid "already exists" -msgstr "" +msgstr "već postoji" #: js/filelist.js:141 msgid "replace" -msgstr "" +msgstr "zamjeni" #: js/filelist.js:141 msgid "cancel" -msgstr "" +msgstr "odustani" #: js/filelist.js:195 msgid "replaced" -msgstr "" +msgstr "zamjenjeno" #: js/filelist.js:195 msgid "with" -msgstr "" +msgstr "sa" #: js/filelist.js:195 js/filelist.js:246 msgid "undo" -msgstr "" +msgstr "vrati" #: js/filelist.js:246 msgid "deleted" -msgstr "" +msgstr "izbrisano" #: js/files.js:171 msgid "generating ZIP-file, it may take some time." diff --git a/l10n/hr/settings.po b/l10n/hr/settings.po index 1d03b6f4e4a..38e378b862c 100644 --- a/l10n/hr/settings.po +++ b/l10n/hr/settings.po @@ -4,14 +4,15 @@ # # Translators: # Davor Kustec <dkustec@gmail.com>, 2011, 2012. +# <franz@franz-net.info>, 2012. # Thomas Silađi <thomas.siladi@net.hr>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-18 02:01+0200\n" -"PO-Revision-Date: 2012-08-18 00:02+0000\n" -"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-27 13:20+0000\n" +"Last-Translator: fposavec <franz@franz-net.info>\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,7 +22,7 @@ msgstr "" #: ajax/apps/ocs.php:23 msgid "Unable to load list from App Store" -msgstr "" +msgstr "Nemogićnost učitavanja liste sa Apps Stora" #: ajax/lostpassword.php:14 msgid "Email saved" @@ -41,7 +42,7 @@ msgstr "Neispravan zahtjev" #: ajax/removeuser.php:13 ajax/setquota.php:18 ajax/togglegroups.php:18 msgid "Authentication error" -msgstr "" +msgstr "Greška kod autorizacije" #: ajax/setlanguage.php:18 msgid "Language changed" @@ -49,7 +50,7 @@ msgstr "Jezik promijenjen" #: js/apps.js:18 msgid "Error" -msgstr "" +msgstr "Greška" #: js/apps.js:39 js/apps.js:73 msgid "Disable" @@ -73,7 +74,7 @@ msgstr "" #: templates/admin.php:29 msgid "Cron" -msgstr "" +msgstr "Cron" #: templates/admin.php:31 msgid "execute one task with each page loaded" @@ -81,11 +82,11 @@ msgstr "" #: templates/admin.php:33 msgid "cron.php is registered at a webcron service" -msgstr "" +msgstr "cron.php je registriran kod webcron servisa" #: templates/admin.php:35 msgid "use systems cron service" -msgstr "" +msgstr "koristi sistemski cron servis" #: templates/admin.php:39 msgid "Log" @@ -229,7 +230,7 @@ msgstr "ostali" #: templates/users.php:80 templates/users.php:112 msgid "Group Admin" -msgstr "" +msgstr "Grupa Admin" #: templates/users.php:82 msgid "Quota" diff --git a/l10n/hu_HU/core.po b/l10n/hu_HU/core.po index 0f20839d236..965d3bd8a29 100644 --- a/l10n/hu_HU/core.po +++ b/l10n/hu_HU/core.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hy/core.po b/l10n/hy/core.po index b7fc27bce46..5f319f687d7 100644 --- a/l10n/hy/core.po +++ b/l10n/hy/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ia/core.po b/l10n/ia/core.po index 2be759b5fca..2aa2484da69 100644 --- a/l10n/ia/core.po +++ b/l10n/ia/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/id/core.po b/l10n/id/core.po index 871d7a335bc..0e9358c26a0 100644 --- a/l10n/id/core.po +++ b/l10n/id/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:01+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/id_ID/core.po b/l10n/id_ID/core.po index 39f5328c9ae..cd8e40cd221 100644 --- a/l10n/id_ID/core.po +++ b/l10n/id_ID/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/projects/p/owncloud/language/id_ID/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/it/core.po b/l10n/it/core.po index b938d770eeb..fb8cb131475 100644 --- a/l10n/it/core.po +++ b/l10n/it/core.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-27 02:01+0200\n" -"PO-Revision-Date: 2012-08-26 18:36+0000\n" -"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:01+0000\n" +"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -234,7 +234,7 @@ msgstr "Nome del database" #: templates/installation.php:109 msgid "Database tablespace" -msgstr "Spazio delle tabelle del database" +msgstr "" #: templates/installation.php:115 msgid "Database host" diff --git a/l10n/ja_JP/core.po b/l10n/ja_JP/core.po index bfe21085eda..f1f2e5da9f8 100644 --- a/l10n/ja_JP/core.po +++ b/l10n/ja_JP/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ko/core.po b/l10n/ko/core.po index 21aa0f60cdb..3e82381d03c 100644 --- a/l10n/ko/core.po +++ b/l10n/ko/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lb/core.po b/l10n/lb/core.po index 1726f295b06..318ccf02e6c 100644 --- a/l10n/lb/core.po +++ b/l10n/lb/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lt_LT/core.po b/l10n/lt_LT/core.po index 1400ed1ee73..6b69aa1d165 100644 --- a/l10n/lt_LT/core.po +++ b/l10n/lt_LT/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lv/core.po b/l10n/lv/core.po index 965b46e64b8..29eb9169d2d 100644 --- a/l10n/lv/core.po +++ b/l10n/lv/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/mk/core.po b/l10n/mk/core.po index 9dd6c68881c..2dd6a28281f 100644 --- a/l10n/mk/core.po +++ b/l10n/mk/core.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ms_MY/core.po b/l10n/ms_MY/core.po index 203061937a0..f147f532dd6 100644 --- a/l10n/ms_MY/core.po +++ b/l10n/ms_MY/core.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nb_NO/core.po b/l10n/nb_NO/core.po index bfcd049f1fc..208c2cf2ae6 100644 --- a/l10n/nb_NO/core.po +++ b/l10n/nb_NO/core.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nb_NO/files_external.po b/l10n/nb_NO/files_external.po index 757e0be549b..629e0c4d28c 100644 --- a/l10n/nb_NO/files_external.po +++ b/l10n/nb_NO/files_external.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# <ajarmund@gmail.com>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:34+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-27 15:43+0000\n" +"Last-Translator: anjar <ajarmund@gmail.com>\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -31,11 +32,11 @@ msgstr "" #: templates/settings.php:9 msgid "Configuration" -msgstr "" +msgstr "Konfigurasjon" #: templates/settings.php:10 msgid "Options" -msgstr "" +msgstr "Innstillinger" #: templates/settings.php:11 msgid "Applicable" @@ -51,19 +52,19 @@ msgstr "" #: templates/settings.php:63 msgid "All Users" -msgstr "" +msgstr "Alle brukere" #: templates/settings.php:64 msgid "Groups" -msgstr "" +msgstr "Grupper" #: templates/settings.php:69 msgid "Users" -msgstr "" +msgstr "Brukere" #: templates/settings.php:77 templates/settings.php:96 msgid "Delete" -msgstr "" +msgstr "Slett" #: templates/settings.php:88 msgid "SSL root certificates" diff --git a/l10n/nl/core.po b/l10n/nl/core.po index 947c5fa6b2c..c7047b576b0 100644 --- a/l10n/nl/core.po +++ b/l10n/nl/core.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:01+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nl/files_external.po b/l10n/nl/files_external.po index c9d33125417..2256b17cd67 100644 --- a/l10n/nl/files_external.po +++ b/l10n/nl/files_external.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Richard Bos <radoeka@gmail.com>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:34+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-27 18:45+0000\n" +"Last-Translator: Richard Bos <radoeka@gmail.com>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,64 +20,64 @@ msgstr "" #: templates/settings.php:3 msgid "External Storage" -msgstr "" +msgstr "Externe opslag" #: templates/settings.php:7 templates/settings.php:19 msgid "Mount point" -msgstr "" +msgstr "Aankoppelpunt" #: templates/settings.php:8 msgid "Backend" -msgstr "" +msgstr "Backend" #: templates/settings.php:9 msgid "Configuration" -msgstr "" +msgstr "Configuratie" #: templates/settings.php:10 msgid "Options" -msgstr "" +msgstr "Opties" #: templates/settings.php:11 msgid "Applicable" -msgstr "" +msgstr "Van toepassing" #: templates/settings.php:23 msgid "Add mount point" -msgstr "" +msgstr "Voeg aankoppelpunt toe" #: templates/settings.php:54 templates/settings.php:62 msgid "None set" -msgstr "" +msgstr "Niets ingesteld" #: templates/settings.php:63 msgid "All Users" -msgstr "" +msgstr "Alle gebruikers" #: templates/settings.php:64 msgid "Groups" -msgstr "" +msgstr "Groepen" #: templates/settings.php:69 msgid "Users" -msgstr "" +msgstr "Gebruikers" #: templates/settings.php:77 templates/settings.php:96 msgid "Delete" -msgstr "" +msgstr "Verwijder" #: templates/settings.php:88 msgid "SSL root certificates" -msgstr "" +msgstr "SSL root certificaten" #: templates/settings.php:102 msgid "Import Root Certificate" -msgstr "" +msgstr "Importeer root certificaat" #: templates/settings.php:108 msgid "Enable User External Storage" -msgstr "" +msgstr "Zet gebruiker's externe opslag aan" #: templates/settings.php:109 msgid "Allow users to mount their own external storage" -msgstr "" +msgstr "Sta gebruikers toe om hun eigen externe opslag aan te koppelen" diff --git a/l10n/nn_NO/core.po b/l10n/nn_NO/core.po index d239bb9c7de..313cdeba60d 100644 --- a/l10n/nn_NO/core.po +++ b/l10n/nn_NO/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl/core.po b/l10n/pl/core.po index 35a5dfd6378..edae4615e9c 100644 --- a/l10n/pl/core.po +++ b/l10n/pl/core.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:01+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_BR/core.po b/l10n/pt_BR/core.po index 02716966c12..7ebfea7a297 100644 --- a/l10n/pt_BR/core.po +++ b/l10n/pt_BR/core.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:01+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_PT/core.po b/l10n/pt_PT/core.po index 9c12940bfb9..0f252366259 100644 --- a/l10n/pt_PT/core.po +++ b/l10n/pt_PT/core.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ro/core.po b/l10n/ro/core.po index d9c537033c5..8b731473482 100644 --- a/l10n/ro/core.po +++ b/l10n/ro/core.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru/core.po b/l10n/ru/core.po index 9b0a792abe9..ddc0440b889 100644 --- a/l10n/ru/core.po +++ b/l10n/ru/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk_SK/core.po b/l10n/sk_SK/core.po index 80b985b04c6..7243bc60945 100644 --- a/l10n/sk_SK/core.po +++ b/l10n/sk_SK/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sl/core.po b/l10n/sl/core.po index 22b9afbe971..78f92f94b4f 100644 --- a/l10n/sl/core.po +++ b/l10n/sl/core.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-27 02:01+0200\n" -"PO-Revision-Date: 2012-08-26 20:35+0000\n" -"Last-Translator: Peter Peroša <peter.perosa@gmail.com>\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" +"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -232,7 +232,7 @@ msgstr "Ime podatkovne zbirke" #: templates/installation.php:109 msgid "Database tablespace" -msgstr "Razpredelnica podatkovne zbirke" +msgstr "" #: templates/installation.php:115 msgid "Database host" diff --git a/l10n/sl/files_sharing.po b/l10n/sl/files_sharing.po index 56ed4e9046f..c16a622861b 100644 --- a/l10n/sl/files_sharing.po +++ b/l10n/sl/files_sharing.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-23 02:03+0200\n" -"PO-Revision-Date: 2012-08-23 00:04+0000\n" -"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-27 12:28+0000\n" +"Last-Translator: Peter Peroša <peter.perosa@gmail.com>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -32,4 +32,4 @@ msgstr "Izbriši vse" #: templates/get.php:5 msgid "Delete" -msgstr "Izbris" +msgstr "Izbriši" diff --git a/l10n/so/core.po b/l10n/so/core.po index 2f16229b5d9..0dd2a3f54e9 100644 --- a/l10n/so/core.po +++ b/l10n/so/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Somali (http://www.transifex.com/projects/p/owncloud/language/so/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr/core.po b/l10n/sr/core.po index fc0e29791f3..21174c99ade 100644 --- a/l10n/sr/core.po +++ b/l10n/sr/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr@latin/core.po b/l10n/sr@latin/core.po index 96ce2de0a2e..49a960b4b6f 100644 --- a/l10n/sr@latin/core.po +++ b/l10n/sr@latin/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sv/core.po b/l10n/sv/core.po index 5471f229f4a..c02cb098c20 100644 --- a/l10n/sv/core.po +++ b/l10n/sv/core.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-27 02:01+0200\n" -"PO-Revision-Date: 2012-08-26 23:35+0000\n" -"Last-Translator: Daniel Sandman <revoltism@gmail.com>\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" +"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -235,7 +235,7 @@ msgstr "Databasnamn" #: templates/installation.php:109 msgid "Database tablespace" -msgstr "Tabellutrymme för databas" +msgstr "" #: templates/installation.php:115 msgid "Database host" diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index 398351960cf..e1734c27a3e 100644 --- a/l10n/templates/core.pot +++ b/l10n/templates/core.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-27 02:01+0200\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot index 7f39a2c9631..752e31fd7cc 100644 --- a/l10n/templates/files.pot +++ b/l10n/templates/files.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-27 02:01+0200\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files_encryption.pot b/l10n/templates/files_encryption.pot index ff2376ac52d..27c7446cb47 100644 --- a/l10n/templates/files_encryption.pot +++ b/l10n/templates/files_encryption.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-27 02:01+0200\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files_external.pot b/l10n/templates/files_external.pot index 4e8b9e30002..e4e7f18c218 100644 --- a/l10n/templates/files_external.pot +++ b/l10n/templates/files_external.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-27 02:01+0200\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files_sharing.pot b/l10n/templates/files_sharing.pot index 7964276a75c..9cfb951daf0 100644 --- a/l10n/templates/files_sharing.pot +++ b/l10n/templates/files_sharing.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-27 02:01+0200\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files_versions.pot b/l10n/templates/files_versions.pot index 5f023c7a3d9..d50826056ba 100644 --- a/l10n/templates/files_versions.pot +++ b/l10n/templates/files_versions.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-27 02:01+0200\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/lib.pot b/l10n/templates/lib.pot index c689698732d..ac7b81d36f1 100644 --- a/l10n/templates/lib.pot +++ b/l10n/templates/lib.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-27 02:01+0200\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/settings.pot b/l10n/templates/settings.pot index 4601cf95d0a..4e40d1bc968 100644 --- a/l10n/templates/settings.pot +++ b/l10n/templates/settings.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-27 02:01+0200\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/user_ldap.pot b/l10n/templates/user_ldap.pot index 0ba04049748..f84f2d1141e 100644 --- a/l10n/templates/user_ldap.pot +++ b/l10n/templates/user_ldap.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-27 02:01+0200\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/th_TH/core.po b/l10n/th_TH/core.po index 73a0fb33435..0a1fad25bdb 100644 --- a/l10n/th_TH/core.po +++ b/l10n/th_TH/core.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-27 02:01+0200\n" -"PO-Revision-Date: 2012-08-26 21:39+0000\n" -"Last-Translator: AriesAnywhere Anywhere <ariesanywhere@gmail.com>\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" +"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -231,7 +231,7 @@ msgstr "ชื่อฐานข้อมูล" #: templates/installation.php:109 msgid "Database tablespace" -msgstr "พื้นที่ตารางในฐานข้อมูล" +msgstr "" #: templates/installation.php:115 msgid "Database host" diff --git a/l10n/tr/core.po b/l10n/tr/core.po index 43db29c91c5..1047bf9dc7b 100644 --- a/l10n/tr/core.po +++ b/l10n/tr/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/uk/core.po b/l10n/uk/core.po index 7dcbe249b25..709e2411388 100644 --- a/l10n/uk/core.po +++ b/l10n/uk/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/vi/core.po b/l10n/vi/core.po index 582a4db6ed6..ec28c892d0c 100644 --- a/l10n/vi/core.po +++ b/l10n/vi/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN.GB2312/core.po b/l10n/zh_CN.GB2312/core.po index 39ae5380660..e0a74fb07fc 100644 --- a/l10n/zh_CN.GB2312/core.po +++ b/l10n/zh_CN.GB2312/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/owncloud/language/zh_CN.GB2312/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN/core.po b/l10n/zh_CN/core.po index 23b0c267307..eace2d9fe65 100644 --- a/l10n/zh_CN/core.po +++ b/l10n/zh_CN/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_TW/core.po b/l10n/zh_TW/core.po index 7b019b1d5b8..1bc6215fcd9 100644 --- a/l10n/zh_TW/core.po +++ b/l10n/zh_TW/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-26 19:46+0200\n" -"PO-Revision-Date: 2012-08-26 17:34+0000\n" +"POT-Creation-Date: 2012-08-28 02:01+0200\n" +"PO-Revision-Date: 2012-08-28 00:02+0000\n" "Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" diff --git a/settings/l10n/eu.php b/settings/l10n/eu.php index 1ead8b14b6f..d5dcf396add 100644 --- a/settings/l10n/eu.php +++ b/settings/l10n/eu.php @@ -1,15 +1,21 @@ <?php $TRANSLATIONS = array( +"Unable to load list from App Store" => "Ezin izan da App Dendatik zerrenda kargatu", "Email saved" => "Eposta gorde da", "Invalid email" => "Baliogabeko eposta", "OpenID Changed" => "OpenID aldatuta", "Invalid request" => "Baliogabeko eskaria", "Authentication error" => "Autentifikazio errorea", "Language changed" => "Hizkuntza aldatuta", +"Error" => "Errorea", "Disable" => "Ez-gaitu", "Enable" => "Gaitu", "Saving..." => "Gordetzen...", "__language_name__" => "Euskera", "Security Warning" => "Segurtasun abisua", +"Cron" => "Cron", +"execute one task with each page loaded" => "exekutatu zeregina orri karga bakoitzean", +"cron.php is registered at a webcron service" => "cron.php webcron zerbitzu batean erregistratuta dago", +"use systems cron service" => "erabili sistemaren cron zerbitzua", "Log" => "Egunkaria", "More" => "Gehiago", "Add your App" => "Gehitu zure aplikazioa", @@ -45,6 +51,7 @@ "Create" => "Sortu", "Default Quota" => "Kuota lehentsia", "Other" => "Besteak", +"Group Admin" => "Talde administradorea", "Quota" => "Kuota", "Delete" => "Ezabatu" ); diff --git a/settings/l10n/hr.php b/settings/l10n/hr.php index 6fb29ce79c9..a0a8e2e1006 100644 --- a/settings/l10n/hr.php +++ b/settings/l10n/hr.php @@ -1,13 +1,19 @@ <?php $TRANSLATIONS = array( +"Unable to load list from App Store" => "Nemogićnost učitavanja liste sa Apps Stora", "Email saved" => "Email spremljen", "Invalid email" => "Neispravan email", "OpenID Changed" => "OpenID promijenjen", "Invalid request" => "Neispravan zahtjev", +"Authentication error" => "Greška kod autorizacije", "Language changed" => "Jezik promijenjen", +"Error" => "Greška", "Disable" => "Isključi", "Enable" => "Uključi", "Saving..." => "Spremanje...", "__language_name__" => "__ime_jezika__", +"Cron" => "Cron", +"cron.php is registered at a webcron service" => "cron.php je registriran kod webcron servisa", +"use systems cron service" => "koristi sistemski cron servis", "Log" => "dnevnik", "More" => "više", "Add your App" => "Dodajte vašu aplikaciju", @@ -43,6 +49,7 @@ "Create" => "Izradi", "Default Quota" => "standardni kvota", "Other" => "ostali", +"Group Admin" => "Grupa Admin", "Quota" => "kvota", "Delete" => "Obriši" ); |