[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2012-08-28 02:03:56 +02:00
parent 07df52c998
commit 8374a49cc1
97 changed files with 409 additions and 287 deletions

View File

@ -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",

View File

@ -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"
);

View File

@ -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"
);

View File

@ -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"
);

View File

@ -0,0 +1,8 @@
<?php $TRANSLATIONS = array(
"Configuration" => "Konfigurasjon",
"Options" => "Innstillinger",
"All Users" => "Alle brukere",
"Groups" => "Grupper",
"Users" => "Brukere",
"Delete" => "Slett"
);

View File

@ -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"
);

View File

@ -0,0 +1,6 @@
<?php $TRANSLATIONS = array(
"Size" => "Tamaina",
"Modified" => "Aldatuta",
"Delete all" => "Ezabatu dena",
"Delete" => "Ezabatu"
);

View File

@ -2,5 +2,5 @@
"Size" => "Velikost",
"Modified" => "Spremenjeno",
"Delete all" => "Izbriši vse",
"Delete" => "Izbris"
"Delete" => "Izbriši"
);

View File

@ -1,3 +1,4 @@
<?php $TRANSLATIONS = array(
"Expire all versions" => "Expirar todas las versiones",
"Enable Files Versioning" => "Habilitar versionamiento de archivos"
);

View File

@ -0,0 +1,4 @@
<?php $TRANSLATIONS = array(
"Expire all versions" => "Iraungi bertsio guztiak",
"Enable Files Versioning" => "Gaitu fitxategien bertsioak"
);

View File

@ -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"
);

View File

@ -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",

View File

@ -51,7 +51,6 @@
"Database user" => "Χρήστης της βάσης δεδομένων",
"Database password" => "Κωδικός πρόσβασης βάσης δεδομένων",
"Database name" => "Όνομα βάσης δεδομένων",
"Database tablespace" => "Πίνακες της βάσης δεδομένων",
"Database host" => "Διακομιστής βάσης δεδομένων",
"Finish setup" => "Ολοκλήρωση εγκατάστασης",
"web services under your control" => "Υπηρεσίες web υπό τον έλεγχό σας",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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."

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"
);

View File

@ -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"
);