[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2012-12-30 00:05:52 +01:00
parent 36da34e5f6
commit 66e57f5fb1
144 changed files with 1708 additions and 1193 deletions

View File

@ -17,6 +17,7 @@
"undo" => "angre",
"replaced {new_name} with {old_name}" => "erstatt {new_name} med {old_name}",
"deleted {files}" => "slettet {files}",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ugyldig navn, '\\', '/', '<', '>', ':', '\"', '|', '?' og '*' er ikke tillatt.",
"generating ZIP-file, it may take some time." => "opprettet ZIP-fil, dette kan ta litt tid",
"Unable to upload your file as it is a directory or has 0 bytes" => "Kan ikke laste opp filen din siden det er en mappe eller den har 0 bytes",
"Upload Error" => "Opplasting feilet",
@ -26,6 +27,7 @@
"{count} files uploading" => "{count} filer laster opp",
"Upload cancelled." => "Opplasting avbrutt.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Filopplasting pågår. Forlater du siden nå avbrytes opplastingen.",
"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "Ugyldig mappenavn. Bruk av \"Shared\" er reservert av ownCloud.",
"{count} files scanned" => "{count} filer lest inn",
"error while scanning" => "feil under skanning",
"Name" => "Navn",
@ -46,6 +48,7 @@
"New" => "Ny",
"Text file" => "Tekstfil",
"Folder" => "Mappe",
"From link" => "Fra link",
"Upload" => "Last opp",
"Cancel upload" => "Avbryt opplasting",
"Nothing in here. Upload something!" => "Ingenting her. Last opp noe!",

View File

@ -1,6 +1,3 @@
<?php $TRANSLATIONS = array(
"Size" => "Méret",
"Modified" => "Módosítva",
"Delete all" => "Összes törlése",
"Delete" => "Törlés"
"Password" => "Jelszó"
);

View File

@ -0,0 +1,37 @@
<?php $TRANSLATIONS = array(
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behaviour. Please ask your system administrator to disable one of them." => "<b>Figyelem:</b> a user_ldap és user_webdavauth alkalmazások nem kompatibilisek. Együttes használatuk váratlan eredményekhez vezethet. Kérje meg a rendszergazdát, hogy a kettő közül kapcsolja ki az egyiket.",
"<b>Warning:</b> The PHP LDAP module needs is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Figyelem:</b> a szükséges PHP LDAP modul nincs telepítve. Enélkül az LDAP azonosítás nem fog működni. Kérje meg a rendszergazdát, hogy telepítse a szükséges modult!",
"Host" => "Kiszolgáló",
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "A protokoll előtag elhagyható, kivéve, ha SSL-t kíván használni. Ebben az esetben kezdje így: ldaps://",
"Base DN" => "DN-gyökér",
"You can specify Base DN for users and groups in the Advanced tab" => "A Haladó fülre kattintva külön DN-gyökér állítható be a felhasználók és a csoportok számára",
"User DN" => "A kapcsolódó felhasználó DN-je",
"Password" => "Jelszó",
"For anonymous access, leave DN and Password empty." => "Bejelentkezés nélküli eléréshez ne töltse ki a DN és Jelszó mezőket!",
"User Login Filter" => "Szűrő a bejelentkezéshez",
"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action." => "Ez a szűrő érvényes a bejelentkezés megkísérlésekor. Ekkor az %%uid változó helyére a bejelentkezési név kerül.",
"use %%uid placeholder, e.g. \"uid=%%uid\"" => "használja az %%uid változót, pl. \"uid=%%uid\"",
"User List Filter" => "A felhasználók szűrője",
"Defines the filter to apply, when retrieving users." => "Ez a szűrő érvényes a felhasználók listázásakor.",
"without any placeholder, e.g. \"objectClass=person\"." => "itt ne használjon változót, pl. \"objectClass=person\".",
"Group Filter" => "A csoportok szűrője",
"Defines the filter to apply, when retrieving groups." => "Ez a szűrő érvényes a csoportok listázásakor.",
"without any placeholder, e.g. \"objectClass=posixGroup\"." => "itt ne használjunk változót, pl. \"objectClass=posixGroup\".",
"Base User Tree" => "A felhasználói fa gyökere",
"Base Group Tree" => "A csoportfa gyökere",
"Group-Member association" => "A csoporttagság attribútuma",
"Use TLS" => "Használjunk TLS-t",
"Do not use it for SSL connections, it will fail." => "Ne használjuk SSL-kapcsolat esetén, mert nem fog működni!",
"Case insensitve LDAP server (Windows)" => "Az LDAP-kiszolgáló nem tesz különbséget a kis- és nagybetűk között (Windows)",
"Turn off SSL certificate validation." => "Ne ellenőrizzük az SSL-tanúsítvány érvényességét",
"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "Ha a kapcsolat csak ezzel a beállítással működik, akkor importálja az LDAP-kiszolgáló SSL tanúsítványát az ownCloud kiszolgálóra!",
"Not recommended, use for testing only." => "Nem javasolt, csak tesztelésre érdemes használni.",
"User Display Name Field" => "A felhasználónév mezője",
"The LDAP attribute to use to generate the user`s ownCloud name." => "Ebből az LDAP attribútumból képződik a felhasználó elnevezése, ami megjelenik az ownCloudban.",
"Group Display Name Field" => "A csoport nevének mezője",
"The LDAP attribute to use to generate the groups`s ownCloud name." => "Ebből az LDAP attribútumból képződik a csoport elnevezése, ami megjelenik az ownCloudban.",
"in bytes" => "bájtban",
"in seconds. A change empties the cache." => "másodpercben. A változtatás törli a cache tartalmát.",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Hagyja üresen, ha a felhasználónevet kívánja használni. Ellenkező esetben adjon meg egy LDAP/AD attribútumot!",
"Help" => "Súgó"
);

View File

@ -1,3 +1,4 @@
<?php $TRANSLATIONS = array(
"WebDAV URL: http://" => "WebDAV URL: http://"
"URL: http://" => "URL: http://",
"ownCloud will send the user credentials to this URL is interpret http 401 and http 403 as credentials wrong and all other codes as credentials correct." => "ownCloud enviará al usuario las interpretaciones 401 y 403 a esta URL como incorrectas y todas las otras credenciales como correctas"
);

View File

@ -1,3 +1,4 @@
<?php $TRANSLATIONS = array(
"WebDAV URL: http://" => "URL de WebDAV: http://"
"URL: http://" => "URL: http://",
"ownCloud will send the user credentials to this URL is interpret http 401 and http 403 as credentials wrong and all other codes as credentials correct." => "ownCloud enviará las credenciales a esta dirección, si son interpretadas como http 401 o http 403 las credenciales son erroneas; todos los otros códigos indican que las credenciales son correctas."
);

View File

@ -1,3 +1,3 @@
<?php $TRANSLATIONS = array(
"WebDAV URL: http://" => "URL WebDAV : http://"
"URL: http://" => "URL : http://"
);

View File

@ -0,0 +1,3 @@
<?php $TRANSLATIONS = array(
"URL: http://" => "URL: http://"
);

View File

@ -6,10 +6,13 @@
"seconds ago" => "sekunder siden",
"1 minute ago" => "1 minutt siden",
"{minutes} minutes ago" => "{minutes} minutter siden",
"1 hour ago" => "1 time siden",
"{hours} hours ago" => "{hours} timer siden",
"today" => "i dag",
"yesterday" => "i går",
"{days} days ago" => "{days} dager siden",
"last month" => "forrige måned",
"{months} months ago" => "{months} måneder siden",
"months ago" => "måneder siden",
"last year" => "forrige år",
"years ago" => "år siden",
@ -24,6 +27,7 @@
"Share with link" => "Del med link",
"Password protect" => "Passordbeskyttet",
"Password" => "Passord",
"Send" => "Send",
"Set expiration date" => "Set utløpsdato",
"Expiration date" => "Utløpsdato",
"Share via email:" => "Del på epost",
@ -37,6 +41,8 @@
"share" => "del",
"Password protected" => "Passordbeskyttet",
"Error setting expiration date" => "Kan ikke sette utløpsdato",
"Sending ..." => "Sender...",
"Email sent" => "E-post sendt",
"ownCloud password reset" => "Tilbakestill ownCloud passord",
"Use the following link to reset your password: {link}" => "Bruk følgende lenke for å tilbakestille passordet ditt: {link}",
"You will receive a link to reset your password via Email." => "Du burde motta detaljer om å tilbakestille passordet ditt via epost.",

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-12-24 00:11+0100\n"
"PO-Revision-Date: 2012-12-23 18:36+0000\n"
"Last-Translator: aboodilankaboot <shiningmoon25@gmail.com>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -163,7 +163,7 @@ msgstr "تحميل عميل آندرويد"
msgid "Download iOS Client"
msgstr "تحميل عميل آي أو أس"
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "كلمات السر"
@ -233,11 +233,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "طوّر من قبل <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud مجتمع</a>, الـ <a href=\"https://github.com/owncloud\" target=\"_blank\">النص المصدري</a> مرخص بموجب <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">رخصة أفيرو العمومية</abbr></a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "الاسم"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "مجموعات"
@ -246,21 +246,29 @@ msgid "Create"
msgstr "انشئ"
#: templates/users.php:35
msgid "Default Quota"
msgstr "الحصة النسبية الإفتراضية"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "شيء آخر"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "مدير المجموعة"
#: templates/users.php:82
msgid "Quota"
msgstr "حصه"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "حذف"

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-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"
@ -163,7 +163,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Парола"
@ -233,11 +233,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr ""
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Име"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Групи"
@ -246,21 +246,29 @@ msgid "Create"
msgstr "Ново"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Квота по подразбиране"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Друго"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr ""
#: templates/users.php:82
msgid "Quota"
msgstr "Квота"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Изтриване"

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-12-22 00:24+0100\n"
"PO-Revision-Date: 2012-12-21 09:18+0000\n"
"Last-Translator: rogerc <rcalvoi@yahoo.com>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -165,7 +165,7 @@ msgstr " Baixa el client per Android"
msgid "Download iOS Client"
msgstr "Baixa el client per iOS"
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Contrasenya"
@ -235,11 +235,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "Desenvolupat per la <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunitat ownCloud</a>, el <a href=\"https://github.com/owncloud\" target=\"_blank\">codi font</a> té llicència <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Nom"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Grups"
@ -248,21 +248,29 @@ msgid "Create"
msgstr "Crea"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Quota per defecte"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Altre"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Grup Admin"
#: templates/users.php:82
msgid "Quota"
msgstr "Quota"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Suprimeix"

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-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-20 19:53+0000\n"
"Last-Translator: Tomáš Chvátal <tomas.chvatal@gmail.com>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -166,7 +166,7 @@ msgstr "Stáhnout klienta pro android"
msgid "Download iOS Client"
msgstr "Stáhnout klienta pro iOS"
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Heslo"
@ -236,11 +236,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "Vyvinuto <a href=\"http://ownCloud.org/contact\" target=\"_blank\">komunitou ownCloud</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">zdrojový kód</a> je licencován pod <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Jméno"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Skupiny"
@ -249,21 +249,29 @@ msgid "Create"
msgstr "Vytvořit"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Výchozí kvóta"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Jiná"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Správa skupiny"
#: templates/users.php:82
msgid "Quota"
msgstr "Kvóta"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Smazat"

View File

@ -17,9 +17,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-26 00:11+0100\n"
"PO-Revision-Date: 2012-12-25 13:45+0000\n"
"Last-Translator: cronner <cronner@gmail.com>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -170,7 +170,7 @@ msgstr "Hent Android Klient"
msgid "Download iOS Client"
msgstr "Hent iOS Klient"
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Kodeord"
@ -240,11 +240,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "Udviklet af <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownClouds community</a>, og <a href=\"https://github.com/owncloud\" target=\"_blank\">kildekoden</a> er underlagt licensen <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Navn"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Grupper"
@ -253,21 +253,29 @@ msgid "Create"
msgstr "Ny"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Standard kvote"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Andet"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Gruppe Administrator"
#: templates/users.php:82
msgid "Quota"
msgstr "Kvote"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Slet"

View File

@ -24,9 +24,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-23 00:09+0100\n"
"PO-Revision-Date: 2012-12-22 14:02+0000\n"
"Last-Translator: Mirodin <blobbyjj@ymail.com>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@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"
@ -177,7 +177,7 @@ msgstr "Android-Client herunterladen"
msgid "Download iOS Client"
msgstr "iOS-Client herunterladen"
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Passwort"
@ -247,11 +247,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "Entwickelt von der <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud-Community</a>, der <a href=\"https://github.com/owncloud\" target=\"_blank\">Quellcode</a> ist unter der <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> lizenziert."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Name"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Gruppen"
@ -260,21 +260,29 @@ msgid "Create"
msgstr "Anlegen"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Standard-Quota"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Andere"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Gruppenadministrator"
#: templates/users.php:82
msgid "Quota"
msgstr "Quota"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Löschen"

View File

@ -24,9 +24,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-23 00:09+0100\n"
"PO-Revision-Date: 2012-12-22 14:01+0000\n"
"Last-Translator: Mirodin <blobbyjj@ymail.com>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -177,7 +177,7 @@ msgstr "Android-Client herunterladen"
msgid "Download iOS Client"
msgstr "iOS-Client herunterladen"
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Passwort"
@ -247,11 +247,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "Entwickelt von der <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud-Community</a>. Der <a href=\"https://github.com/owncloud\" target=\"_blank\">Quellcode</a> ist unter der <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> lizenziert."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Name"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Gruppen"
@ -260,21 +260,29 @@ msgid "Create"
msgstr "Anlegen"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Standard-Quota"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Andere"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Gruppenadministrator"
#: templates/users.php:82
msgid "Quota"
msgstr "Quota"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Löschen"

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-12-22 00:24+0100\n"
"PO-Revision-Date: 2012-12-21 13:06+0000\n"
"Last-Translator: Efstathios Iosifidis <diamond_gr@freemail.gr>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@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"
@ -171,7 +171,7 @@ msgstr "Λήψη Προγράμματος Android"
msgid "Download iOS Client"
msgstr "Λήψη Προγράμματος iOS"
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Συνθηματικό"
@ -241,11 +241,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "Αναπτύχθηκε από την <a href=\"http://ownCloud.org/contact\" target=\"_blank\">κοινότητα ownCloud</a>, ο <a href=\"https://github.com/owncloud\" target=\"_blank\">πηγαίος κώδικας</a> είναι υπό άδεια χρήσης <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Όνομα"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Ομάδες"
@ -254,21 +254,29 @@ msgid "Create"
msgstr "Δημιουργία"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Προεπιλεγμένο Όριο"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Άλλα"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Ομάδα Διαχειριστών"
#: templates/users.php:82
msgid "Quota"
msgstr "Σύνολο Χώρου"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Διαγραφή"

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-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n"
"MIME-Version: 1.0\n"
@ -162,7 +162,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Pasvorto"
@ -232,11 +232,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "Ellaborita de la <a href=\"http://ownCloud.org/contact\" target=\"_blank\">komunumo de ownCloud</a>, la <a href=\"https://github.com/owncloud\" target=\"_blank\">fontokodo</a> publikas laŭ la permesilo <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Nomo"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Grupoj"
@ -245,21 +245,29 @@ msgid "Create"
msgstr "Krei"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Defaŭlta kvoto"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Alia"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Grupadministranto"
#: templates/users.php:82
msgid "Quota"
msgstr "Kvoto"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Forigi"

View File

@ -9,6 +9,7 @@
# <juanma@kde.org.ar>, 2011-2012.
# <monty_2731@hotmail.com>, 2011.
# oSiNaReF <>, 2012.
# <pggx999@gmail.com>, 2012.
# Raul Fernandez Garcia <raulfg3@gmail.com>, 2012.
# <rodrigo.calvo@gmail.com>, 2012.
# <rom1dep@gmail.com>, 2011.
@ -18,8 +19,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
"MIME-Version: 1.0\n"
@ -128,27 +129,27 @@ msgstr "<span class=\"licence\"></span>-licenciado por <span class=\"author\"></
#: templates/help.php:3
msgid "User Documentation"
msgstr ""
msgstr "Documentación del usuario"
#: templates/help.php:4
msgid "Administrator Documentation"
msgstr ""
msgstr "Documentación del adminsitrador"
#: templates/help.php:6
msgid "Online Documentation"
msgstr ""
msgstr "Documentación en linea"
#: templates/help.php:7
msgid "Forum"
msgstr ""
msgstr "Foro"
#: templates/help.php:9
msgid "Bugtracker"
msgstr ""
msgstr "Rastreador de Bugs"
#: templates/help.php:11
msgid "Commercial Support"
msgstr ""
msgstr "Soporte Comercial"
#: templates/personal.php:8
#, php-format
@ -161,17 +162,17 @@ msgstr "Clientes"
#: templates/personal.php:13
msgid "Download Desktop Clients"
msgstr ""
msgstr "Descargar clientes de escritorio"
#: templates/personal.php:14
msgid "Download Android Client"
msgstr ""
msgstr "Descargar cliente para android"
#: templates/personal.php:15
msgid "Download iOS Client"
msgstr ""
msgstr "Descargar cliente para iOS"
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Contraseña"
@ -221,15 +222,15 @@ msgstr "Ayúdanos a traducir"
#: templates/personal.php:52
msgid "WebDAV"
msgstr ""
msgstr "WebDAV"
#: templates/personal.php:54
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr ""
msgstr "Use esta dirección para conectarse a su cuenta de ownCloud en el administrador de archivos"
#: templates/personal.php:63
msgid "Version"
msgstr ""
msgstr "Version"
#: templates/personal.php:65
msgid ""
@ -241,11 +242,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "Desarrollado por la <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunidad ownCloud</a>, el <a href=\"https://github.com/owncloud\" target=\"_blank\">código fuente</a> está bajo licencia <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Nombre"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Grupos"
@ -254,21 +255,29 @@ msgid "Create"
msgstr "Crear"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Cuota predeterminada"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Otro"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Grupo admin"
#: templates/users.php:82
msgid "Quota"
msgstr "Cuota"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Eliminar"

View File

@ -4,13 +4,14 @@
#
# Translators:
# Art O. Pal <artopal@fastmail.fm>, 2012.
# <pggx999@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-20 00:11+0100\n"
"PO-Revision-Date: 2012-12-19 23:12+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 19:17+0000\n"
"Last-Translator: pggx999 <pggx999@gmail.com>\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,11 +21,11 @@ msgstr ""
#: templates/settings.php:4
msgid "URL: http://"
msgstr ""
msgstr "URL: http://"
#: templates/settings.php:6
msgid ""
"ownCloud will send the user credentials to this URL is interpret http 401 "
"and http 403 as credentials wrong and all other codes as credentials "
"correct."
msgstr ""
msgstr "ownCloud enviará al usuario las interpretaciones 401 y 403 a esta URL como incorrectas y todas las otras credenciales como correctas"

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-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
"MIME-Version: 1.0\n"
@ -119,27 +119,27 @@ msgstr "<span class=\"licence\"></span>-licenciado por <span class=\"author\">"
#: templates/help.php:3
msgid "User Documentation"
msgstr ""
msgstr "Documentación de Usuario"
#: templates/help.php:4
msgid "Administrator Documentation"
msgstr ""
msgstr "Documentación de Administrador"
#: templates/help.php:6
msgid "Online Documentation"
msgstr ""
msgstr "Documentación en linea"
#: templates/help.php:7
msgid "Forum"
msgstr ""
msgstr "Foro"
#: templates/help.php:9
msgid "Bugtracker"
msgstr ""
msgstr "Informar errores"
#: templates/help.php:11
msgid "Commercial Support"
msgstr ""
msgstr "Soporte comercial"
#: templates/personal.php:8
#, php-format
@ -152,17 +152,17 @@ msgstr "Clientes"
#: templates/personal.php:13
msgid "Download Desktop Clients"
msgstr ""
msgstr "Descargar clientes de escritorio"
#: templates/personal.php:14
msgid "Download Android Client"
msgstr ""
msgstr "Descargar cliente de Android"
#: templates/personal.php:15
msgid "Download iOS Client"
msgstr ""
msgstr "Descargar cliente de iOS"
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Contraseña"
@ -212,15 +212,15 @@ msgstr "Ayudanos a traducir"
#: templates/personal.php:52
msgid "WebDAV"
msgstr ""
msgstr "WebDAV"
#: templates/personal.php:54
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr ""
msgstr "Utiliza esta dirección para conectarte con ownCloud en tu Administrador de Archivos"
#: templates/personal.php:63
msgid "Version"
msgstr ""
msgstr "Versión"
#: templates/personal.php:65
msgid ""
@ -232,11 +232,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "Desarrollado por la <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunidad ownCloud</a>, el <a href=\"https://github.com/owncloud\" target=\"_blank\">código fuente</a> está bajo licencia <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Nombre"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Grupos"
@ -245,21 +245,29 @@ msgid "Create"
msgstr "Crear"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Cuota predeterminada"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Otro"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Grupo Administrador"
#: templates/users.php:82
msgid "Quota"
msgstr "Cuota"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Borrar"

View File

@ -3,14 +3,15 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Agustin Ferrario <agustin.ferrario@hotmail.com.ar>, 2012.
# <claudio.tessone@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-20 00:11+0100\n"
"PO-Revision-Date: 2012-12-19 23:12+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 21:34+0000\n"
"Last-Translator: Agustin Ferrario <agustin.ferrario@hotmail.com.ar>\n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -20,11 +21,11 @@ msgstr ""
#: templates/settings.php:4
msgid "URL: http://"
msgstr ""
msgstr "URL: http://"
#: templates/settings.php:6
msgid ""
"ownCloud will send the user credentials to this URL is interpret http 401 "
"and http 403 as credentials wrong and all other codes as credentials "
"correct."
msgstr ""
msgstr "ownCloud enviará las credenciales a esta dirección, si son interpretadas como http 401 o http 403 las credenciales son erroneas; todos los otros códigos indican que las credenciales son correctas."

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-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n"
"MIME-Version: 1.0\n"
@ -162,7 +162,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Parool"
@ -232,11 +232,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr ""
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Nimi"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Grupid"
@ -245,21 +245,29 @@ msgid "Create"
msgstr "Lisa"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Vaikimisi kvoot"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Muu"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Grupi admin"
#: templates/users.php:82
msgid "Quota"
msgstr "Mahupiir"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Kustuta"

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-12-28 00:20+0100\n"
"PO-Revision-Date: 2012-12-27 20:53+0000\n"
"Last-Translator: asieriko <asieriko@gmail.com>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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"
@ -163,7 +163,7 @@ msgstr "Deskargatu Android bezeroa"
msgid "Download iOS Client"
msgstr "Deskargatu iOS bezeroa"
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Pasahitza"
@ -233,11 +233,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud komunitateak</a> garatuta, <a href=\"https://github.com/owncloud\" target=\"_blank\">itubruru kodea</a><a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr> lizentziarekin banatzen da</a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Izena"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Taldeak"
@ -246,21 +246,29 @@ msgid "Create"
msgstr "Sortu"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Kuota lehentsia"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Besteak"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Talde administradorea"
#: templates/users.php:82
msgid "Quota"
msgstr "Kuota"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Ezabatu"

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-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
"MIME-Version: 1.0\n"
@ -164,7 +164,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "گذرواژه"
@ -234,11 +234,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr ""
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "نام"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "گروه ها"
@ -247,21 +247,29 @@ msgid "Create"
msgstr "ایجاد کردن"
#: templates/users.php:35
msgid "Default Quota"
msgstr "سهم پیش فرض"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "سایر"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr ""
#: templates/users.php:82
msgid "Quota"
msgstr "سهم"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "پاک کردن"

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-12-22 00:24+0100\n"
"PO-Revision-Date: 2012-12-21 17:40+0000\n"
"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -163,7 +163,7 @@ msgstr "Lataa Android-sovellus"
msgid "Download iOS Client"
msgstr "Lataa iOS-sovellus"
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Salasana"
@ -233,11 +233,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "Kehityksestä on vastannut <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud-yhteisö</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">lähdekoodi</a> on julkaistu lisenssin <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> alaisena."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Nimi"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Ryhmät"
@ -246,21 +246,29 @@ msgid "Create"
msgstr "Luo"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Oletuskiintiö"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Muu"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Ryhmän ylläpitäjä"
#: templates/users.php:82
msgid "Quota"
msgstr "Kiintiö"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Poista"

View File

@ -21,9 +21,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-25 00:10+0100\n"
"PO-Revision-Date: 2012-12-24 14:10+0000\n"
"Last-Translator: mishka <mishka.lazzlo@gmail.com>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -174,7 +174,7 @@ msgstr "Télécharger le client Android"
msgid "Download iOS Client"
msgstr "Télécharger le client iOS"
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Mot de passe"
@ -244,11 +244,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "Développé par la <a href=\"http://ownCloud.org/contact\" target=\"_blank\">communauté ownCloud</a>, le <a href=\"https://github.com/owncloud\" target=\"_blank\">code source</a> est publié sous license <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Nom"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Groupes"
@ -257,21 +257,29 @@ msgid "Create"
msgstr "Créer"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Quota par défaut"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Autre"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Groupe Admin"
#: templates/users.php:82
msgid "Quota"
msgstr "Quota"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Supprimer"

View File

@ -3,15 +3,16 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# <nicolas@shivaserv.fr>, 2012.
# Robert Di Rosa <>, 2012.
# Romain DEP. <rom1dep@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-20 00:11+0100\n"
"PO-Revision-Date: 2012-12-19 23:12+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-28 23:13+0000\n"
"Last-Translator: ouafnico <nicolas@shivaserv.fr>\n"
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -21,7 +22,7 @@ msgstr ""
#: templates/settings.php:4
msgid "URL: http://"
msgstr ""
msgstr "URL : http://"
#: templates/settings.php:6
msgid ""

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-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
"MIME-Version: 1.0\n"
@ -162,7 +162,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Contrasinal"
@ -232,11 +232,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "Desenvolvido pola <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunidade ownCloud</a>, o <a href=\"https://github.com/owncloud\" target=\"_blank\">código fonte</a> está baixo a licenza <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Nome"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Grupos"
@ -245,21 +245,29 @@ msgid "Create"
msgstr "Crear"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Cota por omisión"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Outro"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Grupo Admin"
#: templates/users.php:82
msgid "Quota"
msgstr "Cota"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Borrar"

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-12-27 00:04+0100\n"
"PO-Revision-Date: 2012-12-26 14:12+0000\n"
"Last-Translator: Gilad Naaman <gilad.doom@gmail.com>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -164,7 +164,7 @@ msgstr "הורד תוכנה לאנדרואיד"
msgid "Download iOS Client"
msgstr "הורד תוכנה לiOS"
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "ססמה"
@ -234,11 +234,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "פותח על די <a href=\"http://ownCloud.org/contact\" target=\"_blank\">קהילתownCloud</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">קוד המקור</a> מוגן ברישיון <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "שם"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "קבוצות"
@ -247,21 +247,29 @@ msgid "Create"
msgstr "יצירה"
#: templates/users.php:35
msgid "Default Quota"
msgstr "מכסת בררת המחדל"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "אחר"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "מנהל הקבוצה"
#: templates/users.php:82
msgid "Quota"
msgstr "מכסה"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "מחיקה"

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-12-20 00:11+0100\n"
"PO-Revision-Date: 2012-12-19 23:11+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
"MIME-Version: 1.0\n"
@ -160,7 +160,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "पासवर्ड"
@ -230,11 +230,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr ""
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr ""
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr ""
@ -243,21 +243,29 @@ msgid "Create"
msgstr ""
#: templates/users.php:35
msgid "Default Quota"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr ""
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr ""
#: templates/users.php:82
msgid "Quota"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr ""

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-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n"
"MIME-Version: 1.0\n"
@ -163,7 +163,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Lozinka"
@ -233,11 +233,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr ""
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Ime"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Grupe"
@ -246,21 +246,29 @@ msgid "Create"
msgstr "Izradi"
#: templates/users.php:35
msgid "Default Quota"
msgstr "standardni kvota"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "ostali"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Grupa Admin"
#: templates/users.php:82
msgid "Quota"
msgstr "kvota"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Obriši"

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-09-22 01:14+0200\n"
"PO-Revision-Date: 2012-09-21 23:15+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 17:20+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -20,30 +20,30 @@ msgstr ""
#: templates/authenticate.php:4
msgid "Password"
msgstr ""
msgstr "Jelszó"
#: templates/authenticate.php:6
msgid "Submit"
msgstr ""
#: templates/public.php:9
#: templates/public.php:17
#, php-format
msgid "%s shared the folder %s with you"
msgstr ""
#: templates/public.php:11
#: templates/public.php:19
#, php-format
msgid "%s shared the file %s with you"
msgstr ""
#: templates/public.php:14 templates/public.php:30
#: templates/public.php:22 templates/public.php:38
msgid "Download"
msgstr ""
#: templates/public.php:29
#: templates/public.php:37
msgid "No preview available for"
msgstr ""
#: templates/public.php:37
#: templates/public.php:43
msgid "web services under your control"
msgstr ""

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-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
"MIME-Version: 1.0\n"
@ -25,15 +25,15 @@ msgstr "Nem tölthető le a lista az App Store-ból"
#: ajax/creategroup.php:10
msgid "Group already exists"
msgstr ""
msgstr "A csoport már létezik"
#: ajax/creategroup.php:19
msgid "Unable to add group"
msgstr ""
msgstr "A csoport nem hozható létre"
#: ajax/enableapp.php:12
msgid "Could not enable app. "
msgstr ""
msgstr "A program nem aktiválható."
#: ajax/lostpassword.php:12
msgid "Email saved"
@ -53,15 +53,15 @@ msgstr "Érvénytelen kérés"
#: ajax/removegroup.php:13
msgid "Unable to delete group"
msgstr ""
msgstr "A csoport nem törölhető"
#: ajax/removeuser.php:15 ajax/setquota.php:15 ajax/togglegroups.php:18
msgid "Authentication error"
msgstr "Hitelesítési hiba"
msgstr "Azonosítási hiba"
#: ajax/removeuser.php:24
msgid "Unable to delete user"
msgstr ""
msgstr "A felhasználó nem törölhető"
#: ajax/setlanguage.php:15
msgid "Language changed"
@ -69,17 +69,17 @@ msgstr "A nyelv megváltozott"
#: ajax/togglegroups.php:12
msgid "Admins can't remove themself from the admin group"
msgstr ""
msgstr "Adminisztrátorok nem távolíthatják el magukat az admin csoportból."
#: ajax/togglegroups.php:28
#, php-format
msgid "Unable to add user to group %s"
msgstr ""
msgstr "A felhasználó nem adható hozzá ehhez a csoporthoz: %s"
#: ajax/togglegroups.php:34
#, php-format
msgid "Unable to remove user from group %s"
msgstr ""
msgstr "A felhasználó nem távolítható el ebből a csoportból: %s"
#: js/apps.js:28 js/apps.js:67
msgid "Disable"
@ -99,15 +99,15 @@ msgstr "__language_name__"
#: templates/apps.php:10
msgid "Add your App"
msgstr "App hozzáadása"
msgstr "Az alkalmazás hozzáadása"
#: templates/apps.php:11
msgid "More Apps"
msgstr ""
msgstr "További alkalmazások"
#: templates/apps.php:27
msgid "Select an App"
msgstr "Egy App kiválasztása"
msgstr "Válasszon egy alkalmazást"
#: templates/apps.php:31
msgid "See application page at apps.owncloud.com"
@ -119,32 +119,32 @@ msgstr ""
#: templates/help.php:3
msgid "User Documentation"
msgstr ""
msgstr "Felhasználói leírás"
#: templates/help.php:4
msgid "Administrator Documentation"
msgstr ""
msgstr "Üzemeltetői leírás"
#: templates/help.php:6
msgid "Online Documentation"
msgstr ""
msgstr "Online leírás"
#: templates/help.php:7
msgid "Forum"
msgstr ""
msgstr "Fórum"
#: templates/help.php:9
msgid "Bugtracker"
msgstr ""
msgstr "Hibabejelentések"
#: templates/help.php:11
msgid "Commercial Support"
msgstr ""
msgstr "Megvásárolható támogatás"
#: templates/personal.php:8
#, php-format
msgid "You have used <strong>%s</strong> of the available <strong>%s</strong>"
msgstr ""
msgstr "Az Ön tárterület-felhasználása jelenleg: <strong>%s</strong>. Maximálisan ennyi áll rendelkezésére: <strong>%s</strong>"
#: templates/personal.php:12
msgid "Clients"
@ -152,43 +152,43 @@ msgstr "Kliensek"
#: templates/personal.php:13
msgid "Download Desktop Clients"
msgstr ""
msgstr "Desktop kliensprogramok letöltése"
#: templates/personal.php:14
msgid "Download Android Client"
msgstr ""
msgstr "Android kliens letöltése"
#: templates/personal.php:15
msgid "Download iOS Client"
msgstr ""
msgstr "iOS kliens letöltése"
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Jelszó"
#: templates/personal.php:22
msgid "Your password was changed"
msgstr ""
msgstr "A jelszava megváltozott"
#: templates/personal.php:23
msgid "Unable to change your password"
msgstr "Nem lehet megváltoztatni a jelszavad"
msgstr "A jelszó nem változtatható meg"
#: templates/personal.php:24
msgid "Current password"
msgstr "Jelenlegi jelszó"
msgstr "A jelenlegi jelszó"
#: templates/personal.php:25
msgid "New password"
msgstr "Új jelszó"
msgstr "Az új jelszó"
#: templates/personal.php:26
msgid "show"
msgstr "Mutat"
msgstr "lássam"
#: templates/personal.php:27
msgid "Change password"
msgstr "Jelszó megváltoztatása"
msgstr "A jelszó megváltoztatása"
#: templates/personal.php:33
msgid "Email"
@ -196,11 +196,11 @@ msgstr "Email"
#: templates/personal.php:34
msgid "Your email address"
msgstr "Email címed"
msgstr "Az Ön emailcíme"
#: templates/personal.php:35
msgid "Fill in an email address to enable password recovery"
msgstr "Töltsd ki az email címet, hogy engedélyezhesd a jelszó-visszaállítást"
msgstr "Töltse ki az emailcímet, hogy jelszó-emlékeztetőt kérhessen, ha elfelejtette a jelszavát!"
#: templates/personal.php:41 templates/personal.php:42
msgid "Language"
@ -208,19 +208,19 @@ msgstr "Nyelv"
#: templates/personal.php:47
msgid "Help translate"
msgstr "Segíts lefordítani!"
msgstr "Segítsen a fordításban!"
#: templates/personal.php:52
msgid "WebDAV"
msgstr ""
msgstr "WebDAV elérés: "
#: templates/personal.php:54
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr ""
msgstr "Ennek a címnek a megadásával a WebDAV-protokollon keresztül saját gépének fájlkezelőjével is is elérheti az állományait."
#: templates/personal.php:63
msgid "Version"
msgstr ""
msgstr "Verzió"
#: templates/personal.php:65
msgid ""
@ -232,11 +232,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr ""
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Név"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Csoportok"
@ -245,21 +245,29 @@ msgid "Create"
msgstr "Létrehozás"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Alapértelmezett kvóta"
#: templates/users.php:55 templates/users.php:138
msgid "Other"
msgstr "Egyéb"
#: templates/users.php:80 templates/users.php:112
msgid "Group Admin"
msgid "Default Storage"
msgstr ""
#: templates/users.php:82
msgid "Quota"
msgstr "Kvóta"
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:146
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Más"
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Csoportadminisztrátor"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Törlés"

View File

@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-15 00:11+0100\n"
"PO-Revision-Date: 2012-12-14 23:11+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 17:19+0000\n"
"Last-Translator: Laszlo Tornoci <torlasz@gmail.com>\n"
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -22,34 +22,34 @@ msgid ""
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may"
" experience unexpected behaviour. Please ask your system administrator to "
"disable one of them."
msgstr ""
msgstr "<b>Figyelem:</b> a user_ldap és user_webdavauth alkalmazások nem kompatibilisek. Együttes használatuk váratlan eredményekhez vezethet. Kérje meg a rendszergazdát, hogy a kettő közül kapcsolja ki az egyiket."
#: templates/settings.php:11
msgid ""
"<b>Warning:</b> The PHP LDAP module needs is not installed, the backend will"
" not work. Please ask your system administrator to install it."
msgstr ""
msgstr "<b>Figyelem:</b> a szükséges PHP LDAP modul nincs telepítve. Enélkül az LDAP azonosítás nem fog működni. Kérje meg a rendszergazdát, hogy telepítse a szükséges modult!"
#: templates/settings.php:15
msgid "Host"
msgstr ""
msgstr "Kiszolgáló"
#: templates/settings.php:15
msgid ""
"You can omit the protocol, except you require SSL. Then start with ldaps://"
msgstr ""
msgstr "A protokoll előtag elhagyható, kivéve, ha SSL-t kíván használni. Ebben az esetben kezdje így: ldaps://"
#: templates/settings.php:16
msgid "Base DN"
msgstr ""
msgstr "DN-gyökér"
#: templates/settings.php:16
msgid "You can specify Base DN for users and groups in the Advanced tab"
msgstr ""
msgstr "A Haladó fülre kattintva külön DN-gyökér állítható be a felhasználók és a csoportok számára"
#: templates/settings.php:17
msgid "User DN"
msgstr ""
msgstr "A kapcsolódó felhasználó DN-je"
#: templates/settings.php:17
msgid ""
@ -60,51 +60,51 @@ msgstr ""
#: templates/settings.php:18
msgid "Password"
msgstr ""
msgstr "Jelszó"
#: templates/settings.php:18
msgid "For anonymous access, leave DN and Password empty."
msgstr ""
msgstr "Bejelentkezés nélküli eléréshez ne töltse ki a DN és Jelszó mezőket!"
#: templates/settings.php:19
msgid "User Login Filter"
msgstr ""
msgstr "Szűrő a bejelentkezéshez"
#: templates/settings.php:19
#, php-format
msgid ""
"Defines the filter to apply, when login is attempted. %%uid replaces the "
"username in the login action."
msgstr ""
msgstr "Ez a szűrő érvényes a bejelentkezés megkísérlésekor. Ekkor az %%uid változó helyére a bejelentkezési név kerül."
#: templates/settings.php:19
#, php-format
msgid "use %%uid placeholder, e.g. \"uid=%%uid\""
msgstr ""
msgstr "használja az %%uid változót, pl. \"uid=%%uid\""
#: templates/settings.php:20
msgid "User List Filter"
msgstr ""
msgstr "A felhasználók szűrője"
#: templates/settings.php:20
msgid "Defines the filter to apply, when retrieving users."
msgstr ""
msgstr "Ez a szűrő érvényes a felhasználók listázásakor."
#: templates/settings.php:20
msgid "without any placeholder, e.g. \"objectClass=person\"."
msgstr ""
msgstr "itt ne használjon változót, pl. \"objectClass=person\"."
#: templates/settings.php:21
msgid "Group Filter"
msgstr ""
msgstr "A csoportok szűrője"
#: templates/settings.php:21
msgid "Defines the filter to apply, when retrieving groups."
msgstr ""
msgstr "Ez a szűrő érvényes a csoportok listázásakor."
#: templates/settings.php:21
msgid "without any placeholder, e.g. \"objectClass=posixGroup\"."
msgstr ""
msgstr "itt ne használjunk változót, pl. \"objectClass=posixGroup\"."
#: templates/settings.php:24
msgid "Port"
@ -112,72 +112,72 @@ msgstr ""
#: templates/settings.php:25
msgid "Base User Tree"
msgstr ""
msgstr "A felhasználói fa gyökere"
#: templates/settings.php:26
msgid "Base Group Tree"
msgstr ""
msgstr "A csoportfa gyökere"
#: templates/settings.php:27
msgid "Group-Member association"
msgstr ""
msgstr "A csoporttagság attribútuma"
#: templates/settings.php:28
msgid "Use TLS"
msgstr ""
msgstr "Használjunk TLS-t"
#: templates/settings.php:28
msgid "Do not use it for SSL connections, it will fail."
msgstr ""
msgstr "Ne használjuk SSL-kapcsolat esetén, mert nem fog működni!"
#: templates/settings.php:29
msgid "Case insensitve LDAP server (Windows)"
msgstr ""
msgstr "Az LDAP-kiszolgáló nem tesz különbséget a kis- és nagybetűk között (Windows)"
#: templates/settings.php:30
msgid "Turn off SSL certificate validation."
msgstr ""
msgstr "Ne ellenőrizzük az SSL-tanúsítvány érvényességét"
#: templates/settings.php:30
msgid ""
"If connection only works with this option, import the LDAP server's SSL "
"certificate in your ownCloud server."
msgstr ""
msgstr "Ha a kapcsolat csak ezzel a beállítással működik, akkor importálja az LDAP-kiszolgáló SSL tanúsítványát az ownCloud kiszolgálóra!"
#: templates/settings.php:30
msgid "Not recommended, use for testing only."
msgstr ""
msgstr "Nem javasolt, csak tesztelésre érdemes használni."
#: templates/settings.php:31
msgid "User Display Name Field"
msgstr ""
msgstr "A felhasználónév mezője"
#: templates/settings.php:31
msgid "The LDAP attribute to use to generate the user`s ownCloud name."
msgstr ""
msgstr "Ebből az LDAP attribútumból képződik a felhasználó elnevezése, ami megjelenik az ownCloudban."
#: templates/settings.php:32
msgid "Group Display Name Field"
msgstr ""
msgstr "A csoport nevének mezője"
#: templates/settings.php:32
msgid "The LDAP attribute to use to generate the groups`s ownCloud name."
msgstr ""
msgstr "Ebből az LDAP attribútumból képződik a csoport elnevezése, ami megjelenik az ownCloudban."
#: templates/settings.php:34
msgid "in bytes"
msgstr ""
msgstr "bájtban"
#: templates/settings.php:36
msgid "in seconds. A change empties the cache."
msgstr ""
msgstr "másodpercben. A változtatás törli a cache tartalmát."
#: templates/settings.php:37
msgid ""
"Leave empty for user name (default). Otherwise, specify an LDAP/AD "
"attribute."
msgstr ""
msgstr "Hagyja üresen, ha a felhasználónevet kívánja használni. Ellenkező esetben adjon meg egy LDAP/AD attribútumot!"
#: templates/settings.php:39
msgid "Help"
msgstr ""
msgstr "Súgó"

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-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n"
"MIME-Version: 1.0\n"
@ -162,7 +162,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Contrasigno"
@ -232,11 +232,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr ""
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Nomine"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Gruppos"
@ -245,21 +245,29 @@ msgid "Create"
msgstr "Crear"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Quota predeterminate"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Altere"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr ""
#: templates/users.php:82
msgid "Quota"
msgstr "Quota"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Deler"

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-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n"
"MIME-Version: 1.0\n"
@ -164,7 +164,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Password"
@ -234,11 +234,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr ""
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Nama"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Group"
@ -247,21 +247,29 @@ msgid "Create"
msgstr "Buat"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Kuota default"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Lain-lain"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Admin Grup"
#: templates/users.php:82
msgid "Quota"
msgstr "Quota"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Hapus"

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-12-20 00:11+0100\n"
"PO-Revision-Date: 2012-12-19 23:11+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n"
"MIME-Version: 1.0\n"
@ -160,7 +160,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr ""
@ -230,11 +230,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr ""
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr ""
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr ""
@ -243,21 +243,29 @@ msgid "Create"
msgstr ""
#: templates/users.php:35
msgid "Default Quota"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr ""
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr ""
#: templates/users.php:82
msgid "Quota"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr ""

View File

@ -14,9 +14,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-20 06:39+0000\n"
"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@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"
@ -167,7 +167,7 @@ msgstr "Scarica client Android"
msgid "Download iOS Client"
msgstr "Scarica client iOS"
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Password"
@ -237,11 +237,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "Sviluppato dalla <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunità di ownCloud</a>, il <a href=\"https://github.com/owncloud\" target=\"_blank\">codice sorgente</a> è licenziato nei termini della <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Nome"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Gruppi"
@ -250,21 +250,29 @@ msgid "Create"
msgstr "Crea"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Quota predefinita"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Altro"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Gruppo di amministrazione"
#: templates/users.php:82
msgid "Quota"
msgstr "Quote"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Elimina"

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-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-20 03:44+0000\n"
"Last-Translator: Daisuke Deguchi <ddeguchi@nagoya-u.jp>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -164,7 +164,7 @@ msgstr "Androidクライアントをダウンロード"
msgid "Download iOS Client"
msgstr "iOSクライアントをダウンロード"
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "パスワード"
@ -234,11 +234,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>により開発されています、<a href=\"https://github.com/owncloud\" target=\"_blank\">ソースコード</a>ライセンスは、<a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> ライセンスにより提供されています。"
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "名前"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "グループ"
@ -247,21 +247,29 @@ msgid "Create"
msgstr "作成"
#: templates/users.php:35
msgid "Default Quota"
msgstr "デフォルトのクォータサイズ"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "その他"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "グループ管理者"
#: templates/users.php:82
msgid "Quota"
msgstr "クオータ"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "削除"

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-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n"
"MIME-Version: 1.0\n"
@ -161,7 +161,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "პაროლი"
@ -231,11 +231,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr ""
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "სახელი"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "ჯგუფი"
@ -244,21 +244,29 @@ msgid "Create"
msgstr "შექმნა"
#: templates/users.php:35
msgid "Default Quota"
msgstr "საწყისი ქვოტა"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "სხვა"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "ჯგუფის ადმინისტრატორი"
#: templates/users.php:82
msgid "Quota"
msgstr "ქვოტა"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "წაშლა"

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-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
"MIME-Version: 1.0\n"
@ -163,7 +163,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "암호"
@ -233,11 +233,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud 커뮤니티</a>에 의해서 개발되었습니다. <a href=\"https://github.com/owncloud\" target=\"_blank\">원본 코드</a>는 <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>에 따라 사용이 허가됩니다."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "이름"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "그룹"
@ -246,21 +246,29 @@ msgid "Create"
msgstr "만들기"
#: templates/users.php:35
msgid "Default Quota"
msgstr "기본 할당량"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "기타"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "그룹 관리자"
#: templates/users.php:82
msgid "Quota"
msgstr "할당량"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "삭제"

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-12-20 00:11+0100\n"
"PO-Revision-Date: 2012-12-19 23:11+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n"
"MIME-Version: 1.0\n"
@ -160,7 +160,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "وشەی تێپەربو"
@ -230,11 +230,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr ""
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "ناو"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr ""
@ -243,21 +243,29 @@ msgid "Create"
msgstr ""
#: templates/users.php:35
msgid "Default Quota"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr ""
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr ""
#: templates/users.php:82
msgid "Quota"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr ""

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-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n"
"MIME-Version: 1.0\n"
@ -161,7 +161,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Passwuert"
@ -231,11 +231,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr ""
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Numm"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Gruppen"
@ -244,21 +244,29 @@ msgid "Create"
msgstr "Erstellen"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Standard Quota"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Aner"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Gruppen Admin"
#: templates/users.php:82
msgid "Quota"
msgstr "Quota"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Läschen"

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-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n"
"MIME-Version: 1.0\n"
@ -162,7 +162,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Slaptažodis"
@ -232,11 +232,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr ""
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Vardas"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Grupės"
@ -245,21 +245,29 @@ msgid "Create"
msgstr "Sukurti"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Numatytoji kvota"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Kita"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr ""
#: templates/users.php:82
msgid "Quota"
msgstr "Limitas"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Ištrinti"

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-12-20 00:11+0100\n"
"PO-Revision-Date: 2012-12-19 23:11+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
"MIME-Version: 1.0\n"
@ -162,7 +162,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Parole"
@ -232,11 +232,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "Izstrādājusi<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud kopiena</a>,<a href=\"https://github.com/owncloud\" target=\"_blank\">pirmkodu</a>kurš ir licencēts zem <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Vārds"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Grupas"
@ -245,21 +245,29 @@ msgid "Create"
msgstr "Izveidot"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Apjoms pēc noklusējuma"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Cits"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Grupas administrators"
#: templates/users.php:82
msgid "Quota"
msgstr "Apjoms"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Izdzēst"

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-12-22 00:24+0100\n"
"PO-Revision-Date: 2012-12-21 13:39+0000\n"
"Last-Translator: Georgi Stanojevski <glisha@gmail.com>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -163,7 +163,7 @@ msgstr "Преземи клиент за Андроид"
msgid "Download iOS Client"
msgstr "Преземи iOS клиент"
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Лозинка"
@ -233,11 +233,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "Развој од <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud заедницата</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">изворниот код</a> е лиценциран со<a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Име"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Групи"
@ -246,21 +246,29 @@ msgid "Create"
msgstr "Создај"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Предефинирана квота"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Останато"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Администратор на група"
#: templates/users.php:82
msgid "Quota"
msgstr "Квота"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Избриши"

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-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n"
"MIME-Version: 1.0\n"
@ -164,7 +164,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Kata laluan "
@ -234,11 +234,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr ""
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Nama"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Kumpulan"
@ -247,21 +247,29 @@ msgid "Create"
msgstr "Buat"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Kuota Lalai"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Lain"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr ""
#: templates/users.php:82
msgid "Quota"
msgstr "Kuota"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Padam"

View File

@ -6,6 +6,7 @@
# <ajarmund@gmail.com>, 2011, 2012.
# Christer Eriksson <post@hc3web.com>, 2012.
# Daniel <i18n@daniel.priv.no>, 2012.
# <espenbye@me.com>, 2012.
# <hdalgrav@gmail.com>, 2012.
# <itssmail@yahoo.no>, 2012.
# <runesudden@gmail.com>, 2012.
@ -13,9 +14,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-13 00:17+0100\n"
"PO-Revision-Date: 2012-12-12 23:17+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 16:28+0000\n"
"Last-Translator: espenbye <espenbye@me.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"
@ -103,11 +104,11 @@ msgstr "{minutes} minutter siden"
#: js/js.js:707
msgid "1 hour ago"
msgstr ""
msgstr "1 time siden"
#: js/js.js:708
msgid "{hours} hours ago"
msgstr ""
msgstr "{hours} timer siden"
#: js/js.js:709
msgid "today"
@ -127,7 +128,7 @@ msgstr "forrige måned"
#: js/js.js:713
msgid "{months} months ago"
msgstr ""
msgstr "{months} måneder siden"
#: js/js.js:714
msgid "months ago"
@ -167,8 +168,8 @@ msgid "The object type is not specified."
msgstr ""
#: js/oc-vcategories.js:95 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:195 js/share.js:135 js/share.js:142 js/share.js:541
#: js/share.js:553
#: js/oc-vcategories.js:195 js/share.js:135 js/share.js:142 js/share.js:554
#: js/share.js:566
msgid "Error"
msgstr "Feil"
@ -180,7 +181,7 @@ msgstr ""
msgid "The required file {file} is not installed!"
msgstr ""
#: js/share.js:124 js/share.js:581
#: js/share.js:124 js/share.js:594
msgid "Error while sharing"
msgstr "Feil under deling"
@ -208,11 +209,11 @@ msgstr "Del med"
msgid "Share with link"
msgstr "Del med link"
#: js/share.js:164
#: js/share.js:166
msgid "Password protect"
msgstr "Passordbeskyttet"
#: js/share.js:168 templates/installation.php:42 templates/login.php:24
#: js/share.js:168 templates/installation.php:44 templates/login.php:35
#: templates/verify.php:13
msgid "Password"
msgstr "Passord"
@ -223,7 +224,7 @@ msgstr ""
#: js/share.js:173
msgid "Send"
msgstr ""
msgstr "Send"
#: js/share.js:177
msgid "Set expiration date"
@ -277,25 +278,25 @@ msgstr "slett"
msgid "share"
msgstr "del"
#: js/share.js:353 js/share.js:528 js/share.js:530
#: js/share.js:356 js/share.js:541
msgid "Password protected"
msgstr "Passordbeskyttet"
#: js/share.js:541
#: js/share.js:554
msgid "Error unsetting expiration date"
msgstr ""
#: js/share.js:553
#: js/share.js:566
msgid "Error setting expiration date"
msgstr "Kan ikke sette utløpsdato"
#: js/share.js:568
#: js/share.js:581
msgid "Sending ..."
msgstr ""
msgstr "Sender..."
#: js/share.js:579
#: js/share.js:592
msgid "Email sent"
msgstr ""
msgstr "E-post sendt"
#: lostpassword/controller.php:47
msgid "ownCloud password reset"
@ -317,8 +318,8 @@ msgstr ""
msgid "Request failed!"
msgstr ""
#: lostpassword/templates/lostpassword.php:11 templates/installation.php:38
#: templates/login.php:20
#: lostpassword/templates/lostpassword.php:11 templates/installation.php:39
#: templates/login.php:28
msgid "Username"
msgstr "Brukernavn"
@ -407,44 +408,44 @@ msgstr ""
msgid "Create an <strong>admin account</strong>"
msgstr "opprett en <strong>administrator-konto</strong>"
#: templates/installation.php:48
#: templates/installation.php:50
msgid "Advanced"
msgstr "Avansert"
#: templates/installation.php:50
#: templates/installation.php:52
msgid "Data folder"
msgstr "Datamappe"
#: templates/installation.php:57
#: templates/installation.php:59
msgid "Configure the database"
msgstr "Konfigurer databasen"
#: templates/installation.php:62 templates/installation.php:73
#: templates/installation.php:83 templates/installation.php:93
#: templates/installation.php:64 templates/installation.php:75
#: templates/installation.php:85 templates/installation.php:95
msgid "will be used"
msgstr "vil bli brukt"
#: templates/installation.php:105
#: templates/installation.php:107
msgid "Database user"
msgstr "Databasebruker"
#: templates/installation.php:109
#: templates/installation.php:111
msgid "Database password"
msgstr "Databasepassord"
#: templates/installation.php:113
#: templates/installation.php:115
msgid "Database name"
msgstr "Databasenavn"
#: templates/installation.php:121
#: templates/installation.php:123
msgid "Database tablespace"
msgstr "Database tabellområde"
#: templates/installation.php:127
#: templates/installation.php:129
msgid "Database host"
msgstr "Databasevert"
#: templates/installation.php:132
#: templates/installation.php:134
msgid "Finish setup"
msgstr "Fullfør oppsetting"
@ -532,29 +533,29 @@ msgstr "nettjenester under din kontroll"
msgid "Log out"
msgstr "Logg ut"
#: templates/login.php:8
#: templates/login.php:10
msgid "Automatic logon rejected!"
msgstr "Automatisk pålogging avvist!"
#: templates/login.php:9
#: templates/login.php:11
msgid ""
"If you did not change your password recently, your account may be "
"compromised!"
msgstr "Hvis du ikke har endret passordet ditt nylig kan kontoen din være kompromitert"
#: templates/login.php:10
#: templates/login.php:13
msgid "Please change your password to secure your account again."
msgstr "Vennligst skift passord for å gjøre kontoen din sikker igjen."
#: templates/login.php:15
#: templates/login.php:19
msgid "Lost your password?"
msgstr "Mistet passordet ditt?"
#: templates/login.php:27
#: templates/login.php:39
msgid "remember"
msgstr "husk"
#: templates/login.php:28
#: templates/login.php:41
msgid "Log in"
msgstr "Logg inn"

View File

@ -7,6 +7,7 @@
# Arvid Nornes <arvid.nornes@gmail.com>, 2012.
# Christer Eriksson <post@hc3web.com>, 2012.
# Daniel <i18n@daniel.priv.no>, 2012.
# <espenbye@me.com>, 2012.
# <hdalgrav@gmail.com>, 2012.
# <olamaekle@gmail.com>, 2012.
# <runesudden@gmail.com>, 2012.
@ -15,9 +16,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-01 00:01+0100\n"
"PO-Revision-Date: 2012-11-30 23:02+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 17:25+0000\n"
"Last-Translator: espenbye <espenbye@me.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"
@ -60,11 +61,11 @@ msgstr "Klarte ikke å skrive til disk"
msgid "Files"
msgstr "Filer"
#: js/fileactions.js:117 templates/index.php:83 templates/index.php:84
#: js/fileactions.js:117 templates/index.php:84 templates/index.php:85
msgid "Unshare"
msgstr "Avslutt deling"
#: js/fileactions.js:119 templates/index.php:89 templates/index.php:90
#: js/fileactions.js:119 templates/index.php:90 templates/index.php:91
msgid "Delete"
msgstr "Slett"
@ -72,39 +73,39 @@ msgstr "Slett"
msgid "Rename"
msgstr "Omdøp"
#: js/filelist.js:201 js/filelist.js:203
#: js/filelist.js:199 js/filelist.js:201
msgid "{new_name} already exists"
msgstr "{new_name} finnes allerede"
#: js/filelist.js:201 js/filelist.js:203
#: js/filelist.js:199 js/filelist.js:201
msgid "replace"
msgstr "erstatt"
#: js/filelist.js:201
#: js/filelist.js:199
msgid "suggest name"
msgstr "foreslå navn"
#: js/filelist.js:201 js/filelist.js:203
#: js/filelist.js:199 js/filelist.js:201
msgid "cancel"
msgstr "avbryt"
#: js/filelist.js:250
#: js/filelist.js:248
msgid "replaced {new_name}"
msgstr "erstatt {new_name}"
#: js/filelist.js:250 js/filelist.js:252 js/filelist.js:284 js/filelist.js:286
#: js/filelist.js:248 js/filelist.js:250 js/filelist.js:282 js/filelist.js:284
msgid "undo"
msgstr "angre"
#: js/filelist.js:252
#: js/filelist.js:250
msgid "replaced {new_name} with {old_name}"
msgstr "erstatt {new_name} med {old_name}"
#: js/filelist.js:284
#: js/filelist.js:282
msgid "unshared {files}"
msgstr ""
#: js/filelist.js:286
#: js/filelist.js:284
msgid "deleted {files}"
msgstr "slettet {files}"
@ -112,82 +113,82 @@ msgstr "slettet {files}"
msgid ""
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
"allowed."
msgstr ""
msgstr "Ugyldig navn, '\\', '/', '<', '>', ':', '\"', '|', '?' og '*' er ikke tillatt."
#: js/files.js:183
#: js/files.js:174
msgid "generating ZIP-file, it may take some time."
msgstr "opprettet ZIP-fil, dette kan ta litt tid"
#: js/files.js:218
#: js/files.js:212
msgid "Unable to upload your file as it is a directory or has 0 bytes"
msgstr "Kan ikke laste opp filen din siden det er en mappe eller den har 0 bytes"
#: js/files.js:218
#: js/files.js:212
msgid "Upload Error"
msgstr "Opplasting feilet"
#: js/files.js:235
#: js/files.js:229
msgid "Close"
msgstr "Lukk"
#: js/files.js:254 js/files.js:368 js/files.js:398
#: js/files.js:248 js/files.js:362 js/files.js:392
msgid "Pending"
msgstr "Ventende"
#: js/files.js:274
#: js/files.js:268
msgid "1 file uploading"
msgstr "1 fil lastes opp"
#: js/files.js:277 js/files.js:331 js/files.js:346
#: js/files.js:271 js/files.js:325 js/files.js:340
msgid "{count} files uploading"
msgstr "{count} filer laster opp"
#: js/files.js:349 js/files.js:382
#: js/files.js:343 js/files.js:376
msgid "Upload cancelled."
msgstr "Opplasting avbrutt."
#: js/files.js:451
#: js/files.js:445
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr "Filopplasting pågår. Forlater du siden nå avbrytes opplastingen."
#: js/files.js:523
#: js/files.js:515
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
msgstr ""
msgstr "Ugyldig mappenavn. Bruk av \"Shared\" er reservert av ownCloud."
#: js/files.js:704
#: js/files.js:699
msgid "{count} files scanned"
msgstr "{count} filer lest inn"
#: js/files.js:712
#: js/files.js:707
msgid "error while scanning"
msgstr "feil under skanning"
#: js/files.js:785 templates/index.php:65
#: js/files.js:780 templates/index.php:66
msgid "Name"
msgstr "Navn"
#: js/files.js:786 templates/index.php:76
#: js/files.js:781 templates/index.php:77
msgid "Size"
msgstr "Størrelse"
#: js/files.js:787 templates/index.php:78
#: js/files.js:782 templates/index.php:79
msgid "Modified"
msgstr "Endret"
#: js/files.js:814
#: js/files.js:801
msgid "1 folder"
msgstr "1 mappe"
#: js/files.js:816
#: js/files.js:803
msgid "{count} folders"
msgstr "{count} mapper"
#: js/files.js:824
#: js/files.js:811
msgid "1 file"
msgstr "1 fil"
#: js/files.js:826
#: js/files.js:813
msgid "{count} files"
msgstr "{count} filer"
@ -237,7 +238,7 @@ msgstr "Mappe"
#: templates/index.php:14
msgid "From link"
msgstr ""
msgstr "Fra link"
#: templates/index.php:35
msgid "Upload"
@ -247,28 +248,28 @@ msgstr "Last opp"
msgid "Cancel upload"
msgstr "Avbryt opplasting"
#: templates/index.php:57
#: templates/index.php:58
msgid "Nothing in here. Upload something!"
msgstr "Ingenting her. Last opp noe!"
#: templates/index.php:71
#: templates/index.php:72
msgid "Download"
msgstr "Last ned"
#: templates/index.php:103
#: templates/index.php:104
msgid "Upload too large"
msgstr "Opplasting for stor"
#: templates/index.php:105
#: templates/index.php:106
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Filene du prøver å laste opp er for store for å laste opp til denne serveren."
#: templates/index.php:110
#: templates/index.php:111
msgid "Files are being scanned, please wait."
msgstr "Skanner etter filer, vennligst vent."
#: templates/index.php:113
#: templates/index.php:114
msgid "Current scanning"
msgstr "Pågående skanning"

View File

@ -4,6 +4,7 @@
#
# Translators:
# Arvid Nornes <arvid.nornes@gmail.com>, 2012.
# <espenbye@me.com>, 2012.
# <hdalgrav@gmail.com>, 2012.
# <runesudden@gmail.com>, 2012.
# <sindre@haverstad.com>, 2012.
@ -11,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 17:26+0000\n"
"Last-Translator: espenbye <espenbye@me.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"
@ -21,43 +22,43 @@ msgstr ""
"Language: nb_NO\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:285
#: app.php:287
msgid "Help"
msgstr "Hjelp"
#: app.php:292
#: app.php:294
msgid "Personal"
msgstr "Personlig"
#: app.php:297
#: app.php:299
msgid "Settings"
msgstr "Innstillinger"
#: app.php:302
#: app.php:304
msgid "Users"
msgstr "Brukere"
#: app.php:309
#: app.php:311
msgid "Apps"
msgstr "Apper"
#: app.php:311
#: app.php:313
msgid "Admin"
msgstr "Admin"
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr "ZIP-nedlasting av avslått"
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "Filene må lastes ned en om gangen"
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "Tilbake til filer"
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "De valgte filene er for store til å kunne generere ZIP-fil"
@ -91,7 +92,7 @@ msgstr "sekunder siden"
#: template.php:104
msgid "1 minute ago"
msgstr "1 minuitt siden"
msgstr "1 minutt siden"
#: template.php:105
#, php-format
@ -100,12 +101,12 @@ msgstr "%d minutter siden"
#: template.php:106
msgid "1 hour ago"
msgstr ""
msgstr "1 time siden"
#: template.php:107
#, php-format
msgid "%d hours ago"
msgstr ""
msgstr "%d timer siden"
#: template.php:108
msgid "today"
@ -127,7 +128,7 @@ msgstr "forrige måned"
#: template.php:112
#, php-format
msgid "%d months ago"
msgstr ""
msgstr "%d måneder siden"
#: template.php:113
msgid "last year"
@ -153,4 +154,4 @@ msgstr "versjonssjekk er avslått"
#: vcategories.php:188 vcategories.php:249
#, php-format
msgid "Could not find category \"%s\""
msgstr ""
msgstr "Kunne ikke finne kategori \"%s\""

View File

@ -7,6 +7,7 @@
# Arvid Nornes <arvid.nornes@gmail.com>, 2012.
# Christer Eriksson <post@hc3web.com>, 2012.
# Daniel <i18n@daniel.priv.no>, 2012.
# <espenbye@me.com>, 2012.
# <hdalgrav@gmail.com>, 2012.
# <itssmail@yahoo.no>, 2012.
# <runesudden@gmail.com>, 2012.
@ -14,8 +15,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@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"
@ -124,11 +125,11 @@ msgstr ""
#: templates/help.php:3
msgid "User Documentation"
msgstr ""
msgstr "Brukerdokumentasjon"
#: templates/help.php:4
msgid "Administrator Documentation"
msgstr ""
msgstr "Administratordokumentasjon"
#: templates/help.php:6
msgid "Online Documentation"
@ -144,12 +145,12 @@ msgstr ""
#: templates/help.php:11
msgid "Commercial Support"
msgstr ""
msgstr "Kommersiell støtte"
#: templates/personal.php:8
#, php-format
msgid "You have used <strong>%s</strong> of the available <strong>%s</strong>"
msgstr ""
msgstr "Du har brukt <strong>%s</strong> av tilgjengelig <strong>%s</strong>"
#: templates/personal.php:12
msgid "Clients"
@ -157,17 +158,17 @@ msgstr "Klienter"
#: templates/personal.php:13
msgid "Download Desktop Clients"
msgstr ""
msgstr "Last ned skrivebordsklienter"
#: templates/personal.php:14
msgid "Download Android Client"
msgstr ""
msgstr "Last ned Android-klient"
#: templates/personal.php:15
msgid "Download iOS Client"
msgstr ""
msgstr "Last ned iOS-klient"
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Passord"
@ -217,7 +218,7 @@ msgstr "Bidra til oversettelsen"
#: templates/personal.php:52
msgid "WebDAV"
msgstr ""
msgstr "WebDAV"
#: templates/personal.php:54
msgid "Use this address to connect to your ownCloud in your file manager"
@ -225,7 +226,7 @@ msgstr ""
#: templates/personal.php:63
msgid "Version"
msgstr ""
msgstr "Versjon"
#: templates/personal.php:65
msgid ""
@ -237,11 +238,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr ""
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Navn"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Grupper"
@ -250,21 +251,29 @@ msgid "Create"
msgstr "Opprett"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Standard Kvote"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Annet"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Gruppeadministrator"
#: templates/users.php:82
msgid "Quota"
msgstr "Kvote"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Slett"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# <espenbye@me.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-20 00:11+0100\n"
"PO-Revision-Date: 2012-12-19 23:12+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 16:42+0000\n"
"Last-Translator: espenbye <espenbye@me.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"
@ -19,7 +20,7 @@ msgstr ""
#: templates/settings.php:4
msgid "URL: http://"
msgstr ""
msgstr "URL: http://"
#: templates/settings.php:6
msgid ""

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-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-20 17:37+0000\n"
"Last-Translator: André Koot <meneer@tken.net>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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"
@ -171,7 +171,7 @@ msgstr "Download Android Client"
msgid "Download iOS Client"
msgstr "Download iOS Client"
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Wachtwoord"
@ -241,11 +241,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "Ontwikkeld door de <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud gemeenschap</a>, de <a href=\"https://github.com/owncloud\" target=\"_blank\">bron code</a> is gelicenseerd onder de <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Naam"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Groepen"
@ -254,21 +254,29 @@ msgid "Create"
msgstr "Creëer"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Standaard limiet"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Andere"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Groep beheerder"
#: templates/users.php:82
msgid "Quota"
msgstr "Limieten"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "verwijderen"

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-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n"
"MIME-Version: 1.0\n"
@ -162,7 +162,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Passord"
@ -232,11 +232,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr ""
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Namn"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Grupper"
@ -245,21 +245,29 @@ msgid "Create"
msgstr "Lag"
#: templates/users.php:35
msgid "Default Quota"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Anna"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr ""
#: templates/users.php:82
msgid "Quota"
msgstr "Kvote"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Slett"

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-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n"
"MIME-Version: 1.0\n"
@ -161,7 +161,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Senhal"
@ -231,11 +231,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr ""
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Nom"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Grops"
@ -244,21 +244,29 @@ msgid "Create"
msgstr "Crea"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Quota per defaut"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Autres"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Grop Admin"
#: templates/users.php:82
msgid "Quota"
msgstr "Quota"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Escafa"

View File

@ -17,8 +17,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n"
"MIME-Version: 1.0\n"
@ -170,7 +170,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Hasło"
@ -240,11 +240,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "Stwirzone przez <a href=\"http://ownCloud.org/contact\" target=\"_blank\"> społeczność ownCloud</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">kod źródłowy</a> na licencji <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Nazwa"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Grupy"
@ -253,21 +253,29 @@ msgid "Create"
msgstr "Utwórz"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Domyślny udział"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Inne"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Grupa Admin"
#: templates/users.php:82
msgid "Quota"
msgstr "Udział"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Usuń"

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-12-20 00:11+0100\n"
"PO-Revision-Date: 2012-12-19 23:11+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/owncloud/language/pl_PL/)\n"
"MIME-Version: 1.0\n"
@ -160,7 +160,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr ""
@ -230,11 +230,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr ""
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr ""
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr ""
@ -243,21 +243,29 @@ msgid "Create"
msgstr ""
#: templates/users.php:35
msgid "Default Quota"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr ""
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr ""
#: templates/users.php:82
msgid "Quota"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr ""

View File

@ -16,8 +16,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
@ -169,7 +169,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Senha"
@ -239,11 +239,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "Desenvolvido pela <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunidade ownCloud</a>, o <a href=\"https://github.com/owncloud\" target=\"_blank\">código fonte</a> está licenciado sob <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Nome"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Grupos"
@ -252,21 +252,29 @@ msgid "Create"
msgstr "Criar"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Quota Padrão"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Outro"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Grupo Administrativo"
#: templates/users.php:82
msgid "Quota"
msgstr "Cota"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Apagar"

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-12-22 00:24+0100\n"
"PO-Revision-Date: 2012-12-20 23:51+0000\n"
"Last-Translator: Mouxy <daniel@mouxy.net>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -165,7 +165,7 @@ msgstr "Transferir o cliente android"
msgid "Download iOS Client"
msgstr "Transferir o cliente iOS"
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Palavra-chave"
@ -235,11 +235,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "Desenvolvido pela <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunidade ownCloud</a>, o<a href=\"https://github.com/owncloud\" target=\"_blank\">código fonte</a> está licenciado sob a <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Nome"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Grupos"
@ -248,21 +248,29 @@ msgid "Create"
msgstr "Criar"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Quota por padrão"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Outro"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Grupo Administrador"
#: templates/users.php:82
msgid "Quota"
msgstr "Quota"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Apagar"

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-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n"
"MIME-Version: 1.0\n"
@ -166,7 +166,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Parolă"
@ -236,11 +236,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "Dezvoltat de the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunitatea ownCloud</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">codul sursă</a> este licențiat sub <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Nume"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Grupuri"
@ -249,21 +249,29 @@ msgid "Create"
msgstr "Crează"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Cotă implicită"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Altele"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Grupul Admin "
#: templates/users.php:82
msgid "Quota"
msgstr "Cotă"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Șterge"

View File

@ -19,9 +19,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-27 00:04+0100\n"
"PO-Revision-Date: 2012-12-26 06:17+0000\n"
"Last-Translator: adol <sharov3@gmail.com>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -172,7 +172,7 @@ msgstr "Загрузка Android-приложения"
msgid "Download iOS Client"
msgstr "Загрузка iOS-приложения"
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Пароль"
@ -242,11 +242,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "Разрабатывается <a href=\"http://ownCloud.org/contact\" target=\"_blank\">сообществом ownCloud</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">исходный код</a> доступен под лицензией <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Имя"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Группы"
@ -255,21 +255,29 @@ msgid "Create"
msgstr "Создать"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Квота по умолчанию"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Другое"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Группа Администраторы"
#: templates/users.php:82
msgid "Quota"
msgstr "Квота"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Удалить"

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-12-22 00:24+0100\n"
"PO-Revision-Date: 2012-12-21 10:00+0000\n"
"Last-Translator: AnnaSch <cdewqazxsqwe@gmail.com>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -161,7 +161,7 @@ msgstr "Загрузить клиент под Android "
msgid "Download iOS Client"
msgstr "Загрузить клиент под iOS "
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Пароль"
@ -231,11 +231,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "Разработанный <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Имя"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Группы"
@ -244,21 +244,29 @@ msgid "Create"
msgstr "Создать"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Квота по умолчанию"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Другой"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Группа Admin"
#: templates/users.php:82
msgid "Quota"
msgstr "квота"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Удалить"

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-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n"
"MIME-Version: 1.0\n"
@ -163,7 +163,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "මුරපදය"
@ -233,11 +233,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "නිපදන ලද්දේ <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud සමාජයෙන්</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">මුල් කේතය </a>ලයිසන්ස් කර ඇත්තේ <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> යටතේ."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "නාමය"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "සමූහය"
@ -246,21 +246,29 @@ msgid "Create"
msgstr "තනන්න"
#: templates/users.php:35
msgid "Default Quota"
msgstr "සාමාන්‍ය සලාකය"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "වෙනත්"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "කාණ්ඩ පරිපාලක"
#: templates/users.php:82
msgid "Quota"
msgstr "සලාකය"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "මකා දමනවා"

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-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n"
"MIME-Version: 1.0\n"
@ -165,7 +165,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Heslo"
@ -235,11 +235,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "Vyvinuté <a href=\"http://ownCloud.org/contact\" target=\"_blank\">komunitou ownCloud</a>,<a href=\"https://github.com/owncloud\" target=\"_blank\">zdrojový kód</a> je licencovaný pod <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Meno"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Skupiny"
@ -248,21 +248,29 @@ msgid "Create"
msgstr "Vytvoriť"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Predvolená kvóta"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Iné"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Správca skupiny"
#: templates/users.php:82
msgid "Quota"
msgstr "Kvóta"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Odstrániť"

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-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n"
"MIME-Version: 1.0\n"
@ -164,7 +164,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Geslo"
@ -234,11 +234,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "Programski paket razvija <a href=\"http://ownCloud.org/contact\" target=\"_blank\">skupnost ownCloud</a>. <a href=\"https://github.com/owncloud\" target=\"_blank\">Izvorna koda</a> je objavljena pod pogoji dovoljenja <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Splošno javno dovoljenje Affero\">AGPL</abbr></a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Ime"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Skupine"
@ -247,21 +247,29 @@ msgid "Create"
msgstr "Ustvari"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Privzeta količinska omejitev"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Drugo"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Skrbnik skupine"
#: templates/users.php:82
msgid "Quota"
msgstr "Količinska omejitev"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
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-12-20 00:11+0100\n"
"PO-Revision-Date: 2012-12-19 23:11+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n"
"MIME-Version: 1.0\n"
@ -160,7 +160,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr ""
@ -230,11 +230,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr ""
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr ""
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr ""
@ -243,21 +243,29 @@ msgid "Create"
msgstr ""
#: templates/users.php:35
msgid "Default Quota"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr ""
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr ""
#: templates/users.php:82
msgid "Quota"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr ""

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-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n"
"MIME-Version: 1.0\n"
@ -162,7 +162,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Лозинка"
@ -232,11 +232,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "Развијају <a href=\"http://ownCloud.org/contact\" target=\"_blank\">Оунклауд (ownCloud) заједница</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">изворни код</a> је издат под <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Аферо Јавном Лиценцом (Affero General Public License)\">АГПЛ лиценцом</abbr></a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Име"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Групе"
@ -245,21 +245,29 @@ msgid "Create"
msgstr "Направи"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Подразумевано ограничење"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Друго"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Управник групе"
#: templates/users.php:82
msgid "Quota"
msgstr "Ограничење"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Обриши"

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-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n"
"MIME-Version: 1.0\n"
@ -161,7 +161,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Lozinka"
@ -231,11 +231,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr ""
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Ime"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Grupe"
@ -244,21 +244,29 @@ msgid "Create"
msgstr "Napravi"
#: templates/users.php:35
msgid "Default Quota"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Drugo"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr ""
#: templates/users.php:82
msgid "Quota"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Obriši"

View File

@ -14,9 +14,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-26 00:11+0100\n"
"PO-Revision-Date: 2012-12-25 07:58+0000\n"
"Last-Translator: Magnus Höglund <magnus@linux.com>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@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"
@ -167,7 +167,7 @@ msgstr "Ladda ner klient för Android"
msgid "Download iOS Client"
msgstr "Ladda ner klient för iOS"
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Lösenord"
@ -237,11 +237,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "Utvecklad av <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud kommunity</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">källkoden</a> är licenserad under <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Namn"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Grupper"
@ -250,21 +250,29 @@ msgid "Create"
msgstr "Skapa"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Förvald datakvot"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Annat"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Gruppadministratör"
#: templates/users.php:82
msgid "Quota"
msgstr "Kvot"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Radera"

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-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n"
"MIME-Version: 1.0\n"
@ -161,7 +161,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "கடவுச்சொல்"
@ -231,11 +231,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "பெயர்"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "குழுக்கள்"
@ -244,21 +244,29 @@ msgid "Create"
msgstr "உருவாக்குக"
#: templates/users.php:35
msgid "Default Quota"
msgstr "பொது இருப்பு பங்கு"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "மற்றவை"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "குழு நிர்வாகி"
#: templates/users.php:82
msgid "Quota"
msgstr "பங்கு"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "அழிக்க"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-29 00:07+0100\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\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-12-29 00:07+0100\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\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-12-29 00:07+0100\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\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-12-29 00:07+0100\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\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-12-29 00:07+0100\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\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-12-29 00:07+0100\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\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-12-29 00:07+0100\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\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-12-29 00:07+0100\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\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"
@ -161,7 +161,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr ""
@ -230,11 +230,11 @@ msgid ""
"General Public License\">AGPL</abbr></a>."
msgstr ""
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr ""
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr ""
@ -243,21 +243,29 @@ msgid "Create"
msgstr ""
#: templates/users.php:35
msgid "Default Quota"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr ""
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr ""
#: templates/users.php:82
msgid "Quota"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-29 00:07+0100\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\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-12-29 00:07+0100\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\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

@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n"
"MIME-Version: 1.0\n"
@ -163,7 +163,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "รหัสผ่าน"
@ -233,11 +233,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "พัฒนาโดย the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ชุมชนผู้ใช้งาน ownCloud</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">ซอร์สโค้ด</a>อยู่ภายใต้สัญญาอนุญาตของ <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "ชื่อ"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "กลุ่ม"
@ -246,21 +246,29 @@ msgid "Create"
msgstr "สร้าง"
#: templates/users.php:35
msgid "Default Quota"
msgstr "โควต้าที่กำหนดไว้เริ่มต้น"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "อื่นๆ"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "ผู้ดูแลกลุ่ม"
#: templates/users.php:82
msgid "Quota"
msgstr "พื้นที่"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "ลบ"

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-12-28 00:20+0100\n"
"PO-Revision-Date: 2012-12-27 11:45+0000\n"
"Last-Translator: Necdet Yücel <necdetyucel@gmail.com>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -164,7 +164,7 @@ msgstr "Android İstemcisini İndir"
msgid "Download iOS Client"
msgstr "iOS İstemcisini İndir"
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Parola"
@ -234,11 +234,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "Geliştirilen Taraf<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is altında lisanslanmıştır <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Ad"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Gruplar"
@ -247,21 +247,29 @@ msgid "Create"
msgstr "Oluştur"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Varsayılan Kota"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Diğer"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Yönetici Grubu "
#: templates/users.php:82
msgid "Quota"
msgstr "Kota"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Sil"

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-12-23 00:09+0100\n"
"PO-Revision-Date: 2012-12-22 02:04+0000\n"
"Last-Translator: volodya327 <volodya327@gmail.com>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -163,7 +163,7 @@ msgstr "Завантажити клієнт для Android"
msgid "Download iOS Client"
msgstr "Завантажити клієнт для iOS"
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Пароль"
@ -233,11 +233,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "Розроблено <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud громадою</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">вихідний код</a> має ліцензію <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Ім'я"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Групи"
@ -246,21 +246,29 @@ msgid "Create"
msgstr "Створити"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Квота за замовчуванням"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Інше"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Адміністратор групи"
#: templates/users.php:82
msgid "Quota"
msgstr "Квота"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Видалити"

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-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n"
"MIME-Version: 1.0\n"
@ -166,7 +166,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "Mật khẩu"
@ -236,11 +236,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "Được phát triển bởi <a href=\"http://ownCloud.org/contact\" target=\"_blank\">cộng đồng ownCloud</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">mã nguồn </a> đã được cấp phép theo chuẩn <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "Tên"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "Nhóm"
@ -249,21 +249,29 @@ msgid "Create"
msgstr "Tạo"
#: templates/users.php:35
msgid "Default Quota"
msgstr "Hạn ngạch mặt định"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "Khác"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "Nhóm quản trị"
#: templates/users.php:82
msgid "Quota"
msgstr "Hạn ngạch"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "Xóa"

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-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@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"
@ -162,7 +162,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "密码"
@ -232,11 +232,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "由 <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud 社区</a>开发,<a href=\"https://github.com/owncloud\" target=\"_blank\">s源代码</a> 以 <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> 许可协议发布。"
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "名字"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "组"
@ -245,21 +245,29 @@ msgid "Create"
msgstr "新建"
#: templates/users.php:35
msgid "Default Quota"
msgstr "默认限额"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "其他的"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "群组管理员"
#: templates/users.php:82
msgid "Quota"
msgstr "限额"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "删除"

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-12-24 00:11+0100\n"
"PO-Revision-Date: 2012-12-23 13:54+0000\n"
"Last-Translator: Dianjin Wang <1132321739qq@gmail.com>\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -166,7 +166,7 @@ msgstr "下载 Android 客户端"
msgid "Download iOS Client"
msgstr "下载 iOS 客户端"
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "密码"
@ -236,11 +236,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "由<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud社区</a>开发, <a href=\"https://github.com/owncloud\" target=\"_blank\">源代码</a>在<a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>许可证下发布。"
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "名称"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "组"
@ -249,21 +249,29 @@ msgid "Create"
msgstr "创建"
#: templates/users.php:35
msgid "Default Quota"
msgstr "默认配额"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "其它"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "组管理员"
#: templates/users.php:82
msgid "Quota"
msgstr "配额"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "删除"

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-12-20 00:11+0100\n"
"PO-Revision-Date: 2012-12-19 23:11+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n"
"MIME-Version: 1.0\n"
@ -160,7 +160,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr ""
@ -230,11 +230,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr ""
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr ""
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr ""
@ -243,21 +243,29 @@ msgid "Create"
msgstr ""
#: templates/users.php:35
msgid "Default Quota"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr ""
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr ""
#: templates/users.php:82
msgid "Quota"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr ""

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-12-21 00:10+0100\n"
"PO-Revision-Date: 2012-12-19 23:20+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n"
"MIME-Version: 1.0\n"
@ -166,7 +166,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr "密碼"
@ -236,11 +236,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr "由<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud 社區</a>開發,<a href=\"https://github.com/owncloud\" target=\"_blank\">源代碼</a>在<a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>許可證下發布。"
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr "名稱"
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr "群組"
@ -249,21 +249,29 @@ msgid "Create"
msgstr "創造"
#: templates/users.php:35
msgid "Default Quota"
msgstr "預設容量限制"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr "其他"
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr "群組 管理員"
#: templates/users.php:82
msgid "Quota"
msgstr "容量限制"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr "刪除"

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-12-20 00:11+0100\n"
"PO-Revision-Date: 2012-12-19 23:11+0000\n"
"POT-Creation-Date: 2012-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Zulu (South Africa) (http://www.transifex.com/projects/p/owncloud/language/zu_ZA/)\n"
"MIME-Version: 1.0\n"
@ -160,7 +160,7 @@ msgstr ""
msgid "Download iOS Client"
msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:77
#: templates/personal.php:21 templates/users.php:23 templates/users.php:82
msgid "Password"
msgstr ""
@ -230,11 +230,11 @@ msgid ""
"License\">AGPL</abbr></a>."
msgstr ""
#: templates/users.php:21 templates/users.php:76
#: templates/users.php:21 templates/users.php:81
msgid "Name"
msgstr ""
#: templates/users.php:26 templates/users.php:78 templates/users.php:98
#: templates/users.php:26 templates/users.php:83 templates/users.php:103
msgid "Groups"
msgstr ""
@ -243,21 +243,29 @@ msgid "Create"
msgstr ""
#: templates/users.php:35
msgid "Default Quota"
msgid "Default Storage"
msgstr ""
#: templates/users.php:55 templates/users.php:138
#: templates/users.php:42 templates/users.php:138
msgid "Unlimited"
msgstr ""
#: templates/users.php:60 templates/users.php:153
msgid "Other"
msgstr ""
#: templates/users.php:80 templates/users.php:112
#: templates/users.php:85 templates/users.php:117
msgid "Group Admin"
msgstr ""
#: templates/users.php:82
msgid "Quota"
#: templates/users.php:87
msgid "Storage"
msgstr ""
#: templates/users.php:146
#: templates/users.php:133
msgid "Default"
msgstr ""
#: templates/users.php:161
msgid "Delete"
msgstr ""

View File

@ -16,15 +16,19 @@
"Text" => "Tekst",
"Images" => "Bilder",
"seconds ago" => "sekunder siden",
"1 minute ago" => "1 minuitt siden",
"1 minute ago" => "1 minutt siden",
"%d minutes ago" => "%d minutter siden",
"1 hour ago" => "1 time siden",
"%d hours ago" => "%d timer siden",
"today" => "i dag",
"yesterday" => "i går",
"%d days ago" => "%d dager siden",
"last month" => "forrige måned",
"%d months ago" => "%d måneder siden",
"last year" => "i fjor",
"years ago" => "år siden",
"%s is available. Get <a href=\"%s\">more information</a>" => "%s er tilgjengelig. Få <a href=\"%s\">mer informasjon</a>",
"up to date" => "oppdatert",
"updates check is disabled" => "versjonssjekk er avslått"
"updates check is disabled" => "versjonssjekk er avslått",
"Could not find category \"%s\"" => "Kunne ikke finne kategori \"%s\""
);

View File

@ -53,9 +53,7 @@
"Name" => "الاسم",
"Groups" => "مجموعات",
"Create" => "انشئ",
"Default Quota" => "الحصة النسبية الإفتراضية",
"Other" => "شيء آخر",
"Group Admin" => "مدير المجموعة",
"Quota" => "حصه",
"Delete" => "حذف"
);

View File

@ -24,8 +24,6 @@
"Name" => "Име",
"Groups" => "Групи",
"Create" => "Ново",
"Default Quota" => "Квота по подразбиране",
"Other" => "Друго",
"Quota" => "Квота",
"Delete" => "Изтриване"
);

View File

@ -53,9 +53,7 @@
"Name" => "Nom",
"Groups" => "Grups",
"Create" => "Crea",
"Default Quota" => "Quota per defecte",
"Other" => "Altre",
"Group Admin" => "Grup Admin",
"Quota" => "Quota",
"Delete" => "Suprimeix"
);

View File

@ -53,9 +53,7 @@
"Name" => "Jméno",
"Groups" => "Skupiny",
"Create" => "Vytvořit",
"Default Quota" => "Výchozí kvóta",
"Other" => "Jiná",
"Group Admin" => "Správa skupiny",
"Quota" => "Kvóta",
"Delete" => "Smazat"
);

View File

@ -53,9 +53,7 @@
"Name" => "Navn",
"Groups" => "Grupper",
"Create" => "Ny",
"Default Quota" => "Standard kvote",
"Other" => "Andet",
"Group Admin" => "Gruppe Administrator",
"Quota" => "Kvote",
"Delete" => "Slet"
);

View File

@ -53,9 +53,7 @@
"Name" => "Name",
"Groups" => "Gruppen",
"Create" => "Anlegen",
"Default Quota" => "Standard-Quota",
"Other" => "Andere",
"Group Admin" => "Gruppenadministrator",
"Quota" => "Quota",
"Delete" => "Löschen"
);

View File

@ -53,9 +53,7 @@
"Name" => "Name",
"Groups" => "Gruppen",
"Create" => "Anlegen",
"Default Quota" => "Standard-Quota",
"Other" => "Andere",
"Group Admin" => "Gruppenadministrator",
"Quota" => "Quota",
"Delete" => "Löschen"
);

View File

@ -53,9 +53,7 @@
"Name" => "Όνομα",
"Groups" => "Ομάδες",
"Create" => "Δημιουργία",
"Default Quota" => "Προεπιλεγμένο Όριο",
"Other" => "Άλλα",
"Group Admin" => "Ομάδα Διαχειριστών",
"Quota" => "Σύνολο Χώρου",
"Delete" => "Διαγραφή"
);

View File

@ -41,9 +41,7 @@
"Name" => "Nomo",
"Groups" => "Grupoj",
"Create" => "Krei",
"Default Quota" => "Defaŭlta kvoto",
"Other" => "Alia",
"Group Admin" => "Grupadministranto",
"Quota" => "Kvoto",
"Delete" => "Forigi"
);

View File

@ -23,8 +23,17 @@
"Select an App" => "Seleccionar una aplicación",
"See application page at apps.owncloud.com" => "Echa un vistazo a la web de aplicaciones apps.owncloud.com",
"<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-licenciado por <span class=\"author\"></span>",
"User Documentation" => "Documentación del usuario",
"Administrator Documentation" => "Documentación del adminsitrador",
"Online Documentation" => "Documentación en linea",
"Forum" => "Foro",
"Bugtracker" => "Rastreador de Bugs",
"Commercial Support" => "Soporte Comercial",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Ha usado <strong>%s</strong> de <strong>%s</strong> disponibles",
"Clients" => "Clientes",
"Download Desktop Clients" => "Descargar clientes de escritorio",
"Download Android Client" => "Descargar cliente para android",
"Download iOS Client" => "Descargar cliente para iOS",
"Password" => "Contraseña",
"Your password was changed" => "Su contraseña ha sido cambiada",
"Unable to change your password" => "No se ha podido cambiar tu contraseña",
@ -37,13 +46,14 @@
"Fill in an email address to enable password recovery" => "Escribe una dirección de correo electrónico para restablecer la contraseña",
"Language" => "Idioma",
"Help translate" => "Ayúdanos a traducir",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Use esta dirección para conectarse a su cuenta de ownCloud en el administrador de archivos",
"Version" => "Version",
"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Desarrollado por la <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunidad ownCloud</a>, el <a href=\"https://github.com/owncloud\" target=\"_blank\">código fuente</a> está bajo licencia <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Name" => "Nombre",
"Groups" => "Grupos",
"Create" => "Crear",
"Default Quota" => "Cuota predeterminada",
"Other" => "Otro",
"Group Admin" => "Grupo admin",
"Quota" => "Cuota",
"Delete" => "Eliminar"
);

Some files were not shown because too many files have changed in this diff Show More