[tx-robot] updated from transifex
This commit is contained in:
parent
e6f84397aa
commit
7ea2f785f4
|
@ -26,6 +26,7 @@
|
|||
"undo" => "отмена",
|
||||
"perform delete operation" => "выполняется операция удаления",
|
||||
"1 file uploading" => "загружается 1 файл",
|
||||
"files uploading" => "файлы загружаются",
|
||||
"'.' is an invalid file name." => "'.' - неправильное имя файла.",
|
||||
"File name cannot be empty." => "Имя файла не может быть пустым.",
|
||||
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Неправильное имя, '\\', '/', '<', '>', ':', '\"', '|', '?' и '*' недопустимы.",
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
"Error configuring Google Drive storage" => "Erreur lors de la configuration du support de stockage Google Drive",
|
||||
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>Attention : </b> \"smbclient\" n'est pas installé. Le montage des partages CIFS/SMB n'est pas disponible. Contactez votre administrateur système pour l'installer.",
|
||||
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>Attention : </b> Le support FTP de PHP n'est pas activé ou installé. Le montage des partages FTP n'est pas disponible. Contactez votre administrateur système pour l'installer.",
|
||||
"<b>Warning:</b> The Curl support in PHP is not enabled or installed. Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask your system administrator to install it." => "<b>Attention :</b> Le support de Curl n'est pas activé ou installé dans PHP. Le montage de ownCloud / WebDAV ou GoogleDrive n'est pas possible. Contactez votre administrateur système pour l'installer.",
|
||||
"External Storage" => "Stockage externe",
|
||||
"Folder name" => "Nom du dossier",
|
||||
"External storage" => "Stockage externe",
|
||||
|
|
|
@ -6,11 +6,14 @@
|
|||
"Error configuring Google Drive storage" => "Eroare la configurarea mediului de stocare Google Drive",
|
||||
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>Atenție:</b> \"smbclient\" nu este instalat. Montarea mediilor CIFS/SMB partajate nu este posibilă. Solicită administratorului sistemului tău să îl instaleaze.",
|
||||
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>Atenție:</b> suportul pentru FTP în PHP nu este activat sau instalat. Montarea mediilor FPT partajate nu este posibilă. Solicită administratorului sistemului tău să îl instaleze.",
|
||||
"<b>Warning:</b> The Curl support in PHP is not enabled or installed. Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask your system administrator to install it." => "<b>Atentie:</b> Suportul Curl nu este pornit / instalat in configuratia PHP! Montarea ownCloud / WebDAV / GoogleDrive nu este posibila! Intrebati administratorul sistemului despre aceasta problema!",
|
||||
"External Storage" => "Stocare externă",
|
||||
"Folder name" => "Denumire director",
|
||||
"External storage" => "Stocare externă",
|
||||
"Configuration" => "Configurație",
|
||||
"Options" => "Opțiuni",
|
||||
"Applicable" => "Aplicabil",
|
||||
"Add storage" => "Adauga stocare",
|
||||
"None set" => "Niciunul",
|
||||
"All Users" => "Toți utilizatorii",
|
||||
"Groups" => "Grupuri",
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
"Error configuring Google Drive storage" => "Ошибка при настройке хранилища Google Drive",
|
||||
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>Внимание:</b> \"smbclient\" не установлен. Подключение по CIFS/SMB невозможно. Пожалуйста, обратитесь к системному администратору, чтобы установить его.",
|
||||
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>Внимание:</b> Поддержка FTP не включена в PHP. Подключение по FTP невозможно. Пожалуйста, обратитесь к системному администратору, чтобы включить.",
|
||||
"<b>Warning:</b> The Curl support in PHP is not enabled or installed. Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask your system administrator to install it." => "<b>Внимание:</b> Поддержка Curl в PHP не включена или не установлена. Подключение ownCloud / WebDAV или GoogleDrive невозможно. Попросите вашего системного администратора установить его.",
|
||||
"External Storage" => "Внешний носитель",
|
||||
"Folder name" => "Имя папки",
|
||||
"External storage" => "Внешний носитель данных",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"History" => "Istoric",
|
||||
"Files Versioning" => "Versionare fișiere",
|
||||
"Enable" => "Activare"
|
||||
"Could not revert: %s" => "Nu a putut reveni: %s",
|
||||
"success" => "success",
|
||||
"File %s was reverted to version %s" => "Fisierul %s a revenit la versiunea %s",
|
||||
"failure" => "eșec",
|
||||
"File %s could not be reverted to version %s" => "Fisierele %s nu au putut reveni la versiunea %s",
|
||||
"No old versions available" => "Versiunile vechi nu sunt disponibile",
|
||||
"No path specified" => "Nici un dosar specificat",
|
||||
"Versions" => "Versiuni",
|
||||
"Revert a file to a previous version by clicking on its revert button" => "Readuceti un fișier la o versiune anterioară, făcând clic pe butonul revenire"
|
||||
);
|
||||
|
|
|
@ -1,13 +1,21 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"The configuration is valid and the connection could be established!" => "Uyunlama mantikli ve baglama yerlestirmek edebilmi.",
|
||||
"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Uyunlama gecerli, fakat Baglama yapamadi. Lutfen kontrol yapmak, eger bu iyi yerlertirdi. ",
|
||||
"The configuration is invalid. Please look in the ownCloud log for further details." => "Uyunma mantikli degil. Lutfen log daha kontrol yapmak. ",
|
||||
"Deletion failed" => "Silme başarısız oldu",
|
||||
"Take over settings from recent server configuration?" => "Parametri sonadan uyunlama cikarmak mi?",
|
||||
"Keep settings?" => "Ayarları kalsınmı?",
|
||||
"Cannot add server configuration" => "Sunucu uyunlama birlemek edemen. ",
|
||||
"Connection test succeeded" => "Bağlantı testi başarılı oldu",
|
||||
"Connection test failed" => "Bağlantı testi başarısız oldu",
|
||||
"Do you really want to delete the current Server Configuration?" => "Hakikatten, Sonuncu Funksyon durmak istiyor mi?",
|
||||
"Confirm Deletion" => "Silmeyi onayla",
|
||||
"<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>Uyari </b> Apps kullanici_Idap ve user_webdavauth uyunmayan. Bu belki sik degil. Lutfen sistem yonetici sormak on aktif yapmaya. ",
|
||||
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Ihbar <b> Modulu PHP LDAP yuklemdi degil, backend calismacak. Lutfen sistem yonetici sormak yuklemek icin.",
|
||||
"Host" => "Sunucu",
|
||||
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Protokol atlamak edesin, sadece SSL istiyorsaniz. O zaman, idapsile baslamak. ",
|
||||
"Base DN" => "Ana DN",
|
||||
"One Base DN per line" => "Bir Tabani DN herbir dizi. ",
|
||||
"You can specify Base DN for users and groups in the Advanced tab" => "Base DN kullanicileri ve kaynaklari icin tablosu Advanced tayin etmek ederiz. ",
|
||||
"User DN" => "Kullanıcı DN",
|
||||
"The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." => "DN musterinin, kimle baglamaya yapacagiz,meselâ uid=agent.dc mesela, dc=com Gecinme adisiz ici, DN ve Parola bos birakmak. ",
|
||||
|
@ -35,6 +43,7 @@
|
|||
"Group Display Name Field" => "Grub Ekrane Alani Adi",
|
||||
"The LDAP attribute to use to generate the groups`s ownCloud name." => "LDAP kullamayin grub adi ownCloud uremek icin. ",
|
||||
"Base Group Tree" => "Temel Grup Ağacı",
|
||||
"One Group Base DN per line" => "Bir Grubu Tabani DN her dizgi. ",
|
||||
"Group-Member association" => "Grup-Üye işbirliği",
|
||||
"in bytes" => "byte cinsinden",
|
||||
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Kullanıcı adı bölümünü boş bırakın (varsayılan). ",
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
"User %s shared the folder \"%s\" with you. It is available for download here: %s" => "Utilizatorul %s a partajat dosarul \"%s\" cu tine. Îl poți descărca de aici: %s ",
|
||||
"Category type not provided." => "Tipul de categorie nu este prevazut",
|
||||
"No category to add?" => "Nici o categorie de adăugat?",
|
||||
"This category already exists: %s" => "Această categorie deja există: %s",
|
||||
"Object type not provided." => "Tipul obiectului nu este prevazut",
|
||||
"%s ID not provided." => "ID-ul %s nu a fost introdus",
|
||||
"Error adding %s to favorites." => "Eroare la adăugarea %s la favorite",
|
||||
|
@ -52,6 +53,7 @@
|
|||
"Error" => "Eroare",
|
||||
"The app name is not specified." => "Numele aplicației nu a fost specificat",
|
||||
"The required file {file} is not installed!" => "Fișierul obligatoriu {file} nu este instalat!",
|
||||
"Shared" => "Partajat",
|
||||
"Share" => "Partajează",
|
||||
"Error while sharing" => "Eroare la partajare",
|
||||
"Error while unsharing" => "Eroare la anularea partajării",
|
||||
|
@ -82,6 +84,8 @@
|
|||
"Error setting expiration date" => "Eroare la specificarea datei de expirare",
|
||||
"Sending ..." => "Se expediază...",
|
||||
"Email sent" => "Mesajul a fost expediat",
|
||||
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "Modernizarea a eșuat! <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">Te rugam sa raportezi problema aici.</a>.",
|
||||
"The update was successful. Redirecting you to ownCloud now." => "Modernizare reusita! Vei fii redirectionat!",
|
||||
"ownCloud password reset" => "Resetarea parolei ownCloud ",
|
||||
"Use the following link to reset your password: {link}" => "Folosește următorul link pentru a reseta parola: {link}",
|
||||
"You will receive a link to reset your password via Email." => "Vei primi un mesaj prin care vei putea reseta parola via email",
|
||||
|
@ -103,8 +107,12 @@
|
|||
"Edit categories" => "Editează categoriile",
|
||||
"Add" => "Adaugă",
|
||||
"Security Warning" => "Avertisment de securitate",
|
||||
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Versiunea dvs. PHP este vulnerabil la acest atac un octet null (CVE-2006-7243)",
|
||||
"Please update your PHP installation to use ownCloud securely." => "Vă rugăm să actualizați instalarea dvs. PHP pentru a utiliza ownCloud in siguranță.",
|
||||
"No secure random number generator is available, please enable the PHP OpenSSL extension." => "Generatorul de numere pentru securitate nu este disponibil, va rog activati extensia PHP OpenSSL",
|
||||
"Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "Fara generatorul pentru numere de securitate , un atacator poate afla parola si reseta contul tau",
|
||||
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Directorul de date și fișiere sunt, probabil, accesibile de pe Internet, deoarece .htaccess nu funcționează.",
|
||||
"For information how to properly configure your server, please see the <a href=\"http://doc.owncloud.org/server/5.0/admin_manual/installation.html\" target=\"_blank\">documentation</a>." => "Pentru informatii despre configurarea corecta a serverului accesati pagina <a href=\"http://doc.owncloud.org/server/5.0/admin_manual/installation.html\" target=\"_blank\">Documentare</a>.",
|
||||
"Create an <strong>admin account</strong>" => "Crează un <strong>cont de administrator</strong>",
|
||||
"Advanced" => "Avansat",
|
||||
"Data folder" => "Director date",
|
||||
|
@ -124,6 +132,7 @@
|
|||
"Lost your password?" => "Ai uitat parola?",
|
||||
"remember" => "amintește",
|
||||
"Log in" => "Autentificare",
|
||||
"Alternative Logins" => "Conectări alternative",
|
||||
"prev" => "precedentul",
|
||||
"next" => "următorul",
|
||||
"Updating ownCloud to version %s, this may take a while." => "Actualizăm ownCloud la versiunea %s, aceasta poate dura câteva momente."
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -21,12 +21,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr ""
|
||||
|
||||
|
@ -116,7 +120,7 @@ msgstr ""
|
|||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr ""
|
||||
|
||||
|
@ -132,16 +136,16 @@ msgstr ""
|
|||
msgid "Unable to remove user"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
|
@ -312,19 +316,19 @@ msgstr ""
|
|||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -395,7 +399,7 @@ msgstr ""
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Wagwoord"
|
||||
|
||||
|
@ -419,82 +423,70 @@ msgstr "Nuwe wagwoord"
|
|||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
|
|
@ -9,8 +9,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -3,17 +3,17 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Ahmad Matalqah <houfa2005@yahoo.com>, 2013.
|
||||
# <icewind1991@gmail.com>, 2012.
|
||||
# Raed Chammem <shemada@gmail.com>, 2013.
|
||||
# <shiningmoon25@gmail.com>, 2012.
|
||||
# <tarek.taha@gmail.com>, 2011, 2012.
|
||||
# Matalqah <houfa2005@yahoo.com>, 2013
|
||||
# Robin Appelman <icewind1991@gmail.com>, 2012
|
||||
# Raed667 <shemada@gmail.com>, 2013
|
||||
# aboodilankaboot, 2012
|
||||
# blackcoder <tarek.taha@gmail.com>, 2011, 2012
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -26,12 +26,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "فشل تحميل القائمة من الآب ستور"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "لم يتم التأكد من الشخصية بنجاح"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr "تعذر تغيير اسم الحساب"
|
||||
|
||||
|
@ -121,7 +125,7 @@ msgstr "حصل خطأ أثناء تحديث التطبيق"
|
|||
msgid "Updated"
|
||||
msgstr "تم التحديث بنجاح"
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "حفظ"
|
||||
|
||||
|
@ -137,16 +141,16 @@ msgstr "تراجع"
|
|||
msgid "Unable to remove user"
|
||||
msgstr "تعذر حذف المستخدم"
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "مجموعات"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "مدير المجموعة"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "حذف"
|
||||
|
||||
|
@ -317,19 +321,19 @@ msgstr "سجل"
|
|||
msgid "Log level"
|
||||
msgstr "مستوى السجل"
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr "المزيد"
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr "أقل"
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "إصدار"
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -400,7 +404,7 @@ msgstr "احصل على التطبيقات لمزامنة ملفاتك"
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr "ابدأ خطوات بداية التشغيل من جديد"
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "كلمات السر"
|
||||
|
||||
|
@ -424,82 +428,70 @@ msgstr "كلمات سر جديدة"
|
|||
msgid "Change password"
|
||||
msgstr "عدل كلمة السر"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr "اسم الحساب"
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr "تم تغيير اسم حسابك بنجاح"
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr "تعذر تغيير اسم حسابك"
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr "تغيير اسم الحساب"
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "العنوان البريدي"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "عنوانك البريدي"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "أدخل عنوانك البريدي لتفعيل استرجاع كلمة المرور"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "اللغة"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "ساعد في الترجمه"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr "إستخدم هذا العنوان للإتصال بـ ownCloud في مدير الملفات"
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr "اسم الدخول"
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "انشئ"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr "وحدة التخزين الافتراضية"
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr "غير محدود"
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "شيء آخر"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr "وحدة التخزين"
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr "تغيير اسم الحساب"
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr "اعداد كلمة مرور جديدة"
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr "افتراضي"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -21,12 +21,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr ""
|
||||
|
||||
|
@ -116,7 +120,7 @@ msgstr ""
|
|||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr ""
|
||||
|
||||
|
@ -132,16 +136,16 @@ msgstr ""
|
|||
msgid "Unable to remove user"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
|
@ -312,19 +316,19 @@ msgstr ""
|
|||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -395,7 +399,7 @@ msgstr ""
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
|
@ -419,82 +423,70 @@ msgstr ""
|
|||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
|
|
@ -9,8 +9,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -10,9 +10,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 01:58+0200\n"
|
||||
"PO-Revision-Date: 2013-04-23 09:20+0000\n"
|
||||
"Last-Translator: Stefan Ilivanov <ilivanov@gmail.com>\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -24,12 +24,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Възникна проблем с идентификацията"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,7 +123,7 @@ msgstr ""
|
|||
msgid "Updated"
|
||||
msgstr "Обновено"
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "Записване..."
|
||||
|
||||
|
@ -135,16 +139,16 @@ msgstr "възтановяване"
|
|||
msgid "Unable to remove user"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Групи"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Изтриване"
|
||||
|
||||
|
@ -323,11 +327,11 @@ msgstr "Още"
|
|||
msgid "Less"
|
||||
msgstr "По-малко"
|
||||
|
||||
#: templates/admin.php:235 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "Версия"
|
||||
|
||||
#: templates/admin.php:238 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -398,7 +402,7 @@ msgstr ""
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr "Покажи настройките за първоначално зареждане отново"
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Парола"
|
||||
|
||||
|
@ -422,82 +426,70 @@ msgstr "Нова парола"
|
|||
msgid "Change password"
|
||||
msgstr "Промяна на паролата"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr "Екранно име"
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "E-mail"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Вашия email адрес"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Език"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Помогнете с превода"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr "Потребител"
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Създаване"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr "Хранилище по подразбиране"
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr "Неограничено"
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Други"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr "Хранилище"
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr "По подразбиране"
|
||||
|
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
|
@ -3,13 +3,13 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Shubhra Paul <paul_shubhra@yahoo.com>, 2013.
|
||||
# Shubhra Paul <paul_shubhra@yahoo.com>, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -22,12 +22,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "অ্যাপস্টোর থেকে তালিকা লোড করতে সক্ষম নয়"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "অনুমোদন ঘটিত সমস্যা"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr ""
|
||||
|
||||
|
@ -117,7 +121,7 @@ msgstr ""
|
|||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "সংরক্ষণ করা হচ্ছে.."
|
||||
|
||||
|
@ -133,16 +137,16 @@ msgstr "ক্রিয়া প্রত্যাহার"
|
|||
msgid "Unable to remove user"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "গোষ্ঠীসমূহ"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "গোষ্ঠী প্রশাসক"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "মুছে ফেল"
|
||||
|
||||
|
@ -313,19 +317,19 @@ msgstr ""
|
|||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr "বেশী"
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr "কম"
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "ভার্সন"
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -396,7 +400,7 @@ msgstr ""
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr "প্রথমবার চালানোর যাদুকর পূনরায় প্রদর্শন কর"
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "কূটশব্দ"
|
||||
|
||||
|
@ -420,82 +424,70 @@ msgstr "নতুন কূটশব্দ"
|
|||
msgid "Change password"
|
||||
msgstr "কূটশব্দ পরিবর্তন করুন"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "ই-মেইল "
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "আপনার ই-মেইল ঠিকানা"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "কূটশব্দ পূনরূদ্ধার সক্রিয় করার জন্য ই-মেইল ঠিকানাটি পূরণ করুন"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "ভাষা"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "অনুবাদ করতে সহায়তা করুন"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr "আপনার ownCloud এ সংযুক্ত হতে এই ঠিকানাটি আপনার ফাইল ব্যবস্থাপকে ব্যবহার করুন"
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "তৈরী কর"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr "পূর্বনির্ধারিত সংরক্ষণাগার"
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr "অসীম"
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "অন্যান্য"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr "সংরক্ষণাগার"
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr "পূর্বনির্ধারিত"
|
||||
|
|
|
@ -14,8 +14,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <bury1000@gmail.com>, 2012.
|
||||
# <joan@montane.cat>, 2012.
|
||||
# <josep_tomas@hotmail.com>, 2012.
|
||||
# Josep Tomàs <jtomas.binsoft@gmail.com>, 2012.
|
||||
# <rcalvoi@yahoo.com>, 2013.
|
||||
# <rcalvoi@yahoo.com>, 2011-2012.
|
||||
# bury1000 <bury1000@gmail.com>, 2012
|
||||
# jmontane <joan@montane.cat>, 2012
|
||||
# Josep Tomàs <jtomas.binsoft@gmail.com>, 2012
|
||||
# Josep Tomàs <jtomas.binsoft@gmail.com>, 2012
|
||||
# rogerc <rcalvoi@yahoo.com>, 2013
|
||||
# rogerc <rcalvoi@yahoo.com>, 2011-2012
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -27,12 +27,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "No s'ha pogut carregar la llista des de l'App Store"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Error d'autenticació"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr "No s'ha pogut canviar el nom a mostrar"
|
||||
|
||||
|
@ -122,7 +126,7 @@ msgstr "Error en actualitzar l'aplicació"
|
|||
msgid "Updated"
|
||||
msgstr "Actualitzada"
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "S'està desant..."
|
||||
|
||||
|
@ -138,16 +142,16 @@ msgstr "desfés"
|
|||
msgid "Unable to remove user"
|
||||
msgstr "No s'ha pogut eliminar l'usuari"
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Grups"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "Grup Admin"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Suprimeix"
|
||||
|
||||
|
@ -318,19 +322,19 @@ msgstr "Registre"
|
|||
msgid "Log level"
|
||||
msgstr "Nivell de registre"
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr "Més"
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr "Menys"
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "Versió"
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -401,7 +405,7 @@ msgstr "Obtén les aplicacions per sincronitzar fitxers"
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr "Torna a mostrar l'assistent de primera execució"
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Contrasenya"
|
||||
|
||||
|
@ -425,82 +429,70 @@ msgstr "Contrasenya nova"
|
|||
msgid "Change password"
|
||||
msgstr "Canvia la contrasenya"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr "Nom a mostrar"
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr "El vostre nom a mostrar ha canviat"
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr "No s'ha pogut canviar el vostre nom a mostrar"
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr "Canvia el nom a mostrar"
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "Correu electrònic"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Correu electrònic"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Ompliu el correu electrònic per activar la recuperació de contrasenya"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Idioma"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Ajudeu-nos amb la traducció"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr "Useu aquesta adreça per connectar amb ownCloud des del gestor de fitxers"
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr "Nom d'accés"
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Crea"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr "Emmagatzemament per defecte"
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr "Il·limitat"
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Un altre"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr "Emmagatzemament"
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr "canvia el nom a mostrar"
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr "estableix nova contrasenya"
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr "Per defecte"
|
||||
|
|
|
@ -10,8 +10,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <icewind1991@gmail.com>, 2012.
|
||||
# Jan Krejci <krejca85@gmail.com>, 2011-2012.
|
||||
# Martin <fireball@atlas.cz>, 2011-2012.
|
||||
# Michal Hrušecký <Michal@hrusecky.net>, 2012.
|
||||
# <Michal@hrusecky.net>, 2012.
|
||||
# Tomáš Chvátal <tomas.chvatal@gmail.com>, 2012-2013.
|
||||
# Robin Appelman <icewind1991@gmail.com>, 2012
|
||||
# Jan Krejci <krejca85@gmail.com>, 2011-2012
|
||||
# Martin <fireball@atlas.cz>, 2011-2012
|
||||
# Michal Hrušecký <Michal@hrusecky.net>, 2012
|
||||
# Michal Hrušecký <Michal@hrusecky.net>, 2012
|
||||
# Tomáš Chvátal <tomas.chvatal@gmail.com>, 2012-2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -27,12 +27,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "Nelze načíst seznam z App Store"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Chyba ověření"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr "Nelze změnit zobrazované jméno"
|
||||
|
||||
|
@ -122,7 +126,7 @@ msgstr "Chyba při aktualizaci aplikace"
|
|||
msgid "Updated"
|
||||
msgstr "Aktualizováno"
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "Ukládám..."
|
||||
|
||||
|
@ -138,16 +142,16 @@ msgstr "zpět"
|
|||
msgid "Unable to remove user"
|
||||
msgstr "Nelze odebrat uživatele"
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Skupiny"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "Správa skupiny"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Smazat"
|
||||
|
||||
|
@ -318,19 +322,19 @@ msgstr "Záznam"
|
|||
msgid "Log level"
|
||||
msgstr "Úroveň záznamu"
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr "Více"
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr "Méně"
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "Verze"
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -401,7 +405,7 @@ msgstr "Získat aplikace pro synchronizaci vašich souborů"
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr "Znovu zobrazit průvodce prvním spuštěním"
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Heslo"
|
||||
|
||||
|
@ -425,82 +429,70 @@ msgstr "Nové heslo"
|
|||
msgid "Change password"
|
||||
msgstr "Změnit heslo"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr "Zobrazované jméno"
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr "Vaše zobrazované jméno bylo změněno"
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr "Nelze změnit vaše zobrazované jméno"
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr "Změnit zobrazované jméno"
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "E-mail"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Vaše e-mailová adresa"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Pro povolení změny hesla vyplňte adresu e-mailu"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Jazyk"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Pomoci s překladem"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr "Použijte tuto adresu pro připojení k vašemu ownCloud skrze správce souborů"
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr "Přihlašovací jméno"
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Vytvořit"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr "Výchozí úložiště"
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr "Neomezeně"
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Jiná"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr "Úložiště"
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr "změnit zobrazované jméno"
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr "nastavit nové heslo"
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr "Výchozí"
|
||||
|
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 01:58+0200\n"
|
||||
"PO-Revision-Date: 2013-04-23 19:50+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -21,12 +21,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Gwall dilysu"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr ""
|
||||
|
||||
|
@ -116,7 +120,7 @@ msgstr ""
|
|||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "Yn cadw..."
|
||||
|
||||
|
@ -132,16 +136,16 @@ msgstr "dadwneud"
|
|||
msgid "Unable to remove user"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Dileu"
|
||||
|
||||
|
@ -320,11 +324,11 @@ msgstr ""
|
|||
msgid "Less"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:235 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:238 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -395,7 +399,7 @@ msgstr ""
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Cyfrinair"
|
||||
|
||||
|
@ -419,82 +423,70 @@ msgstr "Cyfrinair newydd"
|
|||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Arall"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
|
|
@ -17,8 +17,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-25 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 18:30+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+0000\n"
|
||||
"Last-Translator: Ole Holm Frandsen <froksen@gmail.com>\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
|
@ -3,24 +3,24 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <cronner@gmail.com>, 2012.
|
||||
# Frederik Lassen <frederiklassen@gmail.com>, 2013.
|
||||
# <icewind1991@gmail.com>, 2012.
|
||||
# <mikkelbjerglarsen@gmail.com>, 2011.
|
||||
# Morten Juhl-Johansen Zölde-Fejér <morten@writtenandread.net>, 2011-2013.
|
||||
# Ole Holm Frandsen <froksen@gmail.com>, 2012.
|
||||
# Pascal d'Hermilly <pascal@dhermilly.dk>, 2011.
|
||||
# <simon@rosmi.dk>, 2012.
|
||||
# <sr@ybnet.dk>, 2012-2013.
|
||||
# Thomas <cronner@gmail.com>, 2013.
|
||||
# Thomas Tanghus <>, 2012.
|
||||
# Thomas Tanghus <thomas@tanghus.net>, 2012.
|
||||
# cronner <cronner@gmail.com>, 2012
|
||||
# Frederik Lassen <frederiklassen@gmail.com>, 2013
|
||||
# Robin Appelman <icewind1991@gmail.com>, 2012
|
||||
# mikkel_ilu <mikkelbjerglarsen@gmail.com>, 2011
|
||||
# Morten Juhl-Johansen Zölde-Fejér <morten@writtenandread.net>, 2011-2013
|
||||
# Ole Holm Frandsen <froksen@gmail.com>, 2012
|
||||
# Pascal d'Hermilly <pascal@dhermilly.dk>, 2011
|
||||
# muunsim <simon@rosmi.dk>, 2012
|
||||
# ressel <sr@ybnet.dk>, 2012-2013
|
||||
# cronner <cronner@gmail.com>, 2013
|
||||
# Thomas Tanghus <thomas@tanghus.net>, 2012
|
||||
# Thomas Tanghus <thomas@tanghus.net>, 2012
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -33,12 +33,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "Kunne ikke indlæse listen fra App Store"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Adgangsfejl"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr "Kunne ikke skifte skærmnavn"
|
||||
|
||||
|
@ -128,7 +132,7 @@ msgstr "Der opstod en fejl under app opgraderingen"
|
|||
msgid "Updated"
|
||||
msgstr "Opdateret"
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "Gemmer..."
|
||||
|
||||
|
@ -144,16 +148,16 @@ msgstr "fortryd"
|
|||
msgid "Unable to remove user"
|
||||
msgstr "Kan ikke fjerne bruger"
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Grupper"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "Gruppe Administrator"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Slet"
|
||||
|
||||
|
@ -324,19 +328,19 @@ msgstr "Log"
|
|||
msgid "Log level"
|
||||
msgstr "Log niveau"
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr "Mere"
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr "Mindre"
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "Version"
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -407,7 +411,7 @@ msgstr "Hent applikationerne for at synkronisere dine filer"
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr "Vis Første Kørsel Guiden igen"
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Kodeord"
|
||||
|
||||
|
@ -431,82 +435,70 @@ msgstr "Ny adgangskode"
|
|||
msgid "Change password"
|
||||
msgstr "Skift kodeord"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr "Skærmnavn"
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr "Dit skærmnavn blev ændret"
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr "Kunne ikke skifte dit skærmnavn"
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr "Skift skærmnavn"
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "Email"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Din emailadresse"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Indtast en emailadresse for at kunne få påmindelse om adgangskode"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Sprog"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Hjælp med oversættelsen"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr "Brug denne adresse til at oprette forbindelse til din ownCloud i din filstyring"
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr "Loginnavn"
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Ny"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr "Standard opbevaring"
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr "Ubegrænset"
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Andet"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr "Opbevaring"
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr "skift skærmnavn"
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr "skift kodeord"
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr "Standard"
|
||||
|
|
|
@ -29,8 +29,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: German <translations@owncloud.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
|
@ -27,9 +27,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-18 02:04+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 07:21+0000\n"
|
||||
"Last-Translator: Mirodin <blobbyjj@ymail.com>\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: German <translations@owncloud.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -41,12 +41,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "Die Liste der Anwendungen im Store konnte nicht geladen werden."
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Fehler bei der Anmeldung"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr "Das Ändern des Anzeigenamens ist nicht möglich"
|
||||
|
||||
|
@ -136,7 +140,7 @@ msgstr "Fehler beim Aktualisieren der App"
|
|||
msgid "Updated"
|
||||
msgstr "Aktualisiert"
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "Speichern..."
|
||||
|
||||
|
@ -152,16 +156,16 @@ msgstr "rückgängig machen"
|
|||
msgid "Unable to remove user"
|
||||
msgstr "Benutzer konnte nicht entfernt werden."
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Gruppen"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "Gruppenadministrator"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Löschen"
|
||||
|
||||
|
@ -340,11 +344,11 @@ msgstr "Mehr"
|
|||
msgid "Less"
|
||||
msgstr "Weniger"
|
||||
|
||||
#: templates/admin.php:235 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "Version"
|
||||
|
||||
#: templates/admin.php:238 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -415,7 +419,7 @@ msgstr "Lade die Apps zur Synchronisierung Deiner Daten herunter"
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr "Erstinstallation erneut durchführen"
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Passwort"
|
||||
|
||||
|
@ -439,82 +443,70 @@ msgstr "Neues Passwort"
|
|||
msgid "Change password"
|
||||
msgstr "Passwort ändern"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr "Anzeigename"
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr "Dein Anzeigename wurde geändert"
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr "Das Ändern deines Anzeigenamens ist nicht möglich"
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr "Anzeigenamen ändern"
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "E-Mail"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Deine E-Mail-Adresse"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Trage eine E-Mail-Adresse ein, um die Passwort-Wiederherstellung zu aktivieren."
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Sprache"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Hilf bei der Übersetzung"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr "Verwende diese Adresse, um Deinen Dateimanager mit Deiner ownCloud zu verbinden"
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr "Loginname"
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Anlegen"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr "Standard-Speicher"
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr "Unbegrenzt"
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Andere"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr "Speicher"
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr "Anzeigenamen ändern"
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr "Neues Passwort setzen"
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr "Standard"
|
||||
|
|
|
@ -34,8 +34,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: German (Germany) <translations@owncloud.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
|
@ -32,9 +32,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-18 02:04+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 07:20+0000\n"
|
||||
"Last-Translator: Mirodin <blobbyjj@ymail.com>\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: German (Germany) <translations@owncloud.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -46,12 +46,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "Die Liste der Anwendungen im Store konnte nicht geladen werden."
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Fehler bei der Anmeldung"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr "Das Ändern des Anzeigenamens ist nicht möglich"
|
||||
|
||||
|
@ -141,7 +145,7 @@ msgstr "Es ist ein Fehler während des Updates aufgetreten"
|
|||
msgid "Updated"
|
||||
msgstr "Aktualisiert"
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "Speichern..."
|
||||
|
||||
|
@ -157,16 +161,16 @@ msgstr "rückgängig machen"
|
|||
msgid "Unable to remove user"
|
||||
msgstr "Der Benutzer konnte nicht entfernt werden."
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Gruppen"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "Gruppenadministrator"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Löschen"
|
||||
|
||||
|
@ -345,11 +349,11 @@ msgstr "Mehr"
|
|||
msgid "Less"
|
||||
msgstr "Weniger"
|
||||
|
||||
#: templates/admin.php:235 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "Version"
|
||||
|
||||
#: templates/admin.php:238 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -420,7 +424,7 @@ msgstr "Installieren Sie die Anwendungen, um Ihre Dateien zu synchronisieren"
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr "Den Einrichtungsassistenten erneut anzeigen"
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Passwort"
|
||||
|
||||
|
@ -444,82 +448,70 @@ msgstr "Neues Passwort"
|
|||
msgid "Change password"
|
||||
msgstr "Passwort ändern"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr "Anzeigename"
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr "Ihr Anzeigename wurde geändert"
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr "Das Ändern Ihres Anzeigenamens ist nicht möglich"
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr "Anzeigenamen ändern"
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "E-Mail"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Ihre E-Mail-Adresse"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Bitte tragen Sie eine E-Mail-Adresse ein, um die Passwort-Wiederherstellung zu aktivieren."
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Sprache"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Helfen Sie bei der Übersetzung"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr "Verwenden Sie diese Adresse, um Ihren Dateimanager mit Ihrer ownCloud zu verbinden"
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr "Loginname"
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Anlegen"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr "Standard-Speicher"
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr "Unbegrenzt"
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Andere"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr "Speicher"
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr "Anzeigenamen ändern"
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr "Neues Passwort setzen"
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr "Standard"
|
||||
|
|
|
@ -17,8 +17,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -3,26 +3,26 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Dimitris M. <monopatis@gmail.com>, 2012-2013.
|
||||
# Efstathios Iosifidis <diamond_gr@freemail.gr>, 2012.
|
||||
# Efstathios Iosifidis <iefstathios@gmail.com>, 2013.
|
||||
# Efstathios Iosifidis <iosifidis@opensuse.org>, 2012.
|
||||
# <icewind1991@gmail.com>, 2012.
|
||||
# <icewind1991@gmail.com>, 2012.
|
||||
# Marios Bekatoros <>, 2012.
|
||||
# Nisok Kosin <nikos.efthimiou@gmail.com>, 2012.
|
||||
# <petros.kyladitis@gmail.com>, 2011.
|
||||
# <petros.kyladitis@gmail.com>, 2011.
|
||||
# Petros Kyladitis <petros.kyladitis@gmail.com>, 2011-2012.
|
||||
# <vagelis@cyberdest.com>, 2013.
|
||||
# Wasilis Mandratzis <m.wasilis@yahoo.de>, 2013.
|
||||
# Γιάννης Ανθυμίδης <yannanth@gmail.com>, 2012.
|
||||
# Dimitris M. <monopatis@gmail.com>, 2012-2013
|
||||
# Efstathios Iosifidis <iefstathios@gmail.com>, 2012
|
||||
# Efstathios Iosifidis <iefstathios@gmail.com>, 2013
|
||||
# Efstathios Iosifidis <iosifidis@opensuse.org>, 2012
|
||||
# Robin Appelman <icewind1991@gmail.com>, 2012
|
||||
# Robin Appelman <icewind1991@gmail.com>, 2012
|
||||
# Marios Bekatoros <>, 2012
|
||||
# Nisok Kosin <nikos.efthimiou@gmail.com>, 2012
|
||||
# Petros Kyladitis <petros.kyladitis@gmail.com>, 2011
|
||||
# Petros Kyladitis <petros.kyladitis@gmail.com>, 2011
|
||||
# Petros Kyladitis <petros.kyladitis@gmail.com>, 2011-2012
|
||||
# xneo1 <vagelis@cyberdest.com>, 2013
|
||||
# Wasilis <m.wasilis@yahoo.de>, 2013
|
||||
# Γιάννης Ανθυμίδης <yannanth@gmail.com>, 2012
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -35,12 +35,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "Σφάλμα στην φόρτωση της λίστας από το App Store"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Σφάλμα πιστοποίησης"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr "Δεν είναι δυνατή η αλλαγή του ονόματος εμφάνισης"
|
||||
|
||||
|
@ -130,7 +134,7 @@ msgstr "Σφάλμα κατά την ενημέρωση της εφαρμογή
|
|||
msgid "Updated"
|
||||
msgstr "Ενημερώθηκε"
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "Αποθήκευση..."
|
||||
|
||||
|
@ -146,16 +150,16 @@ msgstr "αναίρεση"
|
|||
msgid "Unable to remove user"
|
||||
msgstr "Αδυναμία αφαίρεση χρήστη"
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Ομάδες"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "Ομάδα Διαχειριστών"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Διαγραφή"
|
||||
|
||||
|
@ -326,19 +330,19 @@ msgstr "Καταγραφές"
|
|||
msgid "Log level"
|
||||
msgstr "Επίπεδο καταγραφής"
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr "Περισσότερα"
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr "Λιγότερα"
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "Έκδοση"
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -409,7 +413,7 @@ msgstr "Λήψη της εφαρμογής για συγχρονισμό των
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr "Προβολή Πρώτης Εκτέλεσης Οδηγού πάλι"
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Συνθηματικό"
|
||||
|
||||
|
@ -433,82 +437,70 @@ msgstr "Νέο συνθηματικό"
|
|||
msgid "Change password"
|
||||
msgstr "Αλλαγή συνθηματικού"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr "Όνομα εμφάνισης"
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr "Το όνομα εμφάνισής σας άλλαξε"
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr "Δεν ήταν δυνατή η αλλαγή του ονόματος εμφάνισής σας"
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr "Αλλαγή ονόματος εμφάνισης"
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "Email"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Η διεύθυνση ηλεκτρονικού ταχυδρομείου σας"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Συμπληρώστε μια διεύθυνση ηλεκτρονικού ταχυδρομείου για να ενεργοποιηθεί η ανάκτηση συνθηματικού"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Γλώσσα"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Βοηθήστε στη μετάφραση"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr "Χρήση αυτής της διεύθυνσης για σύνδεση στο ownCloud με τον διαχειριστή αρχείων σας"
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr "Όνομα Σύνδεσης"
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Δημιουργία"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr "Προκαθορισμένη Αποθήκευση "
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr "Απεριόριστο"
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Άλλα"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr "Αποθήκευση"
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr "αλλαγή ονόματος εμφάνισης"
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr "επιλογή νέου κωδικού"
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr "Προκαθορισμένο"
|
||||
|
|
|
@ -10,8 +10,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -3,15 +3,15 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Mariano <mstreet@kde.org.ar>, 2013.
|
||||
# Mariano <mstreet@kde.org.ar>, 2012.
|
||||
# <mstreet@kde.org.ar>, 2011, 2012.
|
||||
# Mariano <mstreet@kde.org.ar>, 2013
|
||||
# Mariano <mstreet@kde.org.ar>, 2012
|
||||
# Mariano <mstreet@kde.org.ar>, 2011, 2012
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -24,12 +24,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "Ne eblis ŝargi liston el aplikaĵovendejo"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Aŭtentiga eraro"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,7 +123,7 @@ msgstr ""
|
|||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "Konservante..."
|
||||
|
||||
|
@ -135,16 +139,16 @@ msgstr "malfari"
|
|||
msgid "Unable to remove user"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Grupoj"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "Grupadministranto"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Forigi"
|
||||
|
||||
|
@ -315,19 +319,19 @@ msgstr ""
|
|||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr "Pli"
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr "Malpli"
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "Eldono"
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -398,7 +402,7 @@ msgstr ""
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Pasvorto"
|
||||
|
||||
|
@ -422,82 +426,70 @@ msgstr "Nova pasvorto"
|
|||
msgid "Change password"
|
||||
msgstr "Ŝanĝi la pasvorton"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "Retpoŝto"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Via retpoŝta adreso"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Enigu retpoŝtadreson por kapabligi pasvortan restaŭron"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Lingvo"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Helpu traduki"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr "Uzu ĉi tiun adreson por konekti al via ownCloud vian dosieradministrilon"
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Krei"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr "Defaŭlta konservejo"
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr "Senlima"
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Alia"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr "Konservejo"
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr "Defaŭlta"
|
||||
|
|
|
@ -21,8 +21,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -3,30 +3,30 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Art O. Pal <artopal@fastmail.fm>, 2012.
|
||||
# Daniel Manterola <daniel_manterola@dfml.cl>, 2013.
|
||||
# <davidlopez.david@gmail.com>, 2012.
|
||||
# Javier Llorente <javier@opensuse.org>, 2012.
|
||||
# <juanma@kde.org.ar>, 2013.
|
||||
# <juanma@kde.org.ar>, 2011-2012.
|
||||
# Marcos <djoser.horus@gmail.com>, 2013.
|
||||
# <monty_2731@hotmail.com>, 2011.
|
||||
# oSiNaReF <>, 2012.
|
||||
# <pedro.navia@etecsa.cu>, 2013.
|
||||
# <pggx999@gmail.com>, 2012.
|
||||
# Raul Fernandez Garcia <raulfg3@gmail.com>, 2012.
|
||||
# Ricardo A. Hermosilla Carrillo <ra.hermosillac@gmail.com>, 2013.
|
||||
# <rodrigo.calvo@gmail.com>, 2012.
|
||||
# <rom1dep@gmail.com>, 2011.
|
||||
# Rubén Trujillo <rubentrf@gmail.com>, 2012.
|
||||
# <sergioballesterossolanas@gmail.com>, 2011-2012.
|
||||
# Vladimir Martinez Sierra <vladimirmartinezsierra@gmail.com>, 2013.
|
||||
# Art O. Pal <artopal@fastmail.fm>, 2012
|
||||
# dfml <daniel_manterola@dfml.cl>, 2013
|
||||
# telco2011 <davidlopez.david@gmail.com>, 2012
|
||||
# Javier Llorente <javier@opensuse.org>, 2012
|
||||
# juanman <juanma@kde.org.ar>, 2013
|
||||
# juanman <juanma@kde.org.ar>, 2011-2012
|
||||
# Marcos <djoser.horus@gmail.com>, 2013
|
||||
# Dante_King <monty_2731@hotmail.com>, 2011
|
||||
# oSiNaReF <>, 2012
|
||||
# pedro.navia <pedro.navia@etecsa.cu>, 2013
|
||||
# pggx999 <pggx999@gmail.com>, 2012
|
||||
# Raul Fernandez Garcia <raulfg3@gmail.com>, 2012
|
||||
# Ricardo Hermosilla <ra.hermosillac@gmail.com>, 2013
|
||||
# rodrigo.calvo <rodrigo.calvo@gmail.com>, 2012
|
||||
# Romain DEP. <rom1dep@gmail.com>, 2011
|
||||
# Rubén Trujillo <rubentrf@gmail.com>, 2012
|
||||
# xsergiolpx <sergioballesterossolanas@gmail.com>, 2011-2012
|
||||
# msvladimir <vladimirmartinezsierra@gmail.com>, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -39,12 +39,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "Imposible cargar la lista desde el App Store"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Error de autenticación"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr "Incapaz de cambiar el nombre"
|
||||
|
||||
|
@ -134,7 +138,7 @@ msgstr "Error mientras se actualizaba"
|
|||
msgid "Updated"
|
||||
msgstr "Actualizado"
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "Guardando..."
|
||||
|
||||
|
@ -150,16 +154,16 @@ msgstr "deshacer"
|
|||
msgid "Unable to remove user"
|
||||
msgstr "No se puede quitar el usuario"
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Grupos"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "Grupo admin"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Eliminar"
|
||||
|
||||
|
@ -330,19 +334,19 @@ msgstr "Historial"
|
|||
msgid "Log level"
|
||||
msgstr "Nivel de Historial"
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr "Más"
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr "Menos"
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "Version"
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -413,7 +417,7 @@ msgstr "Obtener las apps para sincronizar sus archivos"
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr "Mostrar asistente para iniciar otra vez"
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Contraseña"
|
||||
|
||||
|
@ -437,82 +441,70 @@ msgstr "Nueva contraseña:"
|
|||
msgid "Change password"
|
||||
msgstr "Cambiar contraseña"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre a mostrar"
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr "Su nombre fue cambiado"
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr "Incapaz de cambiar su nombre"
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr "Cambiar nombre"
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "Correo electrónico"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Tu dirección de correo"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Escribe una dirección de correo electrónico para restablecer la contraseña"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Idioma"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Ayúdanos a traducir"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr "Use esta dirección para conectarse a su cuenta de ownCloud en el administrador de archivos"
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr "Nombre de usuario"
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Crear"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr "Almacenamiento Predeterminado"
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr "Ilimitado"
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Otro"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr "Alamacenamiento"
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr "Cambiar nombre a mostrar"
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr "Configurar nueva contraseña"
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr "Predeterminado"
|
||||
|
|
|
@ -11,8 +11,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -3,16 +3,16 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Agustin Ferrario <agustin.ferrario@hotmail.com.ar>, 2012.
|
||||
# CJTess <claudio.tessone@gmail.com>, 2013.
|
||||
# <claudio.tessone@gmail.com>, 2012.
|
||||
# Javier Victor Mariano Bruno <koryyyy@gmail.com>, 2013.
|
||||
# Agustin Ferrario <agustin.ferrario@hotmail.com.ar>, 2012
|
||||
# cjtess <claudio.tessone@gmail.com>, 2013
|
||||
# cjtess <claudio.tessone@gmail.com>, 2012
|
||||
# Javier Victor Mariano Bruno <koryyyy@gmail.com>, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -25,12 +25,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "Imposible cargar la lista desde el App Store"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Error al autenticar"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr "No fue posible cambiar el nombre mostrado"
|
||||
|
||||
|
@ -120,7 +124,7 @@ msgstr "Error al actualizar"
|
|||
msgid "Updated"
|
||||
msgstr "Actualizado"
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "Guardando..."
|
||||
|
||||
|
@ -136,16 +140,16 @@ msgstr "deshacer"
|
|||
msgid "Unable to remove user"
|
||||
msgstr "Imposible remover usuario"
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Grupos"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "Grupo Administrador"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Borrar"
|
||||
|
||||
|
@ -316,19 +320,19 @@ msgstr "Log"
|
|||
msgid "Log level"
|
||||
msgstr "Nivel de Log"
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr "Más"
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr "Menos"
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "Versión"
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -399,7 +403,7 @@ msgstr "Obtené aplicaciones para sincronizar tus archivos"
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr "Mostrar de nuevo el asistente de primera ejecución"
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Contraseña"
|
||||
|
||||
|
@ -423,82 +427,70 @@ msgstr "Nueva contraseña:"
|
|||
msgid "Change password"
|
||||
msgstr "Cambiar contraseña"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre a mostrar"
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr "El nombre mostrado fue cambiado"
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr "No fue posible cambiar tu nombre"
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr "Cambiar nombre"
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "Correo electrónico"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Tu dirección de e-mail"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Escribí una dirección de correo electrónico para restablecer la contraseña"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Idioma"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Ayudanos a traducir"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr "Utiliza esta dirección para conectarte con ownCloud en tu Administrador de Archivos"
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr "Nombre de "
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Crear"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr "Almacenamiento Predeterminado"
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr "Ilimitado"
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Otro"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr "Almacenamiento"
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr "Cambiar el nombre que se muestra"
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr "Configurar nueva contraseña"
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr "Predeterminado"
|
||||
|
|
|
@ -10,8 +10,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -3,15 +3,15 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <icewind1991@gmail.com>, 2012.
|
||||
# Pisike Sipelgas <pisike.sipelgas@gmail.com>, 2013.
|
||||
# Rivo Zängov <eraser@eraser.ee>, 2011-2013.
|
||||
# Robin Appelman <icewind1991@gmail.com>, 2012
|
||||
# pisike.sipelgas <pisike.sipelgas@gmail.com>, 2013
|
||||
# Rivo Zängov <eraser@eraser.ee>, 2011-2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -24,12 +24,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "App Sotre'i nimekirja laadimine ebaõnnestus"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Autentimise viga"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr "Ei saa muuta kuvatavat nime"
|
||||
|
||||
|
@ -119,7 +123,7 @@ msgstr "Viga rakenduse uuendamisel"
|
|||
msgid "Updated"
|
||||
msgstr "Uuendatud"
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "Salvestamine..."
|
||||
|
||||
|
@ -135,16 +139,16 @@ msgstr "tagasi"
|
|||
msgid "Unable to remove user"
|
||||
msgstr "Ei suuda kustutada kasutajat"
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Grupid"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "Grupi admin"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Kustuta"
|
||||
|
||||
|
@ -315,19 +319,19 @@ msgstr "Logi"
|
|||
msgid "Log level"
|
||||
msgstr "Logi tase"
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr "Rohkem"
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr "Vähem"
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "Versioon"
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -398,7 +402,7 @@ msgstr "Hangi rakendusi failide sünkroniseerimiseks"
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr "Näita veelkord Esmase Käivituse Juhendajat"
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Parool"
|
||||
|
||||
|
@ -422,82 +426,70 @@ msgstr "Uus parool"
|
|||
msgid "Change password"
|
||||
msgstr "Muuda parooli"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr "Näidatav nimi"
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr "Sinu kuvatav nimi muutus"
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr "Ei suuda muuta kuvatavat nime"
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr "Muuda näidatavat nime"
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "E-post"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Sinu e-posti aadress"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Parooli taastamise sisse lülitamiseks sisesta e-posti aadress"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Keel"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Aita tõlkida"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr "Kasuta seda aadressi ühendamaks oma ownCloudi failihalduriga"
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr "Kasutajanimi"
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Lisa"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr "Vaikimisi maht"
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr "Piiramatult"
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Muu"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr "Maht"
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr "muuda näidatavat nime"
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr "määra uus parool"
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr "Vaikeväärtus"
|
||||
|
|
|
@ -11,8 +11,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -3,16 +3,16 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <asieriko@gmail.com>, 2013.
|
||||
# <asieriko@gmail.com>, 2012.
|
||||
# Asier Urio Larrea <asieriko@gmail.com>, 2011.
|
||||
# Piarres Beobide <pi@beobide.net>, 2012.
|
||||
# asieriko <asieriko@gmail.com>, 2013
|
||||
# asieriko <asieriko@gmail.com>, 2012
|
||||
# asieriko <asieriko@gmail.com>, 2011
|
||||
# Piarres Beobide <pi@beobide.net>, 2012
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -25,12 +25,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "Ezin izan da App Dendatik zerrenda kargatu"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Autentifikazio errorea"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr "Ezin izan da bistaratze izena aldatu"
|
||||
|
||||
|
@ -120,7 +124,7 @@ msgstr "Errorea aplikazioa eguneratzen zen bitartean"
|
|||
msgid "Updated"
|
||||
msgstr "Eguneratuta"
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "Gordetzen..."
|
||||
|
||||
|
@ -136,16 +140,16 @@ msgstr "desegin"
|
|||
msgid "Unable to remove user"
|
||||
msgstr "Ezin izan da erabiltzailea aldatu"
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Taldeak"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "Talde administradorea"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Ezabatu"
|
||||
|
||||
|
@ -316,19 +320,19 @@ msgstr "Egunkaria"
|
|||
msgid "Log level"
|
||||
msgstr "Erregistro maila"
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr "Gehiago"
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr "Gutxiago"
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "Bertsioa"
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -399,7 +403,7 @@ msgstr "Lortu aplikazioak zure fitxategiak sinkronizatzeko"
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr "Erakutsi berriz Lehenengo Aldiko Morroia"
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Pasahitza"
|
||||
|
||||
|
@ -423,82 +427,70 @@ msgstr "Pasahitz berria"
|
|||
msgid "Change password"
|
||||
msgstr "Aldatu pasahitza"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr "Bistaratze Izena"
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr "Zure bistaratze izena aldatu da"
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr "Ezin izan da zure bistaratze izena aldatu"
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr "Aldatu bistaratze izena"
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "E-Posta"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Zure e-posta"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Idatz ezazu e-posta bat pasahitza berreskuratu ahal izateko"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Hizkuntza"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Lagundu itzultzen"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr "Erabili helbide hau zure fitxategi kudeatzailean zure ownCloudera konektatzeko"
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr "Sarrera Izena"
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Sortu"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr "Lehenetsitako Biltegiratzea"
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr "Mugarik gabe"
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Besteak"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr "Biltegiratzea"
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr "aldatu bistaratze izena"
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr "ezarri pasahitz berria"
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr "Lehenetsia"
|
||||
|
|
|
@ -11,8 +11,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Amir Reza Asadi <amirreza.asadi@live.com>, 2013.
|
||||
# <basir.jafarzadeh@gmail.com>, 2012.
|
||||
# Hossein nag <h.sname@yahoo.com>, 2012.
|
||||
# mahdi Kereshteh <miki_mika1362@yahoo.com>, 2013.
|
||||
# <tamass4116@gmail.com>, 2012.
|
||||
# vahid chakoshy <vchakoshy@gmail.com>, 2012.
|
||||
# Amir Reza Asadi <amirreza.asadi@live.com>, 2013
|
||||
# basir <basir.jafarzadeh@gmail.com>, 2012
|
||||
# Hossein nag <h.sname@yahoo.com>, 2012
|
||||
# miki_mika1362 <miki_mika1362@yahoo.com>, 2013
|
||||
# ho2o2oo <tamass4116@gmail.com>, 2012
|
||||
# vahid chakoshy <vchakoshy@gmail.com>, 2012
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -27,12 +27,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "قادر به بارگذاری لیست از فروشگاه اپ نیستم"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "خطا در اعتبار سنجی"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr "امکان تغییر نام نمایشی شما وجود ندارد"
|
||||
|
||||
|
@ -122,7 +126,7 @@ msgstr "خطا در هنگام بهنگام سازی برنامه"
|
|||
msgid "Updated"
|
||||
msgstr "بروز رسانی انجام شد"
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "درحال ذخیره ..."
|
||||
|
||||
|
@ -138,16 +142,16 @@ msgstr "بازگشت"
|
|||
msgid "Unable to remove user"
|
||||
msgstr "حذف کاربر امکان پذیر نیست"
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "گروه ها"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "گروه مدیران"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "پاک کردن"
|
||||
|
||||
|
@ -318,19 +322,19 @@ msgstr ""
|
|||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr "بیشتر"
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr "کمتر"
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "نسخه"
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -401,7 +405,7 @@ msgstr "برنامه ها را دریافت کنید تا فایل هایتان
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr "راهبری کمکی اجرای اول را دوباره نمایش بده"
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "گذرواژه"
|
||||
|
||||
|
@ -425,82 +429,70 @@ msgstr "گذرواژه جدید"
|
|||
msgid "Change password"
|
||||
msgstr "تغییر گذر واژه"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr "نام نمایشی"
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr "نام نمایشی شما تغییر یافت"
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr "امکان تغییر نام نمایشی شما وجود ندارد"
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr "تغییر نام نمایشی"
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "پست الکترونیکی"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "پست الکترونیکی شما"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "پست الکترونیکی را پرکنید تا بازیابی گذرواژه فعال شود"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "زبان"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "به ترجمه آن کمک کنید"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr "از این نشانی برای اتصال به ownCloud خودتان در بخش مدیریت فایل خودتان استفاده کنید"
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr "نام کاربری"
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "ایجاد کردن"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr "ذخیره سازی پیش فرض"
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr "نامحدود"
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "سایر"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr "حافظه"
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr "تغییر نام نمایشی"
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr "تنظیم کلمه عبور جدید"
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr "پیش فرض"
|
||||
|
|
|
@ -12,8 +12,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-25 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:50+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+0000\n"
|
||||
"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n"
|
||||
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
|
@ -3,15 +3,15 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Jesse Jaara <jesse.jaara@gmail.com>, 2012.
|
||||
# Jiri Grönroos <jiri.gronroos@iki.fi>, 2012-2013.
|
||||
# <tehoratopato@gmail.com>, 2012.
|
||||
# Jesse Jaara <jesse.jaara@gmail.com>, 2012
|
||||
# Jiri Grönroos <jiri.gronroos@iki.fi>, 2012-2013
|
||||
# teho <tehoratopato@gmail.com>, 2012
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -24,12 +24,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "Ei pystytä lataamaan listaa sovellusvarastosta (App Store)"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Todennusvirhe"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr "Näyttönimen muuttaminen epäonnistui"
|
||||
|
||||
|
@ -119,7 +123,7 @@ msgstr "Virhe sovellusta päivittäessä"
|
|||
msgid "Updated"
|
||||
msgstr "Päivitetty"
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "Tallennetaan..."
|
||||
|
||||
|
@ -135,16 +139,16 @@ msgstr "kumoa"
|
|||
msgid "Unable to remove user"
|
||||
msgstr "Käyttäjän poistaminen ei onnistunut"
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Ryhmät"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "Ryhmän ylläpitäjä"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Poista"
|
||||
|
||||
|
@ -315,19 +319,19 @@ msgstr "Loki"
|
|||
msgid "Log level"
|
||||
msgstr "Lokitaso"
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr "Enemmän"
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr "Vähemmän"
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "Versio"
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -398,7 +402,7 @@ msgstr ""
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr "Näytä ensimmäisen käyttökerran avustaja uudelleen"
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Salasana"
|
||||
|
||||
|
@ -422,82 +426,70 @@ msgstr "Uusi salasana"
|
|||
msgid "Change password"
|
||||
msgstr "Vaihda salasana"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr "Näyttönimi"
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr "Näyttönimesi muutettiin"
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr "Näyttönimen muuttaminen epäonnistui"
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr "Muuta näyttönimeä"
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "Sähköposti"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Sähköpostiosoitteesi"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Anna sähköpostiosoitteesi, jotta unohdettu salasana on mahdollista palauttaa"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Kieli"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Auta kääntämisessä"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr "Käytä tätä osoitetta yhdistäessäsi ownCloudiisi tiedostonhallintaa käyttäen"
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr "Kirjautumisnimi"
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Luo"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr "Oletustallennustila"
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr "Rajoittamaton"
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Muu"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr "Tallennustila"
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr "vaihda näyttönimi"
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr "aseta uusi salasana"
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr "Oletus"
|
||||
|
|
|
@ -24,8 +24,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Christophe Lherieau <skimpax@gmail.com>, 2013
|
||||
# ouafnico <nicolas@shivaserv.fr>, 2012
|
||||
# Romain DEP. <rom1dep@gmail.com>, 2012
|
||||
# Zertrin <zrk951@gmail.com>, 2013
|
||||
|
@ -10,9 +11,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 01:57+0200\n"
|
||||
"PO-Revision-Date: 2013-04-23 23:58+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 15:50+0000\n"
|
||||
"Last-Translator: Christophe Lherieau <skimpax@gmail.com>\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"
|
||||
|
@ -58,7 +59,7 @@ msgid ""
|
|||
"<b>Warning:</b> The Curl support in PHP is not enabled or installed. "
|
||||
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
|
||||
"your system administrator to install it."
|
||||
msgstr ""
|
||||
msgstr "<b>Attention :</b> Le support de Curl n'est pas activé ou installé dans PHP. Le montage de ownCloud / WebDAV ou GoogleDrive n'est pas possible. Contactez votre administrateur système pour l'installer."
|
||||
|
||||
#: templates/settings.php:3
|
||||
msgid "External Storage"
|
||||
|
|
|
@ -3,31 +3,31 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Adalberto Rodrigues <rodrigues_adalberto@yahoo.fr>, 2013.
|
||||
# Brice <bmaron@gmail.com>, 2012.
|
||||
# Cédric MARTIN <sid50.martin@gmail.com>, 2013.
|
||||
# Christophe Lherieau <skimpax@gmail.com>, 2013.
|
||||
# Cyril Glapa <kyriog@gmail.com>, 2012.
|
||||
# <dba@alternalease.fr>, 2013.
|
||||
# <fboulogne@april.org>, 2011.
|
||||
# <florentin.lemoal@gmail.com>, 2012.
|
||||
# <gp4004@arghh.org>, 2012.
|
||||
# <guiguidu31300@gmail.com>, 2012.
|
||||
# Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>, 2011.
|
||||
# <life_0n_mars@live.fr>, 2012.
|
||||
# <mishka.lazzlo@gmail.com>, 2012.
|
||||
# Nahir Mohamed <nahirmoha@gmail.com>, 2012-2013.
|
||||
# <pierreamiel.giraud@gmail.com>, 2012.
|
||||
# Robert Di Rosa <>, 2012.
|
||||
# <rom1dep@gmail.com>, 2011, 2012.
|
||||
# Romain DEP. <rom1dep@gmail.com>, 2012-2013.
|
||||
# <thomash76@gmail.com>, 2013.
|
||||
# Adalberto Rodrigues <rodrigues_adalberto@yahoo.fr>, 2013
|
||||
# Brice <bmaron@gmail.com>, 2012
|
||||
# Flywall <sid50.martin@gmail.com>, 2013
|
||||
# Christophe Lherieau <skimpax@gmail.com>, 2013
|
||||
# Cyril Glapa <kyriog@gmail.com>, 2012
|
||||
# dbasquin <dba@alternalease.fr>, 2013
|
||||
# Francois_Boulogne <fboulogne@sciunto.org>, 2011
|
||||
# Florentin Le Moal <florentin.lemoal@gmail.com>, 2012
|
||||
# gp4004 <gp4004@arghh.org>, 2012
|
||||
# guiguidu31300 <guiguidu31300@gmail.com>, 2012
|
||||
# Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>, 2011
|
||||
# ytzelf <life_0n_mars@live.fr>, 2012
|
||||
# mishka <mishka.lazzlo@gmail.com>, 2012
|
||||
# Nahir Mohamed <nahirmoha@gmail.com>, 2012-2013
|
||||
# Pierre-Amiel Giraud <pierreamiel.giraud@gmail.com>, 2012
|
||||
# Robert Di Rosa <>, 2012
|
||||
# Romain DEP. <rom1dep@gmail.com>, 2011, 2012
|
||||
# Romain DEP. <rom1dep@gmail.com>, 2012-2013
|
||||
# jiminybillybob <thomash76@gmail.com>, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -40,12 +40,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "Impossible de charger la liste depuis l'App Store"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Erreur d'authentification"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr "Impossible de modifier le nom d'affichage"
|
||||
|
||||
|
@ -135,7 +139,7 @@ msgstr "Erreur lors de la mise à jour de l'application"
|
|||
msgid "Updated"
|
||||
msgstr "Mise à jour effectuée avec succès"
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "Sauvegarde..."
|
||||
|
||||
|
@ -151,16 +155,16 @@ msgstr "annuler"
|
|||
msgid "Unable to remove user"
|
||||
msgstr "Impossible de retirer l'utilisateur"
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Groupes"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "Groupe Admin"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Supprimer"
|
||||
|
||||
|
@ -331,19 +335,19 @@ msgstr "Log"
|
|||
msgid "Log level"
|
||||
msgstr "Niveau de log"
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr "Plus"
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr "Moins"
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "Version"
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -414,7 +418,7 @@ msgstr "Obtenez les applications de synchronisation de vos fichiers"
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr "Revoir le premier lancement de l'installeur"
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Mot de passe"
|
||||
|
||||
|
@ -438,82 +442,70 @@ msgstr "Nouveau mot de passe"
|
|||
msgid "Change password"
|
||||
msgstr "Changer de mot de passe"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr "Nom affiché"
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr "Votre nom d'affichage a bien été modifié"
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr "Impossible de modifier votre nom d'affichage"
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr "Changer le nom affiché"
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "E-mail"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Votre adresse e-mail"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Entrez votre adresse e-mail pour permettre la réinitialisation du mot de passe"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Langue"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Aidez à traduire"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr "Utiliser cette adresse pour vous connecter à ownCloud dans votre gestionnaire de fichiers"
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr "Nom de la connexion"
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Créer"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr "Support de stockage par défaut"
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr "Illimité"
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Autre"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr "Support de stockage"
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr "Changer le nom affiché"
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr "Changer le mot de passe"
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr "Défaut"
|
||||
|
|
|
@ -12,8 +12,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# antiparvos <marcoslansgarza@gmail.com>, 2012.
|
||||
# <mbouzada@gmail.com>, 2012-2013.
|
||||
# <mbouzada@gmail.com>, 2013.
|
||||
# <mbouzada@gmail.com>, 2012.
|
||||
# Miguel Anxo Bouzada <mbouzada@gmail.com>, 2013.
|
||||
# Xosé M. Lamas <correo.xmgz@gmail.com>, 2012.
|
||||
# antiparvos <marcoslansgarza@gmail.com>, 2012
|
||||
# mbouzada <mbouzada@gmail.com>, 2012-2013
|
||||
# mbouzada <mbouzada@gmail.com>, 2013
|
||||
# mbouzada <mbouzada@gmail.com>, 2012
|
||||
# mbouzada <mbouzada@gmail.com>, 2013
|
||||
# Xosé M. Lamas <correo.xmgz@gmail.com>, 2012
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -27,12 +27,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "Non foi posíbel cargar a lista desde a App Store"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Produciuse un erro de autenticación"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr "Non é posíbel cambiar o nome visíbel"
|
||||
|
||||
|
@ -122,7 +126,7 @@ msgstr "Produciuse un erro mentres actualizaba o aplicativo"
|
|||
msgid "Updated"
|
||||
msgstr "Actualizado"
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "Gardando..."
|
||||
|
||||
|
@ -138,16 +142,16 @@ msgstr "desfacer"
|
|||
msgid "Unable to remove user"
|
||||
msgstr "Non é posíbel retirar o usuario"
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Grupos"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "Grupo Admin"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Eliminar"
|
||||
|
||||
|
@ -318,19 +322,19 @@ msgstr "Rexistro"
|
|||
msgid "Log level"
|
||||
msgstr "Nivel de rexistro"
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr "Máis"
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr "Menos"
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "Versión"
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -401,7 +405,7 @@ msgstr "Obteña os aplicativos para sincronizar os seus ficheiros"
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr "Amosar o axudante da primeira execución outra vez"
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Contrasinal"
|
||||
|
||||
|
@ -425,82 +429,70 @@ msgstr "Novo contrasinal"
|
|||
msgid "Change password"
|
||||
msgstr "Cambiar o contrasinal"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr "Amosar o nome"
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr "O seu nome visíbel foi cambiado"
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr "Non é posíbel cambiar o seu nome visíbel"
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr "Cambiar o nome visíbel"
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "Correo"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "O seu enderezo de correo"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Escriba un enderezo de correo para activar a recuperación do contrasinal"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Idioma"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Axude na tradución"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr "Utilice este enderezo para conectarse ao seu ownCloud co administrador de ficheiros"
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr "Nome de acceso"
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Crear"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr "Almacenamento predeterminado"
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr "Sen límites"
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Outro"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr "Almacenamento"
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr "cambiar o nome visíbel"
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr "estabelecer un novo contrasinal"
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr "Predeterminado"
|
||||
|
|
|
@ -11,8 +11,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -3,16 +3,16 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Gilad Naaman <gilad.doom@gmail.com>, 2012.
|
||||
# <ido.parag@gmail.com>, 2012.
|
||||
# <tomerc+transifex.net@gmail.com>, 2011.
|
||||
# Yaron Shahrabani <sh.yaron@gmail.com>, 2012.
|
||||
# Gilad Naaman <gilad.doom@gmail.com>, 2012
|
||||
# idop <ido.parag@gmail.com>, 2012
|
||||
# Tomer Cohen <tomerc+transifex.net@gmail.com>, 2011
|
||||
# Yaron Shahrabani <sh.yaron@gmail.com>, 2012
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -25,12 +25,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "לא ניתן לטעון רשימה מה־App Store"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "שגיאת הזדהות"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr ""
|
||||
|
||||
|
@ -120,7 +124,7 @@ msgstr ""
|
|||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "שומר.."
|
||||
|
||||
|
@ -136,16 +140,16 @@ msgstr "ביטול"
|
|||
msgid "Unable to remove user"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "קבוצות"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "מנהל הקבוצה"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "מחיקה"
|
||||
|
||||
|
@ -316,19 +320,19 @@ msgstr ""
|
|||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr "יותר"
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr "פחות"
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "גרסא"
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -399,7 +403,7 @@ msgstr "השג את האפליקציות על מנת לסנכרן את הקבצ
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "ססמה"
|
||||
|
||||
|
@ -423,82 +427,70 @@ msgstr "ססמה חדשה"
|
|||
msgid "Change password"
|
||||
msgstr "שינוי ססמה"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "דוא״ל"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "כתובת הדוא״ל שלך"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "נא למלא את כתובת הדוא״ל שלך כדי לאפשר שחזור ססמה"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "פה"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "עזרה בתרגום"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr "השתמש בכתובת זאת על מנת להתחבר אל ownCloud דרך סייר קבצים."
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "יצירה"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "אחר"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -21,12 +21,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr ""
|
||||
|
||||
|
@ -116,7 +120,7 @@ msgstr ""
|
|||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr ""
|
||||
|
||||
|
@ -132,16 +136,16 @@ msgstr ""
|
|||
msgid "Unable to remove user"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
|
@ -312,19 +316,19 @@ msgstr ""
|
|||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -395,7 +399,7 @@ msgstr ""
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "पासवर्ड"
|
||||
|
||||
|
@ -419,82 +423,70 @@ msgstr "नया पासवर्ड"
|
|||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
|
|
@ -10,8 +10,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -3,15 +3,15 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Davor Kustec <dkustec@gmail.com>, 2011, 2012.
|
||||
# <franz@franz-net.info>, 2012.
|
||||
# Thomas Silađi <thomas.siladi@net.hr>, 2012.
|
||||
# Davor Kustec <dkustec@gmail.com>, 2011, 2012
|
||||
# fposavec <franz@franz-net.info>, 2012
|
||||
# Thomas Silađi <thomas.siladi@net.hr>, 2012
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -24,12 +24,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "Nemogićnost učitavanja liste sa Apps Stora"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Greška kod autorizacije"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,7 +123,7 @@ msgstr ""
|
|||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "Spremanje..."
|
||||
|
||||
|
@ -135,16 +139,16 @@ msgstr "vrati"
|
|||
msgid "Unable to remove user"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Grupe"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "Grupa Admin"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Obriši"
|
||||
|
||||
|
@ -315,19 +319,19 @@ msgstr ""
|
|||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -398,7 +402,7 @@ msgstr ""
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Lozinka"
|
||||
|
||||
|
@ -422,82 +426,70 @@ msgstr "Nova lozinka"
|
|||
msgid "Change password"
|
||||
msgstr "Izmjena lozinke"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "e-mail adresa"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Vaša e-mail adresa"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Ispunite vase e-mail adresa kako bi se omogućilo oporavak lozinke"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Jezik"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Pomoć prevesti"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Izradi"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "ostali"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
|
|
@ -14,8 +14,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -3,16 +3,16 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Adam Toth <adazlord@gmail.com>, 2012.
|
||||
# <gyonkibendeguz@gmail.com>, 2013.
|
||||
# Laszlo Tornoci <torlasz@gmail.com>, 2013.
|
||||
# Peter Borsa <peter.borsa@gmail.com>, 2011.
|
||||
# Adam Toth <adazlord@gmail.com>, 2012
|
||||
# gyeben <gyonkibendeguz@gmail.com>, 2013
|
||||
# Laszlo Tornoci <torlasz@gmail.com>, 2013
|
||||
# Peter Borsa <peter.borsa@gmail.com>, 2011
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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,12 +25,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "Nem tölthető le a lista az App Store-ból"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Azonosítási hiba"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr "Nem sikerült megváltoztatni a megjelenítési nevet"
|
||||
|
||||
|
@ -120,7 +124,7 @@ msgstr "Hiba történt a programfrissítés közben"
|
|||
msgid "Updated"
|
||||
msgstr "Frissítve"
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "Mentés..."
|
||||
|
||||
|
@ -136,16 +140,16 @@ msgstr "visszavonás"
|
|||
msgid "Unable to remove user"
|
||||
msgstr "A felhasználót nem sikerült eltávolítáni"
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Csoportok"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "Csoportadminisztrátor"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Törlés"
|
||||
|
||||
|
@ -316,19 +320,19 @@ msgstr "Naplózás"
|
|||
msgid "Log level"
|
||||
msgstr "Naplózási szint"
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr "Több"
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr "Kevesebb"
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "Verzió"
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -399,7 +403,7 @@ msgstr "Töltse le az állományok szinkronizációjához szükséges programoka
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr "Nézzük meg újra az első bejelentkezéskori segítséget!"
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Jelszó"
|
||||
|
||||
|
@ -423,82 +427,70 @@ msgstr "Az új jelszó"
|
|||
msgid "Change password"
|
||||
msgstr "A jelszó megváltoztatása"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr "A megjelenített név"
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr "Az Ön megjelenítési neve megváltozott"
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr "Nem sikerült megváltoztatni az Ön megjelenítési nevét"
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr "A megjelenítési név módosítása"
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "Email"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Az Ön email címe"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Adja meg az email címét, hogy jelszó-emlékeztetőt kérhessen, ha elfelejtette a jelszavát!"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Nyelv"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Segítsen a fordításban!"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
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/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr "Bejelentkezési név"
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Létrehozás"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr "Alapértelmezett tárhely"
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr "Korlátlan"
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Más"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr "Tárhely"
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr "a megjelenített név módosítása"
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr "új jelszó beállítása"
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr "Alapértelmezett"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -21,12 +21,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr ""
|
||||
|
||||
|
@ -116,7 +120,7 @@ msgstr ""
|
|||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr ""
|
||||
|
||||
|
@ -132,16 +136,16 @@ msgstr ""
|
|||
msgid "Unable to remove user"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Ջնջել"
|
||||
|
||||
|
@ -312,19 +316,19 @@ msgstr ""
|
|||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -395,7 +399,7 @@ msgstr ""
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
|
@ -419,82 +423,70 @@ msgstr ""
|
|||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Այլ"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Emilio Sepúlveda <djfunkinmixer@gmail.com>, 2011.
|
||||
# Emilio Sepúlveda <emisepulvedam@gmail.com>, 2012.
|
||||
# Emilio Sepúlveda <djfunkinmixer@gmail.com>, 2011
|
||||
# Emilio Sepúlveda <emisepulvedam@gmail.com>, 2012
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -23,12 +23,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr ""
|
||||
|
||||
|
@ -118,7 +122,7 @@ msgstr ""
|
|||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr ""
|
||||
|
||||
|
@ -134,16 +138,16 @@ msgstr ""
|
|||
msgid "Unable to remove user"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Gruppos"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Deler"
|
||||
|
||||
|
@ -314,19 +318,19 @@ msgstr ""
|
|||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -397,7 +401,7 @@ msgstr "Obtene le apps (applicationes) pro synchronizar tu files"
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Contrasigno"
|
||||
|
||||
|
@ -421,82 +425,70 @@ msgstr "Nove contrasigno"
|
|||
msgid "Change password"
|
||||
msgstr "Cambiar contrasigno"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "E-posta"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Tu adresse de e-posta"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Linguage"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Adjuta a traducer"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Crear"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Altere"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
|
|
@ -12,8 +12,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <mr.pige_ina@yahoo.co.id>, 2012.
|
||||
# Muhammad Fauzan <yosanpro@gmail.com>, 2012.
|
||||
# Muhammad Panji <sumodirjo@gmail.com>, 2012.
|
||||
# Muhammad Radifar <m_radifar05@yahoo.com>, 2011.
|
||||
# <romihardiyanto@gmail.com>, 2013.
|
||||
# Widya Walesa <walecha99@gmail.com>, 2013.
|
||||
# elmakong <mr.pige_ina@yahoo.co.id>, 2012
|
||||
# Muhammad Fauzan <yosanpro@gmail.com>, 2012
|
||||
# Muhammad Panji <sumodirjo@gmail.com>, 2012
|
||||
# Muhammad Radifar <m_radifar05@yahoo.com>, 2011
|
||||
# rodin <romihardiyanto@gmail.com>, 2013
|
||||
# w41l <walecha99@gmail.com>, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -27,12 +27,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "Tidak dapat memuat daftar dari App Store"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Galat autentikasi"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr "Tidak dapat mengubah nama tampilan"
|
||||
|
||||
|
@ -122,7 +126,7 @@ msgstr "Gagal ketika memperbarui aplikasi"
|
|||
msgid "Updated"
|
||||
msgstr "Diperbarui"
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "Menyimpan..."
|
||||
|
||||
|
@ -138,16 +142,16 @@ msgstr "urungkan"
|
|||
msgid "Unable to remove user"
|
||||
msgstr "Tidak dapat menghapus pengguna"
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Grup"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "Admin Grup"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Hapus"
|
||||
|
||||
|
@ -318,19 +322,19 @@ msgstr "Catat"
|
|||
msgid "Log level"
|
||||
msgstr "Level pencatatan"
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr "Lainnya"
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr "Ciutkan"
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "Versi"
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -401,7 +405,7 @@ msgstr "Dapatkan aplikasi untuk sinkronisasi berkas Anda"
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr "Tampilkan Penuntun Konfigurasi Awal"
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Sandi"
|
||||
|
||||
|
@ -425,82 +429,70 @@ msgstr "Sandi baru"
|
|||
msgid "Change password"
|
||||
msgstr "Ubah sandi"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr "Nama Tampilan"
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr "Nama tampilan Anda telah diubah"
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr "Tidak dapat mengubah nama tampilan Anda"
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr "Ubah nama tampilan"
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "Email"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Alamat email Anda"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Masukkan alamat email untuk mengaktifkan pemulihan sandi"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Bahasa"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Bantu menerjemahkan"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr "Gunakan alamat ini untuk terhubung ke ownCloud Anda pada manajer berkas "
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr "Nama Masuk"
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Buat"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr "Penyimpanan Baku"
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr "Tak terbatas"
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Lainnya"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr "Penyimpanan"
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr "ubah nama tampilan"
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr "setel sandi baru"
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr "Baku"
|
||||
|
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -3,13 +3,13 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <sveinng@gmail.com>, 2012-2013.
|
||||
# sveinn <sveinng@gmail.com>, 2012-2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -22,12 +22,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "Ekki tókst að hlaða lista frá forrita síðu"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Villa við auðkenningu"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr ""
|
||||
|
||||
|
@ -117,7 +121,7 @@ msgstr ""
|
|||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "Er að vista ..."
|
||||
|
||||
|
@ -133,16 +137,16 @@ msgstr "afturkalla"
|
|||
msgid "Unable to remove user"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Hópar"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "Hópstjóri"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Eyða"
|
||||
|
||||
|
@ -313,19 +317,19 @@ msgstr ""
|
|||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr "Meira"
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr "Minna"
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "Útgáfa"
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -396,7 +400,7 @@ msgstr ""
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Lykilorð"
|
||||
|
||||
|
@ -420,82 +424,70 @@ msgstr "Nýtt lykilorð"
|
|||
msgid "Change password"
|
||||
msgstr "Breyta lykilorði"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "Netfang"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Netfangið þitt"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Sláðu inn netfangið þitt til að virkja endurheimt á lykilorði"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Tungumál"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Hjálpa við þýðingu"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr "Notaðu þessa vefslóð til að tengjast ownCloud svæðinu þínu"
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Búa til"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr "Sjálfgefin gagnageymsla"
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr "Ótakmarkað"
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Annað"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr "gagnapláss"
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr "Sjálfgefið"
|
||||
|
|
|
@ -11,8 +11,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -3,19 +3,19 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <formalist@email.it>, 2012.
|
||||
# Francesco Apruzzese <cescoap@gmail.com>, 2011.
|
||||
# <icewind1991@gmail.com>, 2012.
|
||||
# Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>, 2011.
|
||||
# <marco@carnazzo.it>, 2011-2013.
|
||||
# <rb.colombo@gmail.com>, 2011.
|
||||
# Vincenzo Reale <vinx.reale@gmail.com>, 2012-2013.
|
||||
# formalist <formalist@email.it>, 2012
|
||||
# Francesco Apruzzese <cescoap@gmail.com>, 2011
|
||||
# Robin Appelman <icewind1991@gmail.com>, 2012
|
||||
# Jan-Christoph Borchardt <hey@jancborchardt.net>, 2011
|
||||
# ufic <marco@carnazzo.it>, 2011-2013
|
||||
# RColombo <rb.colombo@gmail.com>, 2011
|
||||
# Vincenzo Reale <vinx.reale@gmail.com>, 2012-2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -28,12 +28,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "Impossibile caricare l'elenco dall'App Store"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Errore di autenticazione"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr "Impossibile cambiare il nome visualizzato"
|
||||
|
||||
|
@ -123,7 +127,7 @@ msgstr "Errore durante l'aggiornamento"
|
|||
msgid "Updated"
|
||||
msgstr "Aggiornato"
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "Salvataggio in corso..."
|
||||
|
||||
|
@ -139,16 +143,16 @@ msgstr "annulla"
|
|||
msgid "Unable to remove user"
|
||||
msgstr "Impossibile rimuovere l'utente"
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Gruppi"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "Gruppi amministrati"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Elimina"
|
||||
|
||||
|
@ -319,19 +323,19 @@ msgstr "Log"
|
|||
msgid "Log level"
|
||||
msgstr "Livello di log"
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr "Più"
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr "Meno"
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "Versione"
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -402,7 +406,7 @@ msgstr "Scarica le applicazioni per sincronizzare i tuoi file"
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr "Mostra nuovamente la procedura di primo avvio"
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Password"
|
||||
|
||||
|
@ -426,82 +430,70 @@ msgstr "Nuova password"
|
|||
msgid "Change password"
|
||||
msgstr "Modifica password"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr "Nome visualizzato"
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr "Il tuo nome visualizzato è stato cambiato"
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr "Impossibile cambiare il tuo nome visualizzato"
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr "Cambia il nome visualizzato"
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "Email"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Il tuo indirizzo email"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Inserisci il tuo indirizzo email per abilitare il recupero della password"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Lingua"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Migliora la traduzione"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr "Usa questo indirizzo per connetterti al tuo ownCloud dal tuo gestore file"
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr "Nome utente"
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Crea"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr "Archiviazione predefinita"
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr "Illimitata"
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Altro"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr "Archiviazione"
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr "cambia il nome visualizzato"
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr "imposta una nuova password"
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr "Predefinito"
|
||||
|
|
|
@ -12,8 +12,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -12,9 +12,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-18 02:04+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 08:10+0000\n"
|
||||
"Last-Translator: Daisuke Deguchi <ddeguchi@nagoya-u.jp>\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -26,12 +26,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "アプリストアからリストをロードできません"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "認証エラー"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr "表示名を変更できません"
|
||||
|
||||
|
@ -121,7 +125,7 @@ msgstr "アプリの更新中にエラーが発生"
|
|||
msgid "Updated"
|
||||
msgstr "更新済み"
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "保存中..."
|
||||
|
||||
|
@ -137,16 +141,16 @@ msgstr "元に戻す"
|
|||
msgid "Unable to remove user"
|
||||
msgstr "ユーザを削除出来ません"
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "グループ"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "グループ管理者"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "削除"
|
||||
|
||||
|
@ -325,11 +329,11 @@ msgstr "もっと見る"
|
|||
msgid "Less"
|
||||
msgstr "閉じる"
|
||||
|
||||
#: templates/admin.php:235 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "バージョン"
|
||||
|
||||
#: templates/admin.php:238 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -400,7 +404,7 @@ msgstr "ファイルを同期するためのアプリを取得"
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr "初回ウィザードを再表示する"
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "パスワード"
|
||||
|
||||
|
@ -424,82 +428,70 @@ msgstr "新しいパスワード"
|
|||
msgid "Change password"
|
||||
msgstr "パスワードを変更"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr "表示名"
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr "あなたの表示名を変更しました"
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr "あなたの表示名を変更できません"
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr "表示名を変更"
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "Email"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "あなたのメールアドレス"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "※パスワード回復を有効にするにはメールアドレスの入力が必要です"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "言語"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "翻訳に協力する"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr "ファイルマネージャでownCloudに接続する際はこのアドレスを利用してください"
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr "ログイン名"
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "作成"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr "デフォルトストレージ"
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr "無制限"
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "その他"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr "ストレージ"
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr "表示名を変更"
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr "新しいパスワードを設定"
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr "デフォルト"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Georgian (http://www.transifex.com/projects/p/owncloud/language/ka/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -21,12 +21,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr ""
|
||||
|
||||
|
@ -116,7 +120,7 @@ msgstr ""
|
|||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr ""
|
||||
|
||||
|
@ -132,16 +136,16 @@ msgstr ""
|
|||
msgid "Unable to remove user"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
|
@ -312,19 +316,19 @@ msgstr ""
|
|||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -395,7 +399,7 @@ msgstr ""
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "პაროლი"
|
||||
|
||||
|
@ -419,82 +423,70 @@ msgstr ""
|
|||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+0000\n"
|
||||
"Last-Translator: drlinux64 <romeo@energo-pro.ge>\n"
|
||||
"Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
|
|
@ -9,8 +9,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-22 01:58+0200\n"
|
||||
"PO-Revision-Date: 2013-04-21 18:40+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -23,12 +23,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "აპლიკაციების სია ვერ ჩამოიტვირთა App Store"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "ავთენტიფიკაციის შეცდომა"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr "დისფლეის სახელის შეცვლა ვერ მოხერხდა"
|
||||
|
||||
|
@ -118,7 +122,7 @@ msgstr "შეცდომა აპლიკაციის განახლ
|
|||
msgid "Updated"
|
||||
msgstr "განახლებულია"
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "შენახვა..."
|
||||
|
||||
|
@ -134,16 +138,16 @@ msgstr "დაბრუნება"
|
|||
msgid "Unable to remove user"
|
||||
msgstr "მომხმარებლის წაშლა ვერ მოხერხდა"
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "ჯგუფი"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "ჯგუფის ადმინისტრატორი"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "წაშლა"
|
||||
|
||||
|
@ -322,11 +326,11 @@ msgstr "უფრო მეტი"
|
|||
msgid "Less"
|
||||
msgstr "naklebi"
|
||||
|
||||
#: templates/admin.php:235 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "ვერსია"
|
||||
|
||||
#: templates/admin.php:238 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -397,7 +401,7 @@ msgstr "აპლიკაცია ფაილების სინქრო
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr "მაჩვენე თავიდან გაშვებული ვიზარდი"
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "პაროლი"
|
||||
|
||||
|
@ -421,82 +425,70 @@ msgstr "ახალი პაროლი"
|
|||
msgid "Change password"
|
||||
msgstr "პაროლის შეცვლა"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr "დისპლეის სახელი"
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr "დისფლეის სახელი შეიცვალა"
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr "თქვენი დისფლეის სახელის შეცვლა ვერ მოხერხდა"
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr "დისფლეის სახელის შეცვლა"
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "იმეილი"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "თქვენი იმეილ მისამართი"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "შეავსეთ იმეილ მისამართის ველი პაროლის აღსადგენად"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "ენა"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "თარგმნის დახმარება"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr "გამოიყენე შემდეგი მისამართი ownCloud–თან დასაკავშირებლად შენს ფაილმენეჯერში"
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr "მომხმარებლის სახელი"
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "შექმნა"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr "საწყისი საცავი"
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr "ულიმიტო"
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "სხვა"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr "საცავი"
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr "შეცვალე დისფლეის სახელი"
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr "დააყენეთ ახალი პაროლი"
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr "საწყისი პარამეტრები"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -21,12 +21,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr ""
|
||||
|
||||
|
@ -116,7 +120,7 @@ msgstr ""
|
|||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr ""
|
||||
|
||||
|
@ -132,16 +136,16 @@ msgstr ""
|
|||
msgid "Unable to remove user"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
|
@ -312,19 +316,19 @@ msgstr ""
|
|||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -395,7 +399,7 @@ msgstr ""
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
|
@ -419,82 +423,70 @@ msgstr ""
|
|||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
|
|
@ -13,8 +13,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -3,17 +3,17 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <aoiob4305@gmail.com>, 2013.
|
||||
# 남자사람 <cessnagi@gmail.com>, 2012.
|
||||
# Harim Park <fofwisdom@gmail.com>, 2013.
|
||||
# <limonade83@gmail.com>, 2012.
|
||||
# Shinjo Park <kde@peremen.name>, 2012-2013.
|
||||
# aoiob4305 <aoiob4305@gmail.com>, 2013
|
||||
# 남자사람 <cessnagi@gmail.com>, 2012
|
||||
# Harim Park <fofwisdom@gmail.com>, 2013
|
||||
# yunhye <limonade83@gmail.com>, 2012
|
||||
# Shinjo Park <kde@peremen.name>, 2012-2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -26,12 +26,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "앱 스토어에서 목록을 가져올 수 없습니다"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "인증 오류"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr ""
|
||||
|
||||
|
@ -121,7 +125,7 @@ msgstr ""
|
|||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "저장 중..."
|
||||
|
||||
|
@ -137,16 +141,16 @@ msgstr "되돌리기"
|
|||
msgid "Unable to remove user"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "그룹"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "그룹 관리자"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "삭제"
|
||||
|
||||
|
@ -317,19 +321,19 @@ msgstr ""
|
|||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr "더 중요함"
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr "덜 중요함"
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "버전"
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -400,7 +404,7 @@ msgstr "앱을 이용하여 당신의 파일을 동기화 할 수 있습니다."
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr "첫 실행 마법사 다시 보이기"
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "암호"
|
||||
|
||||
|
@ -424,82 +428,70 @@ msgstr "새 암호"
|
|||
msgid "Change password"
|
||||
msgstr "암호 변경"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr "표시 이름"
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "이메일"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "이메일 주소"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "암호 찾기 기능을 사용하려면 이메일 주소를 입력하십시오."
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "언어"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "번역 돕기"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr "파일 관리자에서 ownCloud에 접속하려면 이 주소를 사용하십시오."
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr "로그인 이름"
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "만들기"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr "기본 저장소"
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr "무제한"
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "기타"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr "저장소"
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr "표시 이름 변경"
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr "새 암호 설정"
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr "기본값"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -21,12 +21,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr ""
|
||||
|
||||
|
@ -116,7 +120,7 @@ msgstr ""
|
|||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "پاشکهوتدهکات..."
|
||||
|
||||
|
@ -132,16 +136,16 @@ msgstr ""
|
|||
msgid "Unable to remove user"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
|
@ -312,19 +316,19 @@ msgstr ""
|
|||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -395,7 +399,7 @@ msgstr ""
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "وشەی تێپەربو"
|
||||
|
||||
|
@ -419,82 +423,70 @@ msgstr "وشەی نهێنی نوێ"
|
|||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "ئیمهیل"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -3,13 +3,13 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <sim0n@trypill.org>, 2011-2012.
|
||||
# sim0n <sim0n@trypill.org>, 2011-2012
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -22,12 +22,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "Konnt Lescht net vum App Store lueden"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Authentifikatioun's Fehler"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr ""
|
||||
|
||||
|
@ -117,7 +121,7 @@ msgstr ""
|
|||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "Speicheren..."
|
||||
|
||||
|
@ -133,16 +137,16 @@ msgstr "réckgängeg man"
|
|||
msgid "Unable to remove user"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Gruppen"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "Gruppen Admin"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Läschen"
|
||||
|
||||
|
@ -313,19 +317,19 @@ msgstr ""
|
|||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -396,7 +400,7 @@ msgstr ""
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Passwuert"
|
||||
|
||||
|
@ -420,82 +424,70 @@ msgstr "Neit Passwuert"
|
|||
msgid "Change password"
|
||||
msgstr "Passwuert änneren"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "Email"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Deng Email Adress"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Gëff eng Email Adress an fir d'Passwuert recovery ze erlaben"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Sprooch"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Hëllef iwwersetzen"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Erstellen"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Aner"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
|
|
@ -10,8 +10,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <andrejuszl@gmail.com>, 2012.
|
||||
# Dr. ROX <to.dr.rox@gmail.com>, 2011, 2012.
|
||||
# andrejuseu <andrejuszl@gmail.com>, 2012
|
||||
# Dr. ROX <to.dr.rox@gmail.com>, 2011, 2012
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -23,12 +23,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "Neįmanoma įkelti sąrašo iš Programų Katalogo"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Autentikacijos klaida"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr ""
|
||||
|
||||
|
@ -118,7 +122,7 @@ msgstr ""
|
|||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "Saugoma.."
|
||||
|
||||
|
@ -134,16 +138,16 @@ msgstr "anuliuoti"
|
|||
msgid "Unable to remove user"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Grupės"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Ištrinti"
|
||||
|
||||
|
@ -314,19 +318,19 @@ msgstr ""
|
|||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr "Daugiau"
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr "Mažiau"
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -397,7 +401,7 @@ msgstr ""
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Slaptažodis"
|
||||
|
||||
|
@ -421,82 +425,70 @@ msgstr "Naujas slaptažodis"
|
|||
msgid "Change password"
|
||||
msgstr "Pakeisti slaptažodį"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "El. paštas"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Jūsų el. pašto adresas"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Pamiršto slaptažodžio atkūrimui įveskite savo el. pašto adresą"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Kalba"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Padėkite išversti"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Sukurti"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Kita"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
|
|
@ -10,8 +10,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -3,15 +3,15 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <aldis@udris.lv>, 2012.
|
||||
# <elwins@inbox.lv>, 2012.
|
||||
# Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2013.
|
||||
# CPDZ <aldis@udris.lv>, 2012
|
||||
# elwins <elwins@inbox.lv>, 2012
|
||||
# Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -24,12 +24,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "Nevar lejupielādēt sarakstu no lietotņu veikala"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Autentifikācijas kļūda"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr "Nevarēja mainīt redzamo vārdu"
|
||||
|
||||
|
@ -119,7 +123,7 @@ msgstr "Kļūda, atjauninot lietotni"
|
|||
msgid "Updated"
|
||||
msgstr "Atjaunināta"
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "Saglabā..."
|
||||
|
||||
|
@ -135,16 +139,16 @@ msgstr "atsaukt"
|
|||
msgid "Unable to remove user"
|
||||
msgstr "Nevar izņemt lietotāju"
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Grupas"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "Grupas administrators"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Dzēst"
|
||||
|
||||
|
@ -315,19 +319,19 @@ msgstr "Žurnāls"
|
|||
msgid "Log level"
|
||||
msgstr "Žurnāla līmenis"
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr "Vairāk"
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr "Mazāk"
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "Versija"
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -398,7 +402,7 @@ msgstr "Saņem lietotnes, lai sinhronizētu savas datnes"
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr "Vēlreiz rādīt pirmās palaišanas vedni"
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Parole"
|
||||
|
||||
|
@ -422,82 +426,70 @@ msgstr "Jauna parole"
|
|||
msgid "Change password"
|
||||
msgstr "Mainīt paroli"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr "Redzamais vārds"
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr "Jūsu redzamais vārds tika mainīts"
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr "Nevarēja mainīt jūsu redzamo vārdu"
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr "Mainīt redzamo vārdu"
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "E-pasts"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Jūsu e-pasta adrese"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Ievadiet e-pasta adresi, lai vēlāk varētu atgūt paroli, ja būs nepieciešamība"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Valoda"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Palīdzi tulkot"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr "Izmanto šo adresi, lai, izmantojot datņu pārvaldnieku, savienotos ar savu ownCloud"
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr "Ierakstīšanās vārds"
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Izveidot"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr "Noklusējuma krātuve"
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr "Neierobežota"
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Cits"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr "Krātuve"
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr "mainīt redzamo vārdu"
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr "iestatīt jaunu paroli"
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr "Noklusējuma"
|
||||
|
|
|
@ -10,8 +10,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -3,15 +3,15 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Georgi Stanojevski <glisha@gmail.com>, 2012.
|
||||
# Miroslav Jovanovic <j.miroslav@gmail.com>, 2012.
|
||||
# Miroslav Jovanovic <jmiroslav@softhome.net>, 2012.
|
||||
# Georgi Stanojevski <glisha@gmail.com>, 2012
|
||||
# Miroslav Jovanovic <j.miroslav@gmail.com>, 2012
|
||||
# Miroslav Jovanovic <jmiroslav@softhome.net>, 2012
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -24,12 +24,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "Неможам да вчитам листа од App Store"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Грешка во автентикација"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,7 +123,7 @@ msgstr ""
|
|||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "Снимам..."
|
||||
|
||||
|
@ -135,16 +139,16 @@ msgstr "врати"
|
|||
msgid "Unable to remove user"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Групи"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "Администратор на група"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Избриши"
|
||||
|
||||
|
@ -315,19 +319,19 @@ msgstr ""
|
|||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr "Повеќе"
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr "Помалку"
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "Верзија"
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -398,7 +402,7 @@ msgstr ""
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Лозинка"
|
||||
|
||||
|
@ -422,82 +426,70 @@ msgstr "Нова лозинка"
|
|||
msgid "Change password"
|
||||
msgstr "Смени лозинка"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "Е-пошта"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Вашата адреса за е-пошта"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Пополни ја адресата за е-пошта за да може да ја обновуваш лозинката"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Јазик"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Помогни во преводот"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr "Користете ја оваа адреса да "
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Создај"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Останато"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
|
|
@ -11,8 +11,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -3,16 +3,16 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Ahmed Noor Kader Mustajir Md Eusoff <sir.ade@gmail.com>, 2012.
|
||||
# <hadri.hilmi@gmail.com>, 2011, 2012.
|
||||
# Hadri Hilmi <hadri.hilmi@gmail.com>, 2012.
|
||||
# Zulhilmi Rosnin <zulhilmi.rosnin@gmail.com>, 2012.
|
||||
# Ahmed Noor Kader Mustajir Md Eusoff <sir.ade@gmail.com>, 2012
|
||||
# Hadri Hilmi <hadri.hilmi@gmail.com>, 2011, 2012
|
||||
# Hadri Hilmi <hadri.hilmi@gmail.com>, 2012
|
||||
# Zulhilmi Rosnin <zulhilmi.rosnin@gmail.com>, 2012
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -25,12 +25,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Ralat pengesahan"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr ""
|
||||
|
||||
|
@ -120,7 +124,7 @@ msgstr ""
|
|||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "Simpan..."
|
||||
|
||||
|
@ -136,16 +140,16 @@ msgstr ""
|
|||
msgid "Unable to remove user"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Kumpulan"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Padam"
|
||||
|
||||
|
@ -316,19 +320,19 @@ msgstr ""
|
|||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -399,7 +403,7 @@ msgstr ""
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Kata laluan "
|
||||
|
||||
|
@ -423,82 +427,70 @@ msgstr "Kata laluan baru"
|
|||
msgid "Change password"
|
||||
msgstr "Ubah kata laluan"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "Emel"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Alamat emel anda"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Isi alamat emel anda untuk membolehkan pemulihan kata laluan"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Bahasa"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Bantu terjemah"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Buat"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Lain"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -21,12 +21,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "ခွင့်ပြုချက်မအောင်မြင်"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr ""
|
||||
|
||||
|
@ -116,7 +120,7 @@ msgstr ""
|
|||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr ""
|
||||
|
||||
|
@ -132,16 +136,16 @@ msgstr ""
|
|||
msgid "Unable to remove user"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
|
@ -312,19 +316,19 @@ msgstr ""
|
|||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -395,7 +399,7 @@ msgstr ""
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "စကားဝှက်"
|
||||
|
||||
|
@ -419,82 +423,70 @@ msgstr "စကားဝှက်အသစ်"
|
|||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
|
|
@ -16,8 +16,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -3,20 +3,20 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <ajarmund@gmail.com>, 2011.
|
||||
# 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.
|
||||
# anjar <ajarmund@gmail.com>, 2011
|
||||
# Arvid Nornes <arvid.nornes@gmail.com>, 2012
|
||||
# Christer Eriksson <post@hc3web.com>, 2012
|
||||
# Daniel <i18n@daniel.priv.no>, 2012
|
||||
# espenbye <espenbye@me.com>, 2012
|
||||
# hdalgrav <hdalgrav@gmail.com>, 2012
|
||||
# owncloud <itssmail@yahoo.no>, 2012
|
||||
# runesudden <runesudden@gmail.com>, 2012
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -29,12 +29,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "Lasting av liste fra App Store feilet."
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Autentikasjonsfeil"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr ""
|
||||
|
||||
|
@ -124,7 +128,7 @@ msgstr ""
|
|||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "Lagrer..."
|
||||
|
||||
|
@ -140,16 +144,16 @@ msgstr "angre"
|
|||
msgid "Unable to remove user"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Grupper"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "Gruppeadministrator"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Slett"
|
||||
|
||||
|
@ -320,19 +324,19 @@ msgstr ""
|
|||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr "Mer"
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr "Mindre"
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "Versjon"
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -403,7 +407,7 @@ msgstr "Få dine apps til å synkronisere dine filer"
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Passord"
|
||||
|
||||
|
@ -427,82 +431,70 @@ msgstr "Nytt passord"
|
|||
msgid "Change password"
|
||||
msgstr "Endre passord"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "E-post"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Din e-postadresse"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Oppi epostadressen du vil tilbakestille passordet for"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Språk"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Bidra til oversettelsen"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Opprett"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Annet"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -21,12 +21,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr ""
|
||||
|
||||
|
@ -116,7 +120,7 @@ msgstr ""
|
|||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr ""
|
||||
|
||||
|
@ -132,16 +136,16 @@ msgstr ""
|
|||
msgid "Unable to remove user"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
|
@ -312,19 +316,19 @@ msgstr ""
|
|||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -395,7 +399,7 @@ msgstr ""
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
|
@ -419,82 +423,70 @@ msgstr ""
|
|||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
|
|
@ -19,8 +19,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -3,24 +3,24 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# André Koot <meneer@tken.net>, 2012-2013.
|
||||
# <bart.formosus@gmail.com>, 2011.
|
||||
# <bramdv@me.com>, 2012.
|
||||
# <didi.debian@cknow.org>, 2012.
|
||||
# Erik Bent <hj.bent.60@gmail.com>, 2012.
|
||||
# <icewind1991@gmail.com>, 2011, 2012.
|
||||
# <jos@gelauff.net>, 2012.
|
||||
# <koen@vervloesem.eu>, 2011.
|
||||
# <lenny@weijl.org>, 2012.
|
||||
# <pietje8501@gmail.com>, 2012.
|
||||
# Richard Bos <radoeka@gmail.com>, 2012.
|
||||
# Wilfred Dijksman <translate@wdijksman.nl>, 2013.
|
||||
# André Koot <meneer@tken.net>, 2012-2013
|
||||
# isama <bart.formosus@gmail.com>, 2011
|
||||
# Bramdv <bramdv@me.com>, 2012
|
||||
# diederikdehaas <didi.debian@cknow.org>, 2012
|
||||
# Erik Bent <hj.bent.60@gmail.com>, 2012
|
||||
# Robin Appelman <icewind1991@gmail.com>, 2011, 2012
|
||||
# jgelauff <jos@gelauff.net>, 2012
|
||||
# koenvervloesem <koen@vervloesem.eu>, 2011
|
||||
# Len <lenny@weijl.org>, 2012
|
||||
# Pietje8501 <pietje8501@gmail.com>, 2012
|
||||
# Richard Bos <radoeka@gmail.com>, 2012
|
||||
# Wilfred Dijksman <translate@wdijksman.nl>, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -33,12 +33,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "Kan de lijst niet van de App store laden"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Authenticatie fout"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr "Kon de weergavenaam niet wijzigen"
|
||||
|
||||
|
@ -128,7 +132,7 @@ msgstr "Fout bij bijwerken app"
|
|||
msgid "Updated"
|
||||
msgstr "Bijgewerkt"
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "Aan het bewaren....."
|
||||
|
||||
|
@ -144,16 +148,16 @@ msgstr "ongedaan maken"
|
|||
msgid "Unable to remove user"
|
||||
msgstr "Kon gebruiker niet verwijderen"
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Groepen"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "Groep beheerder"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "verwijderen"
|
||||
|
||||
|
@ -324,19 +328,19 @@ msgstr "Log"
|
|||
msgid "Log level"
|
||||
msgstr "Log niveau"
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr "Meer"
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr "Minder"
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "Versie"
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -407,7 +411,7 @@ msgstr "Download de apps om bestanden te synchen"
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr "Toon de Eerste start Wizard opnieuw"
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Wachtwoord"
|
||||
|
||||
|
@ -431,82 +435,70 @@ msgstr "Nieuw wachtwoord"
|
|||
msgid "Change password"
|
||||
msgstr "Wijzig wachtwoord"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr "Weergavenaam"
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr "Uw weergavenaam is gewijzigd"
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr "Kon de weergavenaam niet wijzigen"
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr "Wijzig weergavenaam"
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "E-mailadres"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Uw e-mailadres"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Vul een e-mailadres in om wachtwoord reset uit te kunnen voeren"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Taal"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Help met vertalen"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr "Gebruik dit adres om te verbinden met uw ownCloud in uw bestandsbeheer"
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr "Inlognaam"
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Creëer"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr "Default opslag"
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr "Ongelimiteerd"
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Andere"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr "Opslag"
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr "wijzig weergavenaam"
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr "Instellen nieuw wachtwoord"
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr "Default"
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <erviker@gmail.com>, 2012.
|
||||
# <p.ixiemotion@gmail.com>, 2011.
|
||||
# erviker <erviker@gmail.com>, 2012
|
||||
# <p.ixiemotion@gmail.com>, 2011
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -23,12 +23,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "Klarer ikkje å laste inn liste fra App Store"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Feil i autentisering"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr ""
|
||||
|
||||
|
@ -118,7 +122,7 @@ msgstr ""
|
|||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr ""
|
||||
|
||||
|
@ -134,16 +138,16 @@ msgstr ""
|
|||
msgid "Unable to remove user"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Grupper"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Slett"
|
||||
|
||||
|
@ -314,19 +318,19 @@ msgstr ""
|
|||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -397,7 +401,7 @@ msgstr ""
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Passord"
|
||||
|
||||
|
@ -421,82 +425,70 @@ msgstr "Nytt passord"
|
|||
msgid "Change password"
|
||||
msgstr "Endra passord"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "Epost"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Din epost addresse"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Fyll inn din e-post addresse for og kunne motta passord tilbakestilling"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Språk"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Hjelp oss å oversett"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Lag"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Anna"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -3,13 +3,13 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <d.chateau@laposte.net>, 2012.
|
||||
# tartafione <d.chateau@laposte.net>, 2012
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -22,12 +22,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "Pas possible de cargar la tièra dempuèi App Store"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Error d'autentificacion"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr ""
|
||||
|
||||
|
@ -117,7 +121,7 @@ msgstr ""
|
|||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "Enregistra..."
|
||||
|
||||
|
@ -133,16 +137,16 @@ msgstr "defar"
|
|||
msgid "Unable to remove user"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Grops"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "Grop Admin"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Escafa"
|
||||
|
||||
|
@ -313,19 +317,19 @@ msgstr ""
|
|||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -396,7 +400,7 @@ msgstr ""
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Senhal"
|
||||
|
||||
|
@ -420,82 +424,70 @@ msgstr "Senhal novèl"
|
|||
msgid "Change password"
|
||||
msgstr "Cambia lo senhal"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "Corrièl"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Ton adreiça de corrièl"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Emplena una adreiça de corrièl per permetre lo mandadís del senhal perdut"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Lenga"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Ajuda a la revirada"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Crea"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Autres"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
|
|
@ -17,8 +17,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -3,26 +3,26 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <b13n1u@gmail.com>, 2013.
|
||||
# Bartek Krawczyk <bbartlomiej@gmail.com>, 2013.
|
||||
# Cyryl Sochacki <>, 2012.
|
||||
# Cyryl Sochacki <cyrylsochacki@gmail.com>, 2012-2013.
|
||||
# <icewind1991@gmail.com>, 2012.
|
||||
# Kamil Domański <kdomanski@kdemail.net>, 2011.
|
||||
# Maciej Tarmas <maciej@tarmas.com>, 2013.
|
||||
# Marcin Małecki <gerber@tkdami.net>, 2011, 2012.
|
||||
# Marcin Małecki <mosslar@gmail.com>, 2011.
|
||||
# Michał Plichta <mplichta@gmail.com>, 2013.
|
||||
# <mosslar@gmail.com>, 2011.
|
||||
# <mplichta@gmail.com>, 2012.
|
||||
# Piotr Sokół <psokol@jabster.pl>, 2012.
|
||||
# <tomekde@gmail.com>, 2012.
|
||||
# b13n1u <b13n1u@gmail.com>, 2013
|
||||
# bbartlomiej <bbartlomiej@gmail.com>, 2013
|
||||
# Cyryl Sochacki <cyrylsochacki@gmail.com>, 2012
|
||||
# Cyryl Sochacki <cyrylsochacki@gmail.com>, 2012-2013
|
||||
# Robin Appelman <icewind1991@gmail.com>, 2012
|
||||
# Kamil Domański <kdomanski@kdemail.net>, 2011
|
||||
# Maciej Tarmas <maciej@tarmas.pl>, 2013
|
||||
# Marcin Małecki <gerber@tkdami.net>, 2011, 2012
|
||||
# Marcin Małecki <mosslar@gmail.com>, 2011
|
||||
# emc <mplichta@gmail.com>, 2013
|
||||
# <mosslar@gmail.com>, 2011
|
||||
# emc <mplichta@gmail.com>, 2012
|
||||
# Piotr Sokół <psokol@jabster.pl>, 2012
|
||||
# Thomasso <tomekde@gmail.com>, 2012
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -35,12 +35,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "Nie można wczytać listy aplikacji"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Błąd uwierzytelniania"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr "Nie można zmienić wyświetlanej nazwy"
|
||||
|
||||
|
@ -130,7 +134,7 @@ msgstr "Błąd podczas aktualizacji aplikacji"
|
|||
msgid "Updated"
|
||||
msgstr "Zaktualizowano"
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "Zapisywanie..."
|
||||
|
||||
|
@ -146,16 +150,16 @@ msgstr "cofnij"
|
|||
msgid "Unable to remove user"
|
||||
msgstr "Nie można usunąć użytkownika"
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Grupy"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "Administrator grupy"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Usuń"
|
||||
|
||||
|
@ -326,19 +330,19 @@ msgstr "Logi"
|
|||
msgid "Log level"
|
||||
msgstr "Poziom logów"
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr "Więcej"
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr "Mniej"
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "Wersja"
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -409,7 +413,7 @@ msgstr "Pobierz aplikacje żeby synchronizować swoje pliki"
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr "Uruchom ponownie kreatora pierwszego uruchomienia"
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Hasło"
|
||||
|
||||
|
@ -433,82 +437,70 @@ msgstr "Nowe hasło"
|
|||
msgid "Change password"
|
||||
msgstr "Zmień hasło"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr "Wyświetlana nazwa"
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr "Twoja nazwa wyświetlana została zmieniona"
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr "Nie można zmienić twojej wyświetlanej nazwy"
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr "Zmień wyświetlaną nazwę"
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "E-mail"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Twój adres e-mail"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Podaj adres e-mail, aby uzyskać możliwość odzyskania hasła"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Język"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Pomóż w tłumaczeniu"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr "Użyj tego adresu aby podłączyć zasób ownCloud w menedżerze plików"
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr "Login"
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Utwórz"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr "Magazyn domyślny"
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr "Bez limitu"
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Inne"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr "Magazyn"
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr "zmień wyświetlaną nazwę"
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr "ustaw nowe hasło"
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr "Domyślny"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -21,12 +21,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr ""
|
||||
|
||||
|
@ -116,7 +120,7 @@ msgstr ""
|
|||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr ""
|
||||
|
||||
|
@ -132,16 +136,16 @@ msgstr ""
|
|||
msgid "Unable to remove user"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
|
@ -312,19 +316,19 @@ msgstr ""
|
|||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -395,7 +399,7 @@ msgstr ""
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
|
@ -419,82 +423,70 @@ msgstr ""
|
|||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "Email"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
|
|
@ -19,8 +19,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -3,23 +3,23 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <duda.nogueira@metasys.com.br>, 2011.
|
||||
# Frederico Freire Boaventura <fboaventura@live.com>, 2013.
|
||||
# <fred.maranhao@gmail.com>, 2012.
|
||||
# Guilherme Maluf Balzana <guimalufb@gmail.com>, 2012.
|
||||
# <philippi.sedir@gmail.com>, 2012.
|
||||
# Rodrigo Tavares <rodrigo.st23@hotmail.com>, 2013.
|
||||
# Sandro Venezuela <sandrovenezuela@gmail.com>, 2012.
|
||||
# <targinosilveira@gmail.com>, 2012.
|
||||
# Thiago Vicente <thiagovice@gmail.com>, 2012.
|
||||
# <thoriumbr@gmail.com>, 2012.
|
||||
# Van Der Fran <transifex@vanderland.com>, 2011.
|
||||
# dudanogueira <dudanogueira@gmail.com>, 2011
|
||||
# fboaventura <fboaventura@live.com>, 2013
|
||||
# FredMaranhao <fred.maranhao@gmail.com>, 2012
|
||||
# Guilherme Maluf Balzana <guimalufb@gmail.com>, 2012
|
||||
# sedir <philippi.sedir@gmail.com>, 2012
|
||||
# Rodrigo Tavares <rodrigo.st23@hotmail.com>, 2013
|
||||
# Sandro Venezuela <sandrovenezuela@gmail.com>, 2012
|
||||
# targinosilveira <targinosilveira@gmail.com>, 2012
|
||||
# Thiago Vicente <thiagovice@gmail.com>, 2012
|
||||
# thoriumbr <thoriumbr@gmail.com>, 2012
|
||||
# Van Der Fran <transifex@vanderland.com>, 2011
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -32,12 +32,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "Não foi possível carregar lista da App Store"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Erro de autenticação"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr "Impossível alterar nome de exibição"
|
||||
|
||||
|
@ -127,7 +131,7 @@ msgstr "Erro ao atualizar aplicativo"
|
|||
msgid "Updated"
|
||||
msgstr "Atualizado"
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "Guardando..."
|
||||
|
||||
|
@ -143,16 +147,16 @@ msgstr "desfazer"
|
|||
msgid "Unable to remove user"
|
||||
msgstr "Impossível remover usuário"
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Grupos"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "Grupo Administrativo"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Excluir"
|
||||
|
||||
|
@ -323,19 +327,19 @@ msgstr "Registro"
|
|||
msgid "Log level"
|
||||
msgstr "Nível de registro"
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr "Mais"
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr "Menos"
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "Versão"
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -406,7 +410,7 @@ msgstr "Faça com que os apps sincronize seus arquivos"
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr "Mostrar este Assistente de novo"
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Senha"
|
||||
|
||||
|
@ -430,82 +434,70 @@ msgstr "Nova senha"
|
|||
msgid "Change password"
|
||||
msgstr "Alterar senha"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr "Nome de Exibição"
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr "Seu nome de exibição foi alterado"
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr "Impossível alterar seu nome de exibição"
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr "Alterar nome de exibição"
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "E-mail"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "Seu endereço de e-mail"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Preencha um endereço de e-mail para habilitar a recuperação de senha"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Idioma"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Ajude a traduzir"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr "Usar este endereço para conectar-se ao seu ownCloud no seu gerenciador de arquivos"
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr "Nome de Login"
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Criar"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr "Armazenamento Padrão"
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr "Ilimitado"
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Outro"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr "Armazenamento"
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr "alterar nome de exibição"
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr "definir nova senha"
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr "Padrão"
|
||||
|
|
|
@ -15,8 +15,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
|
@ -3,20 +3,20 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <daniel@mouxy.net>, 2012.
|
||||
# Daniel Pinto <daniel@mouxy.net>, 2013.
|
||||
# <duartegrilo@gmail.com>, 2013.
|
||||
# Duarte Velez Grilo <duartegrilo@gmail.com>, 2012-2013.
|
||||
# <geral@ricardolameiro.pt>, 2012.
|
||||
# Helder Meneses <helder.meneses@gmail.com>, 2012-2013.
|
||||
# Miguel Sousa <migueljorgesousa@sapo.pt>, 2013.
|
||||
# <rjgpp.1994@gmail.com>, 2012.
|
||||
# Mouxy <daniel@mouxy.net>, 2012
|
||||
# Mouxy <daniel@mouxy.net>, 2013
|
||||
# Duarte Velez Grilo <duartegrilo@gmail.com>, 2013
|
||||
# Duarte Velez Grilo <duartegrilo@gmail.com>, 2012-2013
|
||||
# rlameiro <geral@ricardolameiro.pt>, 2012
|
||||
# Helder Meneses <helder.meneses@gmail.com>, 2012-2013
|
||||
# Miguel Sousa <migueljorgesousa@sapo.pt>, 2013
|
||||
# rjgpp1994 <rjgpp.1994@gmail.com>, 2012
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-17 02:21+0200\n"
|
||||
"PO-Revision-Date: 2013-04-17 00:21+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:56+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"
|
||||
|
@ -29,12 +29,16 @@ msgstr ""
|
|||
msgid "Unable to load list from App Store"
|
||||
msgstr "Incapaz de carregar a lista da App Store"
|
||||
|
||||
#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||
#: ajax/togglegroups.php:20
|
||||
msgid "Authentication error"
|
||||
msgstr "Erro de autenticação"
|
||||
|
||||
#: ajax/changedisplayname.php:32
|
||||
#: ajax/changedisplayname.php:31
|
||||
msgid "Your display name has been changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changedisplayname.php:34
|
||||
msgid "Unable to change display name"
|
||||
msgstr "Não foi possível alterar o nome"
|
||||
|
||||
|
@ -124,7 +128,7 @@ msgstr "Erro enquanto actualizava a aplicação"
|
|||
msgid "Updated"
|
||||
msgstr "Actualizado"
|
||||
|
||||
#: js/personal.js:109
|
||||
#: js/personal.js:115
|
||||
msgid "Saving..."
|
||||
msgstr "A guardar..."
|
||||
|
||||
|
@ -140,16 +144,16 @@ msgstr "desfazer"
|
|||
msgid "Unable to remove user"
|
||||
msgstr "Não foi possível remover o utilizador"
|
||||
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:80
|
||||
#: templates/users.php:105
|
||||
#: js/users.js:88 templates/users.php:26 templates/users.php:78
|
||||
#: templates/users.php:103
|
||||
msgid "Groups"
|
||||
msgstr "Grupos"
|
||||
|
||||
#: js/users.js:91 templates/users.php:82 templates/users.php:119
|
||||
#: js/users.js:91 templates/users.php:80 templates/users.php:115
|
||||
msgid "Group Admin"
|
||||
msgstr "Grupo Administrador"
|
||||
|
||||
#: js/users.js:111 templates/users.php:161
|
||||
#: js/users.js:111 templates/users.php:155
|
||||
msgid "Delete"
|
||||
msgstr "Apagar"
|
||||
|
||||
|
@ -320,19 +324,19 @@ msgstr "Registo"
|
|||
msgid "Log level"
|
||||
msgstr "Nível do registo"
|
||||
|
||||
#: templates/admin.php:223
|
||||
#: templates/admin.php:227
|
||||
msgid "More"
|
||||
msgstr "Mais"
|
||||
|
||||
#: templates/admin.php:224
|
||||
#: templates/admin.php:228
|
||||
msgid "Less"
|
||||
msgstr "Menos"
|
||||
|
||||
#: templates/admin.php:231 templates/personal.php:102
|
||||
#: templates/admin.php:235 templates/personal.php:100
|
||||
msgid "Version"
|
||||
msgstr "Versão"
|
||||
|
||||
#: templates/admin.php:234 templates/personal.php:105
|
||||
#: templates/admin.php:238 templates/personal.php:103
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
|
@ -403,7 +407,7 @@ msgstr "Obtenha as aplicações para sincronizar os seus ficheiros"
|
|||
msgid "Show First Run Wizard again"
|
||||
msgstr "Mostrar novamente Wizard de Arranque Inicial"
|
||||
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:79
|
||||
#: templates/personal.php:37 templates/users.php:23 templates/users.php:77
|
||||
msgid "Password"
|
||||
msgstr "Palavra-chave"
|
||||
|
||||
|
@ -427,82 +431,70 @@ msgstr "Nova palavra-chave"
|
|||
msgid "Change password"
|
||||
msgstr "Alterar palavra-chave"
|
||||
|
||||
#: templates/personal.php:56 templates/users.php:78
|
||||
#: templates/personal.php:56 templates/users.php:76
|
||||
msgid "Display Name"
|
||||
msgstr "Nome público"
|
||||
|
||||
#: templates/personal.php:57
|
||||
msgid "Your display name was changed"
|
||||
msgstr "O seu nome foi alterado"
|
||||
|
||||
#: templates/personal.php:58
|
||||
msgid "Unable to change your display name"
|
||||
msgstr "Não foi possível alterar o seu nome"
|
||||
|
||||
#: templates/personal.php:61
|
||||
msgid "Change display name"
|
||||
msgstr "Alterar nome"
|
||||
|
||||
#: templates/personal.php:70
|
||||
#: templates/personal.php:68
|
||||
msgid "Email"
|
||||
msgstr "endereço de email"
|
||||
|
||||
#: templates/personal.php:72
|
||||
#: templates/personal.php:70
|
||||
msgid "Your email address"
|
||||
msgstr "O seu endereço de email"
|
||||
|
||||
#: templates/personal.php:73
|
||||
#: templates/personal.php:71
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Preencha com o seu endereço de email para ativar a recuperação da palavra-chave"
|
||||
|
||||
#: templates/personal.php:79 templates/personal.php:80
|
||||
#: templates/personal.php:77 templates/personal.php:78
|
||||
msgid "Language"
|
||||
msgstr "Idioma"
|
||||
|
||||
#: templates/personal.php:86
|
||||
#: templates/personal.php:84
|
||||
msgid "Help translate"
|
||||
msgstr "Ajude a traduzir"
|
||||
|
||||
#: templates/personal.php:91
|
||||
#: templates/personal.php:89
|
||||
msgid "WebDAV"
|
||||
msgstr "WebDAV"
|
||||
|
||||
#: templates/personal.php:93
|
||||
#: templates/personal.php:91
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr "Use este endereço no seu gestor de ficheiros para ligar à sua ownCloud"
|
||||
|
||||
#: templates/users.php:21 templates/users.php:77
|
||||
#: templates/users.php:21 templates/users.php:75
|
||||
msgid "Login Name"
|
||||
msgstr "Nome de utilizador"
|
||||
|
||||
#: templates/users.php:32
|
||||
#: templates/users.php:30
|
||||
msgid "Create"
|
||||
msgstr "Criar"
|
||||
|
||||
#: templates/users.php:35
|
||||
#: templates/users.php:33
|
||||
msgid "Default Storage"
|
||||
msgstr "Armazenamento Padrão"
|
||||
|
||||
#: templates/users.php:41 templates/users.php:139
|
||||
#: templates/users.php:39 templates/users.php:133
|
||||
msgid "Unlimited"
|
||||
msgstr "Ilimitado"
|
||||
|
||||
#: templates/users.php:59 templates/users.php:154
|
||||
#: templates/users.php:57 templates/users.php:148
|
||||
msgid "Other"
|
||||
msgstr "Outro"
|
||||
|
||||
#: templates/users.php:84
|
||||
#: templates/users.php:82
|
||||
msgid "Storage"
|
||||
msgstr "Armazenamento"
|
||||
|
||||
#: templates/users.php:95
|
||||
#: templates/users.php:93
|
||||
msgid "change display name"
|
||||
msgstr "modificar nome exibido"
|
||||
|
||||
#: templates/users.php:99
|
||||
#: templates/users.php:97
|
||||
msgid "set new password"
|
||||
msgstr "definir nova palavra-passe"
|
||||
|
||||
#: templates/users.php:134
|
||||
#: templates/users.php:128
|
||||
msgid "Default"
|
||||
msgstr "Padrão"
|
||||
|
|
|
@ -9,13 +9,14 @@
|
|||
# Eugen Mihalache <eugemjj@gmail.com>, 2012
|
||||
# g.ciprian <g.ciprian@osn.ro>, 2012
|
||||
# laurentiucristescu <laur.cristescu@gmail.com>, 2012
|
||||
# ripkid666 <ripkid666@gmail.com>, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:56+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 14:30+0000\n"
|
||||
"Last-Translator: ripkid666 <ripkid666@gmail.com>\n"
|
||||
"Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -58,7 +59,7 @@ msgstr "Nici o categorie de adăugat?"
|
|||
#: ajax/vcategories/add.php:37
|
||||
#, php-format
|
||||
msgid "This category already exists: %s"
|
||||
msgstr ""
|
||||
msgstr "Această categorie deja există: %s"
|
||||
|
||||
#: ajax/vcategories/addToFavorites.php:26 ajax/vcategories/delete.php:27
|
||||
#: ajax/vcategories/favorites.php:24
|
||||
|
@ -261,7 +262,7 @@ msgstr "Fișierul obligatoriu {file} nu este instalat!"
|
|||
|
||||
#: js/share.js:30 js/share.js:45 js/share.js:87
|
||||
msgid "Shared"
|
||||
msgstr ""
|
||||
msgstr "Partajat"
|
||||
|
||||
#: js/share.js:90
|
||||
msgid "Share"
|
||||
|
@ -388,11 +389,11 @@ msgid ""
|
|||
"The update was unsuccessful. Please report this issue to the <a "
|
||||
"href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud "
|
||||
"community</a>."
|
||||
msgstr ""
|
||||
msgstr "Modernizarea a eșuat! <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">Te rugam sa raportezi problema aici.</a>."
|
||||
|
||||
#: js/update.js:18
|
||||
msgid "The update was successful. Redirecting you to ownCloud now."
|
||||
msgstr ""
|
||||
msgstr "Modernizare reusita! Vei fii redirectionat!"
|
||||
|
||||
#: lostpassword/controller.php:48
|
||||
msgid "ownCloud password reset"
|
||||
|
@ -482,11 +483,11 @@ msgstr "Avertisment de securitate"
|
|||
|
||||
#: templates/installation.php:25
|
||||
msgid "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)"
|
||||
msgstr ""
|
||||
msgstr "Versiunea dvs. PHP este vulnerabil la acest atac un octet null (CVE-2006-7243)"
|
||||
|
||||
#: templates/installation.php:26
|
||||
msgid "Please update your PHP installation to use ownCloud securely."
|
||||
msgstr ""
|
||||
msgstr "Vă rugăm să actualizați instalarea dvs. PHP pentru a utiliza ownCloud in siguranță."
|
||||
|
||||
#: templates/installation.php:32
|
||||
msgid ""
|
||||
|
@ -504,14 +505,14 @@ msgstr "Fara generatorul pentru numere de securitate , un atacator poate afla pa
|
|||
msgid ""
|
||||
"Your data directory and files are probably accessible from the internet "
|
||||
"because the .htaccess file does not work."
|
||||
msgstr ""
|
||||
msgstr "Directorul de date și fișiere sunt, probabil, accesibile de pe Internet, deoarece .htaccess nu funcționează."
|
||||
|
||||
#: templates/installation.php:40
|
||||
msgid ""
|
||||
"For information how to properly configure your server, please see the <a "
|
||||
"href=\"http://doc.owncloud.org/server/5.0/admin_manual/installation.html\" "
|
||||
"target=\"_blank\">documentation</a>."
|
||||
msgstr ""
|
||||
msgstr "Pentru informatii despre configurarea corecta a serverului accesati pagina <a href=\"http://doc.owncloud.org/server/5.0/admin_manual/installation.html\" target=\"_blank\">Documentare</a>."
|
||||
|
||||
#: templates/installation.php:44
|
||||
msgid "Create an <strong>admin account</strong>"
|
||||
|
@ -595,7 +596,7 @@ msgstr "Autentificare"
|
|||
|
||||
#: templates/login.php:47
|
||||
msgid "Alternative Logins"
|
||||
msgstr ""
|
||||
msgstr "Conectări alternative"
|
||||
|
||||
#: templates/part.pagenavi.php:3
|
||||
msgid "prev"
|
||||
|
|
|
@ -13,8 +13,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-04-24 18:30+0200\n"
|
||||
"PO-Revision-Date: 2013-04-24 16:00+0000\n"
|
||||
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
|
||||
"PO-Revision-Date: 2013-04-25 23:00+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"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue