diff options
190 files changed, 3111 insertions, 3783 deletions
diff --git a/apps/files/l10n/ru.php b/apps/files/l10n/ru.php index 89a164a35fe..3f0eb4d0501 100644 --- a/apps/files/l10n/ru.php +++ b/apps/files/l10n/ru.php @@ -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." => "Неправильное имя, '\\', '/', '<', '>', ':', '\"', '|', '?' и '*' недопустимы.", diff --git a/apps/files_external/l10n/fr.php b/apps/files_external/l10n/fr.php index c42c89f8572..5006133a7b6 100644 --- a/apps/files_external/l10n/fr.php +++ b/apps/files_external/l10n/fr.php @@ -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", diff --git a/apps/files_external/l10n/ro.php b/apps/files_external/l10n/ro.php index 5747205dc05..ed23b4cca8f 100644 --- a/apps/files_external/l10n/ro.php +++ b/apps/files_external/l10n/ro.php @@ -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", diff --git a/apps/files_external/l10n/ru.php b/apps/files_external/l10n/ru.php index 46b73a67f04..d2c5292bac4 100644 --- a/apps/files_external/l10n/ru.php +++ b/apps/files_external/l10n/ru.php @@ -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" => "Внешний носитель данных", diff --git a/apps/files_versions/l10n/ro.php b/apps/files_versions/l10n/ro.php index 7dfaee3672b..cd9fc89dcc6 100644 --- a/apps/files_versions/l10n/ro.php +++ b/apps/files_versions/l10n/ro.php @@ -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" ); diff --git a/apps/user_ldap/l10n/tr.php b/apps/user_ldap/l10n/tr.php index 3cb94d5df03..e6d450301e5 100644 --- a/apps/user_ldap/l10n/tr.php +++ b/apps/user_ldap/l10n/tr.php @@ -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). ", diff --git a/core/l10n/ro.php b/core/l10n/ro.php index 51c1523d7e0..fd6647360af 100644 --- a/core/l10n/ro.php +++ b/core/l10n/ro.php @@ -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." diff --git a/l10n/af_ZA/settings.po b/l10n/af_ZA/settings.po index 83b7447a278..6308fa253cb 100644 --- a/l10n/af_ZA/settings.po +++ b/l10n/af_ZA/settings.po @@ -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 "" diff --git a/l10n/ar/files.po b/l10n/ar/files.po index 818594d0e4b..797e5c947e1 100644 --- a/l10n/ar/files.po +++ b/l10n/ar/files.po @@ -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" diff --git a/l10n/ar/settings.po b/l10n/ar/settings.po index 125a7520415..af0914278fe 100644 --- a/l10n/ar/settings.po +++ b/l10n/ar/settings.po @@ -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 "افتراضي" diff --git a/l10n/be/settings.po b/l10n/be/settings.po index cf375596130..9310d998a47 100644 --- a/l10n/be/settings.po +++ b/l10n/be/settings.po @@ -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 "" diff --git a/l10n/bg_BG/files.po b/l10n/bg_BG/files.po index 1ed196c7779..9185f4bd85d 100644 --- a/l10n/bg_BG/files.po +++ b/l10n/bg_BG/files.po @@ -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" diff --git a/l10n/bg_BG/settings.po b/l10n/bg_BG/settings.po index 1b93bc1763a..d331243b61f 100644 --- a/l10n/bg_BG/settings.po +++ b/l10n/bg_BG/settings.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 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 "По подразбиране" diff --git a/l10n/bn_BD/files.po b/l10n/bn_BD/files.po index c14f869cbb1..d74b2d6fbfa 100644 --- a/l10n/bn_BD/files.po +++ b/l10n/bn_BD/files.po @@ -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" diff --git a/l10n/bn_BD/settings.po b/l10n/bn_BD/settings.po index f70b3f4d8d3..e9f27a0ba48 100644 --- a/l10n/bn_BD/settings.po +++ b/l10n/bn_BD/settings.po @@ -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 "পূর্বনির্ধারিত" diff --git a/l10n/ca/files.po b/l10n/ca/files.po index 945c206be53..4d0213fbbee 100644 --- a/l10n/ca/files.po +++ b/l10n/ca/files.po @@ -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" diff --git a/l10n/ca/settings.po b/l10n/ca/settings.po index 57ef354d7cb..6fa9330d75b 100644 --- a/l10n/ca/settings.po +++ b/l10n/ca/settings.po @@ -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" diff --git a/l10n/cs_CZ/files.po b/l10n/cs_CZ/files.po index 431713fa36c..256ab28e94a 100644 --- a/l10n/cs_CZ/files.po +++ b/l10n/cs_CZ/files.po @@ -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" diff --git a/l10n/cs_CZ/settings.po b/l10n/cs_CZ/settings.po index 7cf113bc598..abc25c7f35f 100644 --- a/l10n/cs_CZ/settings.po +++ b/l10n/cs_CZ/settings.po @@ -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í" diff --git a/l10n/cy_GB/files.po b/l10n/cy_GB/files.po index dc4994e4952..70c6267162f 100644 --- a/l10n/cy_GB/files.po +++ b/l10n/cy_GB/files.po @@ -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" diff --git a/l10n/cy_GB/settings.po b/l10n/cy_GB/settings.po index 27acbefd393..9370aba6c7d 100644 --- a/l10n/cy_GB/settings.po +++ b/l10n/cy_GB/settings.po @@ -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 "" diff --git a/l10n/da/files.po b/l10n/da/files.po index 9de02a4b78c..fb90d615297 100644 --- a/l10n/da/files.po +++ b/l10n/da/files.po @@ -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" diff --git a/l10n/da/settings.po b/l10n/da/settings.po index 47340bcdeed..d1c5b496da4 100644 --- a/l10n/da/settings.po +++ b/l10n/da/settings.po @@ -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" diff --git a/l10n/de/files.po b/l10n/de/files.po index db82c1ba22d..30997e1e893 100644 --- a/l10n/de/files.po +++ b/l10n/de/files.po @@ -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" diff --git a/l10n/de/settings.po b/l10n/de/settings.po index 0f6b2fc926b..6b3a20aa3a8 100644 --- a/l10n/de/settings.po +++ b/l10n/de/settings.po @@ -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" diff --git a/l10n/de_DE/files.po b/l10n/de_DE/files.po index c1ca450f0ed..14145bf461a 100644 --- a/l10n/de_DE/files.po +++ b/l10n/de_DE/files.po @@ -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" diff --git a/l10n/de_DE/settings.po b/l10n/de_DE/settings.po index 718fd022b4e..98bfee366b2 100644 --- a/l10n/de_DE/settings.po +++ b/l10n/de_DE/settings.po @@ -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" diff --git a/l10n/el/files.po b/l10n/el/files.po index bd87eb14e7c..27c61ff8967 100644 --- a/l10n/el/files.po +++ b/l10n/el/files.po @@ -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" diff --git a/l10n/el/settings.po b/l10n/el/settings.po index f80aa6d8584..5813eb75e6c 100644 --- a/l10n/el/settings.po +++ b/l10n/el/settings.po @@ -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 "Προκαθορισμένο" diff --git a/l10n/eo/files.po b/l10n/eo/files.po index 750da5b5f18..84302750ac1 100644 --- a/l10n/eo/files.po +++ b/l10n/eo/files.po @@ -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" diff --git a/l10n/eo/settings.po b/l10n/eo/settings.po index 5ad89620f39..3e945734ea2 100644 --- a/l10n/eo/settings.po +++ b/l10n/eo/settings.po @@ -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" diff --git a/l10n/es/files.po b/l10n/es/files.po index 3920f75ac5e..2daf4603b84 100644 --- a/l10n/es/files.po +++ b/l10n/es/files.po @@ -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" diff --git a/l10n/es/settings.po b/l10n/es/settings.po index 13236df5dc7..548cd2b4498 100644 --- a/l10n/es/settings.po +++ b/l10n/es/settings.po @@ -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" diff --git a/l10n/es_AR/files.po b/l10n/es_AR/files.po index f2d9d26d038..723bbc95304 100644 --- a/l10n/es_AR/files.po +++ b/l10n/es_AR/files.po @@ -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" diff --git a/l10n/es_AR/settings.po b/l10n/es_AR/settings.po index 6d8d5180772..9caac3184ac 100644 --- a/l10n/es_AR/settings.po +++ b/l10n/es_AR/settings.po @@ -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" diff --git a/l10n/et_EE/files.po b/l10n/et_EE/files.po index 53901468b8d..cd8c808f820 100644 --- a/l10n/et_EE/files.po +++ b/l10n/et_EE/files.po @@ -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" diff --git a/l10n/et_EE/settings.po b/l10n/et_EE/settings.po index 3532232094f..c98a71c89c0 100644 --- a/l10n/et_EE/settings.po +++ b/l10n/et_EE/settings.po @@ -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" diff --git a/l10n/eu/files.po b/l10n/eu/files.po index 7dda9e5fc7d..58e54734cca 100644 --- a/l10n/eu/files.po +++ b/l10n/eu/files.po @@ -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" diff --git a/l10n/eu/settings.po b/l10n/eu/settings.po index 4f70111c6ec..b2e58a55808 100644 --- a/l10n/eu/settings.po +++ b/l10n/eu/settings.po @@ -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" diff --git a/l10n/fa/files.po b/l10n/fa/files.po index 4c651b2e42b..508aaf61e8e 100644 --- a/l10n/fa/files.po +++ b/l10n/fa/files.po @@ -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" diff --git a/l10n/fa/settings.po b/l10n/fa/settings.po index a39dc9e68bb..47225882dca 100644 --- a/l10n/fa/settings.po +++ b/l10n/fa/settings.po @@ -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 "پیش فرض" diff --git a/l10n/fi_FI/files.po b/l10n/fi_FI/files.po index 81c628332c9..5bb16c05478 100644 --- a/l10n/fi_FI/files.po +++ b/l10n/fi_FI/files.po @@ -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" diff --git a/l10n/fi_FI/settings.po b/l10n/fi_FI/settings.po index dbaeb194030..f8cd476e3a7 100644 --- a/l10n/fi_FI/settings.po +++ b/l10n/fi_FI/settings.po @@ -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" diff --git a/l10n/fr/files.po b/l10n/fr/files.po index 029f913ba9e..cc8ecb1ccc4 100644 --- a/l10n/fr/files.po +++ b/l10n/fr/files.po @@ -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" diff --git a/l10n/fr/files_external.po b/l10n/fr/files_external.po index 5f91f1ca565..925a7f16966 100644 --- a/l10n/fr/files_external.po +++ b/l10n/fr/files_external.po @@ -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" diff --git a/l10n/fr/settings.po b/l10n/fr/settings.po index 564e045b53e..d359b6fd18c 100644 --- a/l10n/fr/settings.po +++ b/l10n/fr/settings.po @@ -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" diff --git a/l10n/gl/files.po b/l10n/gl/files.po index 1139ed1f0f7..1364764b488 100644 --- a/l10n/gl/files.po +++ b/l10n/gl/files.po @@ -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" diff --git a/l10n/gl/settings.po b/l10n/gl/settings.po index 2230f6a0de9..bcd8187ba8c 100644 --- a/l10n/gl/settings.po +++ b/l10n/gl/settings.po @@ -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" diff --git a/l10n/he/files.po b/l10n/he/files.po index d89bd340493..d0223a33521 100644 --- a/l10n/he/files.po +++ b/l10n/he/files.po @@ -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" diff --git a/l10n/he/settings.po b/l10n/he/settings.po index afbda925dee..078b2eefa67 100644 --- a/l10n/he/settings.po +++ b/l10n/he/settings.po @@ -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 "" diff --git a/l10n/hi/settings.po b/l10n/hi/settings.po index ce178a2bac8..4c627dfabca 100644 --- a/l10n/hi/settings.po +++ b/l10n/hi/settings.po @@ -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 "" diff --git a/l10n/hr/files.po b/l10n/hr/files.po index c7ac4be6376..87b64c84624 100644 --- a/l10n/hr/files.po +++ b/l10n/hr/files.po @@ -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" diff --git a/l10n/hr/settings.po b/l10n/hr/settings.po index e6e8a045211..7bbcfc37cce 100644 --- a/l10n/hr/settings.po +++ b/l10n/hr/settings.po @@ -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 "" diff --git a/l10n/hu_HU/files.po b/l10n/hu_HU/files.po index 2a0e531f91f..6b63e8382af 100644 --- a/l10n/hu_HU/files.po +++ b/l10n/hu_HU/files.po @@ -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" diff --git a/l10n/hu_HU/settings.po b/l10n/hu_HU/settings.po index b1e991aa40a..9f4635ef476 100644 --- a/l10n/hu_HU/settings.po +++ b/l10n/hu_HU/settings.po @@ -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" diff --git a/l10n/hy/settings.po b/l10n/hy/settings.po index 55dedea9bea..7cd139c8990 100644 --- a/l10n/hy/settings.po +++ b/l10n/hy/settings.po @@ -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 "" diff --git a/l10n/ia/settings.po b/l10n/ia/settings.po index 0c7beb23e9a..e659f428bd1 100644 --- a/l10n/ia/settings.po +++ b/l10n/ia/settings.po @@ -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 "" diff --git a/l10n/id/files.po b/l10n/id/files.po index 94da4a3fcfc..75fa4ff3528 100644 --- a/l10n/id/files.po +++ b/l10n/id/files.po @@ -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" diff --git a/l10n/id/settings.po b/l10n/id/settings.po index d9e12876584..05971cc93aa 100644 --- a/l10n/id/settings.po +++ b/l10n/id/settings.po @@ -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" diff --git a/l10n/is/files.po b/l10n/is/files.po index a3931dabaa7..6942c10f901 100644 --- a/l10n/is/files.po +++ b/l10n/is/files.po @@ -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" diff --git a/l10n/is/settings.po b/l10n/is/settings.po index 7a60fd8a20d..306d3b28f23 100644 --- a/l10n/is/settings.po +++ b/l10n/is/settings.po @@ -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ð" diff --git a/l10n/it/files.po b/l10n/it/files.po index 286c302d3cf..c79bc4fce65 100644 --- a/l10n/it/files.po +++ b/l10n/it/files.po @@ -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" diff --git a/l10n/it/settings.po b/l10n/it/settings.po index 4e47bbc088f..81f5c63d281 100644 --- a/l10n/it/settings.po +++ b/l10n/it/settings.po @@ -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" diff --git a/l10n/ja_JP/files.po b/l10n/ja_JP/files.po index 1cb98ebcdb3..a50568faf60 100644 --- a/l10n/ja_JP/files.po +++ b/l10n/ja_JP/files.po @@ -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" diff --git a/l10n/ja_JP/settings.po b/l10n/ja_JP/settings.po index 065218b5753..680e4832182 100644 --- a/l10n/ja_JP/settings.po +++ b/l10n/ja_JP/settings.po @@ -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 "デフォルト" diff --git a/l10n/ka/settings.po b/l10n/ka/settings.po index 0a85ca4431c..badacf85c1e 100644 --- a/l10n/ka/settings.po +++ b/l10n/ka/settings.po @@ -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 "" diff --git a/l10n/ka_GE/files.po b/l10n/ka_GE/files.po index 9fcdd9fec35..e1fcc777cd1 100644 --- a/l10n/ka_GE/files.po +++ b/l10n/ka_GE/files.po @@ -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" diff --git a/l10n/ka_GE/settings.po b/l10n/ka_GE/settings.po index 899e32ba84c..7b4af5f1347 100644 --- a/l10n/ka_GE/settings.po +++ b/l10n/ka_GE/settings.po @@ -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 "საწყისი პარამეტრები" diff --git a/l10n/kn/settings.po b/l10n/kn/settings.po index c49b26512b3..26e7fdea6d8 100644 --- a/l10n/kn/settings.po +++ b/l10n/kn/settings.po @@ -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 "" diff --git a/l10n/ko/files.po b/l10n/ko/files.po index 8893a7a6c23..9184f03d5ef 100644 --- a/l10n/ko/files.po +++ b/l10n/ko/files.po @@ -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" diff --git a/l10n/ko/settings.po b/l10n/ko/settings.po index 098a8eef8f2..ad6bcf70a8f 100644 --- a/l10n/ko/settings.po +++ b/l10n/ko/settings.po @@ -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 "기본값" diff --git a/l10n/ku_IQ/settings.po b/l10n/ku_IQ/settings.po index 2c83b2fbbfe..51b5b0657e0 100644 --- a/l10n/ku_IQ/settings.po +++ b/l10n/ku_IQ/settings.po @@ -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 "" diff --git a/l10n/lb/files.po b/l10n/lb/files.po index f6f98a7c12c..50daecd0199 100644 --- a/l10n/lb/files.po +++ b/l10n/lb/files.po @@ -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" diff --git a/l10n/lb/settings.po b/l10n/lb/settings.po index c657f9b7287..6b80fc58f2c 100644 --- a/l10n/lb/settings.po +++ b/l10n/lb/settings.po @@ -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 "" diff --git a/l10n/lt_LT/files.po b/l10n/lt_LT/files.po index 3c9729eafce..74be379f558 100644 --- a/l10n/lt_LT/files.po +++ b/l10n/lt_LT/files.po @@ -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" diff --git a/l10n/lt_LT/settings.po b/l10n/lt_LT/settings.po index 79929cea325..0be226771e3 100644 --- a/l10n/lt_LT/settings.po +++ b/l10n/lt_LT/settings.po @@ -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 "" diff --git a/l10n/lv/files.po b/l10n/lv/files.po index d75ed8885fd..61cffe23e2b 100644 --- a/l10n/lv/files.po +++ b/l10n/lv/files.po @@ -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" diff --git a/l10n/lv/settings.po b/l10n/lv/settings.po index fd7f24987d9..3cc0d71ce49 100644 --- a/l10n/lv/settings.po +++ b/l10n/lv/settings.po @@ -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" diff --git a/l10n/mk/files.po b/l10n/mk/files.po index 77b1fcbac35..ba34429cb46 100644 --- a/l10n/mk/files.po +++ b/l10n/mk/files.po @@ -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" diff --git a/l10n/mk/settings.po b/l10n/mk/settings.po index 6294b438afc..1db983b0eac 100644 --- a/l10n/mk/settings.po +++ b/l10n/mk/settings.po @@ -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 "" diff --git a/l10n/ms_MY/files.po b/l10n/ms_MY/files.po index b5e8982f893..9c0916f8fac 100644 --- a/l10n/ms_MY/files.po +++ b/l10n/ms_MY/files.po @@ -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" diff --git a/l10n/ms_MY/settings.po b/l10n/ms_MY/settings.po index 53d5141ad2a..d2639ab24af 100644 --- a/l10n/ms_MY/settings.po +++ b/l10n/ms_MY/settings.po @@ -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 "" diff --git a/l10n/my_MM/settings.po b/l10n/my_MM/settings.po index 3b64f4963b7..e426cb97d8f 100644 --- a/l10n/my_MM/settings.po +++ b/l10n/my_MM/settings.po @@ -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 "" diff --git a/l10n/nb_NO/files.po b/l10n/nb_NO/files.po index dfb6c72c3c3..c0bc24ae379 100644 --- a/l10n/nb_NO/files.po +++ b/l10n/nb_NO/files.po @@ -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" diff --git a/l10n/nb_NO/settings.po b/l10n/nb_NO/settings.po index 4f57396323f..59baf0b3544 100644 --- a/l10n/nb_NO/settings.po +++ b/l10n/nb_NO/settings.po @@ -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 "" diff --git a/l10n/ne/settings.po b/l10n/ne/settings.po index 90251cee265..b7e35b2269b 100644 --- a/l10n/ne/settings.po +++ b/l10n/ne/settings.po @@ -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 "" diff --git a/l10n/nl/files.po b/l10n/nl/files.po index f6b1ebe4837..b27444cc103 100644 --- a/l10n/nl/files.po +++ b/l10n/nl/files.po @@ -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" diff --git a/l10n/nl/settings.po b/l10n/nl/settings.po index 34b223ac45c..3c8bb3340aa 100644 --- a/l10n/nl/settings.po +++ b/l10n/nl/settings.po @@ -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" diff --git a/l10n/nn_NO/settings.po b/l10n/nn_NO/settings.po index a273c96f065..71d3ac93e20 100644 --- a/l10n/nn_NO/settings.po +++ b/l10n/nn_NO/settings.po @@ -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 "" diff --git a/l10n/oc/files.po b/l10n/oc/files.po index 28233e45060..4db4af7b009 100644 --- a/l10n/oc/files.po +++ b/l10n/oc/files.po @@ -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" diff --git a/l10n/oc/settings.po b/l10n/oc/settings.po index df9e0929594..c107e54eccb 100644 --- a/l10n/oc/settings.po +++ b/l10n/oc/settings.po @@ -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 "" diff --git a/l10n/pl/files.po b/l10n/pl/files.po index 0ab02d0d008..ee89e62d512 100644 --- a/l10n/pl/files.po +++ b/l10n/pl/files.po @@ -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" diff --git a/l10n/pl/settings.po b/l10n/pl/settings.po index ff5ed02f9b6..0ed96708215 100644 --- a/l10n/pl/settings.po +++ b/l10n/pl/settings.po @@ -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" diff --git a/l10n/pl_PL/settings.po b/l10n/pl_PL/settings.po index 038b200e8ea..71cd94864dd 100644 --- a/l10n/pl_PL/settings.po +++ b/l10n/pl_PL/settings.po @@ -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 "" diff --git a/l10n/pt_BR/files.po b/l10n/pt_BR/files.po index 0ec426f8bf9..c3cf7f7e712 100644 --- a/l10n/pt_BR/files.po +++ b/l10n/pt_BR/files.po @@ -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" diff --git a/l10n/pt_BR/settings.po b/l10n/pt_BR/settings.po index c7c53c3952a..a71f4f36245 100644 --- a/l10n/pt_BR/settings.po +++ b/l10n/pt_BR/settings.po @@ -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" diff --git a/l10n/pt_PT/files.po b/l10n/pt_PT/files.po index 0dea755d2d2..c5ad5a546e0 100644 --- a/l10n/pt_PT/files.po +++ b/l10n/pt_PT/files.po @@ -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" diff --git a/l10n/pt_PT/settings.po b/l10n/pt_PT/settings.po index a0be25c84ba..64651904614 100644 --- a/l10n/pt_PT/settings.po +++ b/l10n/pt_PT/settings.po @@ -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" diff --git a/l10n/ro/core.po b/l10n/ro/core.po index 769f19975a6..e85f37b29d8 100644 --- a/l10n/ro/core.po +++ b/l10n/ro/core.po @@ -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" diff --git a/l10n/ro/files.po b/l10n/ro/files.po index 583c25dfe38..1732239883a 100644 --- a/l10n/ro/files.po +++ b/l10n/ro/files.po @@ -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" diff --git a/l10n/ro/files_external.po b/l10n/ro/files_external.po index 352b71c0b77..88ba2d8cfd1 100644 --- a/l10n/ro/files_external.po +++ b/l10n/ro/files_external.po @@ -5,13 +5,14 @@ # Translators: # Dimon Pockemon <>, 2013 # g.ciprian <g.ciprian@osn.ro>, 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 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 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" @@ -57,7 +58,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>Atentie:</b> Suportul Curl nu este pornit / instalat in configuratia PHP! Montarea ownCloud / WebDAV / GoogleDrive nu este posibila! Intrebati administratorul sistemului despre aceasta problema!" #: templates/settings.php:3 msgid "External Storage" @@ -69,7 +70,7 @@ msgstr "Denumire director" #: templates/settings.php:10 msgid "External storage" -msgstr "" +msgstr "Stocare externă" #: templates/settings.php:11 msgid "Configuration" @@ -85,7 +86,7 @@ msgstr "Aplicabil" #: templates/settings.php:33 msgid "Add storage" -msgstr "" +msgstr "Adauga stocare" #: templates/settings.php:90 msgid "None set" diff --git a/l10n/ro/files_versions.po b/l10n/ro/files_versions.po index 0648c9a78ca..44a5bd45f29 100644 --- a/l10n/ro/files_versions.po +++ b/l10n/ro/files_versions.po @@ -3,14 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <g.ciprian@osn.ro>, 2012. +# g.ciprian <g.ciprian@osn.ro>, 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-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+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 13:50+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" @@ -21,38 +22,38 @@ msgstr "" #: ajax/rollbackVersion.php:15 #, php-format msgid "Could not revert: %s" -msgstr "" +msgstr "Nu a putut reveni: %s" #: history.php:40 msgid "success" -msgstr "" +msgstr "success" #: history.php:42 #, php-format msgid "File %s was reverted to version %s" -msgstr "" +msgstr "Fisierul %s a revenit la versiunea %s" #: history.php:49 msgid "failure" -msgstr "" +msgstr "eșec" #: history.php:51 #, php-format msgid "File %s could not be reverted to version %s" -msgstr "" +msgstr "Fisierele %s nu au putut reveni la versiunea %s" #: history.php:69 msgid "No old versions available" -msgstr "" +msgstr "Versiunile vechi nu sunt disponibile" #: history.php:74 msgid "No path specified" -msgstr "" +msgstr "Nici un dosar specificat" #: js/versions.js:6 msgid "Versions" -msgstr "" +msgstr "Versiuni" #: templates/history.php:20 msgid "Revert a file to a previous version by clicking on its revert button" -msgstr "" +msgstr "Readuceti un fișier la o versiune anterioară, făcând clic pe butonul revenire" diff --git a/l10n/ro/settings.po b/l10n/ro/settings.po index 942cb3c8edc..41088794358 100644 --- a/l10n/ro/settings.po +++ b/l10n/ro/settings.po @@ -3,19 +3,19 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Claudiu <claudiu@tanaselia.ro>, 2011, 2012. -# Dimon Pockemon <>, 2012. -# Dumitru Ursu <>, 2013. -# Eugen Mihalache <eugemjj@gmail.com>, 2012. -# <g.ciprian@osn.ro>, 2012-2013. -# <icewind1991@gmail.com>, 2012. -# <iuranemo@gmail.com>, 2012. +# Claudiu <claudiu@tanaselia.ro>, 2011, 2012 +# Dimon Pockemon <>, 2012 +# Dimon Pockemon <>, 2013 +# Eugen Mihalache <eugemjj@gmail.com>, 2012 +# g.ciprian <g.ciprian@osn.ro>, 2012-2013 +# Robin Appelman <icewind1991@gmail.com>, 2012 +# iuranemo <iuranemo@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: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" @@ -28,12 +28,16 @@ msgstr "" msgid "Unable to load list from App Store" msgstr "Imposibil de încărcat lista din 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 "Eroare de autentificare" -#: 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 "" @@ -123,7 +127,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:109 +#: js/personal.js:115 msgid "Saving..." msgstr "Salvez..." @@ -139,16 +143,16 @@ msgstr "Anulează ultima acțiune" 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 "Grupuri" -#: 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 "Grupul Admin " -#: js/users.js:111 templates/users.php:161 +#: js/users.js:111 templates/users.php:155 msgid "Delete" msgstr "Șterge" @@ -319,19 +323,19 @@ msgstr "" msgid "Log level" msgstr "" -#: templates/admin.php:223 +#: templates/admin.php:227 msgid "More" msgstr "Mai mult" -#: templates/admin.php:224 +#: templates/admin.php:228 msgid "Less" msgstr "Mai puțin" -#: templates/admin.php:231 templates/personal.php:102 +#: templates/admin.php:235 templates/personal.php:100 msgid "Version" msgstr "Versiunea" -#: 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 "" 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 "Parolă" @@ -426,82 +430,70 @@ msgstr "Noua parolă" msgid "Change password" msgstr "Schimbă parola" -#: 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 "Adresa ta de email" -#: templates/personal.php:73 +#: templates/personal.php:71 msgid "Fill in an email address to enable password recovery" msgstr "Completează o adresă de mail pentru a-ți putea recupera parola" -#: templates/personal.php:79 templates/personal.php:80 +#: templates/personal.php:77 templates/personal.php:78 msgid "Language" msgstr "Limba" -#: templates/personal.php:86 +#: templates/personal.php:84 msgid "Help translate" msgstr "Ajută la traducere" -#: 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 "Folosește această adresă pentru a conecta ownCloud cu managerul de fișiere" -#: 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 "Crează" -#: templates/users.php:35 +#: templates/users.php:33 msgid "Default Storage" msgstr "Stocare implicită" -#: templates/users.php:41 templates/users.php:139 +#: templates/users.php:39 templates/users.php:133 msgid "Unlimited" msgstr "Nelimitată" -#: templates/users.php:59 templates/users.php:154 +#: templates/users.php:57 templates/users.php:148 msgid "Other" msgstr "Altele" -#: templates/users.php:84 +#: templates/users.php:82 msgid "Storage" msgstr "Stocare" -#: 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 "Implicită" diff --git a/l10n/ru/files.po b/l10n/ru/files.po index 810ede2fd73..2e63fcccbaf 100644 --- a/l10n/ru/files.po +++ b/l10n/ru/files.po @@ -9,6 +9,7 @@ # mPolr <mpolr21@gmail.com>, 2012 # Nick Remeslennikov <homolibere@gmail.com>, 2012 # sam002 <semen@sam002.net>, 2012 +# eurekafag <eurekafag@eureka7.ru>, 2013 # m4rkell <sergey@markevich.ru>, 2013 # adol <sharov3@gmail.com>, 2013 # skoptev <skoptev@ukr.net>, 2012 @@ -21,9 +22,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: eurekafag <eurekafag@eureka7.ru>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -146,7 +147,7 @@ msgstr "загружается 1 файл" #: js/filelist.js:409 js/filelist.js:463 msgid "files uploading" -msgstr "" +msgstr "файлы загружаются" #: js/files.js:52 msgid "'.' is an invalid file name." diff --git a/l10n/ru/files_external.po b/l10n/ru/files_external.po index c066f57cdf7..fc72612e75b 100644 --- a/l10n/ru/files_external.po +++ b/l10n/ru/files_external.po @@ -5,15 +5,16 @@ # Translators: # Denis <reg.transifex.net@demitel.ru>, 2012 # sam002 <semen@sam002.net>, 2012 +# eurekafag <eurekafag@eureka7.ru>, 2013 # skoptev <skoptev@ukr.net>, 2012 # Langaru <langaru@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 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:30+0000\n" +"Last-Translator: eurekafag <eurekafag@eureka7.ru>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -59,7 +60,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>Внимание:</b> Поддержка Curl в PHP не включена или не установлена. Подключение ownCloud / WebDAV или GoogleDrive невозможно. Попросите вашего системного администратора установить его." #: templates/settings.php:3 msgid "External Storage" diff --git a/l10n/ru/settings.po b/l10n/ru/settings.po index 2b06278427c..610387759ce 100644 --- a/l10n/ru/settings.po +++ b/l10n/ru/settings.po @@ -3,27 +3,27 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Denis <reg.transifex.net@demitel.ru>, 2012. -# <icewind1991@gmail.com>, 2012. -# <jekader@gmail.com>, 2012. -# <lankme@gmail.com>, 2012. -# Nick Remeslennikov <homolibere@gmail.com>, 2012. -# <rasperepodvipodvert@gmail.com>, 2012. -# <semen@sam002.net>, 2012. -# Sergey <sergey@markevich.ru>, 2013. -# <sharov3@gmail.com>, 2012-2013. -# <skoptev@ukr.net>, 2012. -# <tony.mccourin@gmail.com>, 2011. -# Victor Ashirov <victor.ashirov@gmail.com>, 2013. -# Victor Bravo <>, 2012. -# <victor.dubiniuk@gmail.com>, 2012. -# Дмитрий <langaru@gmail.com>, 2013. +# Denis <reg.transifex.net@demitel.ru>, 2012 +# Robin Appelman <icewind1991@gmail.com>, 2012 +# jekader <jekader@gmail.com>, 2012 +# Yaroslav Petrov <lankme@gmail.com>, 2012 +# Nick Remeslennikov <homolibere@gmail.com>, 2012 +# rasperepodvipodvert <rasperepodvipodvert@gmail.com>, 2012 +# sam002 <semen@sam002.net>, 2012 +# m4rkell <sergey@markevich.ru>, 2013 +# adol <sharov3@gmail.com>, 2012-2013 +# skoptev <skoptev@ukr.net>, 2012 +# tonymc <tony.mccourin@gmail.com>, 2011 +# unixoid <victor.ashirov@gmail.com>, 2013 +# Victor Bravo <>, 2012 +# VicDeo <victor.dubiniuk@gmail.com>, 2012 +# Langaru <langaru@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: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" @@ -36,12 +36,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 "Невозможно изменить отображаемое имя" @@ -131,7 +135,7 @@ msgstr "Ошибка в процессе обновления приложени msgid "Updated" msgstr "Обновлено" -#: js/personal.js:109 +#: js/personal.js:115 msgid "Saving..." msgstr "Сохранение..." @@ -147,16 +151,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 "Удалить" @@ -327,19 +331,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 " @@ -410,7 +414,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 "Пароль" @@ -434,82 +438,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 "Ваш адрес электронной почты" -#: 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 "Используйте этот URL для подключения файлового менеджера к Вашему хранилищу" -#: 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 "По-умолчанию" diff --git a/l10n/ru_RU/files.po b/l10n/ru_RU/files.po index 75073601bc3..32e4d26536d 100644 --- a/l10n/ru_RU/files.po +++ b/l10n/ru_RU/files.po @@ -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: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru_RU/settings.po b/l10n/ru_RU/settings.po index 09c56fb8284..a0824e7ff8b 100644 --- a/l10n/ru_RU/settings.po +++ b/l10n/ru_RU/settings.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <cdewqazxsqwe@gmail.com>, 2013. -# <cdewqazxsqwe@gmail.com>, 2012. +# AnnaSch <cdewqazxsqwe@gmail.com>, 2013 +# AnnaSch <cdewqazxsqwe@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: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\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 "Группа Admin" -#: js/users.js:111 templates/users.php:161 +#: js/users.js:111 templates/users.php:155 msgid "Delete" msgstr "Удалить" @@ -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 "Пароль" @@ -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 "По умолчанию" diff --git a/l10n/si_LK/files.po b/l10n/si_LK/files.po index d07812b9bd6..ce5174209ad 100644 --- a/l10n/si_LK/files.po +++ b/l10n/si_LK/files.po @@ -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: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/si_LK/settings.po b/l10n/si_LK/settings.po index ecb6a7c40f7..3cdd043744f 100644 --- a/l10n/si_LK/settings.po +++ b/l10n/si_LK/settings.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Anushke Guneratne <anushke@gmail.com>, 2012. -# Chamara Disanayake <chamara@nic.lk>, 2012. -# <thanojar@gmail.com>, 2012. +# Anushke Guneratne <anushke@gmail.com>, 2012 +# Chamara Disanayake <chamara@nic.lk>, 2012 +# Thanoja <thanojar@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: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\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 "මකා දමනවා" @@ -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 "" -#: 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 "" diff --git a/l10n/sk/settings.po b/l10n/sk/settings.po index d9b345699cf..7ce9514b098 100644 --- a/l10n/sk/settings.po +++ b/l10n/sk/settings.po @@ -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: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\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 "" diff --git a/l10n/sk_SK/files.po b/l10n/sk_SK/files.po index d01b6d67a4d..0a33201660c 100644 --- a/l10n/sk_SK/files.po +++ b/l10n/sk_SK/files.po @@ -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: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk_SK/settings.po b/l10n/sk_SK/settings.po index 84eb780da7c..103d1169b6a 100644 --- a/l10n/sk_SK/settings.po +++ b/l10n/sk_SK/settings.po @@ -3,18 +3,18 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <intense.feel@gmail.com>, 2011, 2012. -# Marián Hvolka <marian.hvolka@stuba.sk>, 2013. -# <martin.babik@gmail.com>, 2012. -# Roman Priesol <roman@priesol.net>, 2012. -# <typhoon@zoznam.sk>, 2012. -# <zatroch.martin@gmail.com>, 2012. +# intense <intense.feel@gmail.com>, 2011, 2012 +# mhh <marian.hvolka@stuba.sk>, 2013 +# martinb <martin.babik@gmail.com>, 2012 +# Roman Priesol <roman@priesol.net>, 2012 +# Typhoon <typhoon@zoznam.sk>, 2012 +# martin <zatroch.martin@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: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" @@ -27,12 +27,16 @@ msgstr "" msgid "Unable to load list from App Store" msgstr "Nie je možné nahrať zoznam 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 pri autentifikácii" -#: 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 "Nemožno zmeniť zobrazované meno" @@ -122,7 +126,7 @@ msgstr "chyba pri aktualizácii aplikácie" msgid "Updated" msgstr "Aktualizované" -#: js/personal.js:109 +#: js/personal.js:115 msgid "Saving..." msgstr "Ukladám..." @@ -138,16 +142,16 @@ msgstr "vrátiť" msgid "Unable to remove user" msgstr "Nemožno odobrať používateľa" -#: 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ávca skupiny" -#: js/users.js:111 templates/users.php:161 +#: js/users.js:111 templates/users.php:155 msgid "Delete" msgstr "Odstrániť" @@ -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 "Viac" -#: templates/admin.php:224 +#: templates/admin.php:228 msgid "Less" msgstr "Menej" -#: templates/admin.php:231 templates/personal.php:102 +#: templates/admin.php:235 templates/personal.php:100 msgid "Version" msgstr "Verzia" -#: 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ískať aplikácie na synchronizáciu Vašich súborov" msgid "Show First Run Wizard again" msgstr "Znovu zobraziť sprievodcu prvým spustení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 "Zmeniť heslo" -#: templates/personal.php:56 templates/users.php:78 +#: templates/personal.php:56 templates/users.php:76 msgid "Display Name" msgstr "Zobrazované meno" -#: templates/personal.php:57 -msgid "Your display name was changed" -msgstr "Vaše zobrazované meno bolo zmenené" - -#: templates/personal.php:58 -msgid "Unable to change your display name" -msgstr "Nemožno zmeniť Vaše zobrazované meno" - -#: templates/personal.php:61 -msgid "Change display name" -msgstr "Zmeniť zobrazované meno" - -#: 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 "Vaša emailová adresa" -#: templates/personal.php:73 +#: templates/personal.php:71 msgid "Fill in an email address to enable password recovery" msgstr "Vyplňte emailovú adresu pre aktivovanie obnovy hesla" -#: 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 "Pomôcť s prekladom" -#: 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žite túto adresu pre pripojenie vášho ownCloud k súborovému správcovi" -#: templates/users.php:21 templates/users.php:77 +#: templates/users.php:21 templates/users.php:75 msgid "Login Name" msgstr "Prihlasovacie meno" -#: templates/users.php:32 +#: templates/users.php:30 msgid "Create" msgstr "Vytvoriť" -#: templates/users.php:35 +#: templates/users.php:33 msgid "Default Storage" msgstr "Predvolené úložisko" -#: templates/users.php:41 templates/users.php:139 +#: templates/users.php:39 templates/users.php:133 msgid "Unlimited" msgstr "Nelimitované" -#: templates/users.php:59 templates/users.php:154 +#: templates/users.php:57 templates/users.php:148 msgid "Other" msgstr "Iné" -#: templates/users.php:84 +#: templates/users.php:82 msgid "Storage" msgstr "Úložisko" -#: templates/users.php:95 +#: templates/users.php:93 msgid "change display name" msgstr "zmeniť zobrazované meno" -#: templates/users.php:99 +#: templates/users.php:97 msgid "set new password" msgstr "nastaviť nové heslo" -#: templates/users.php:134 +#: templates/users.php:128 msgid "Default" msgstr "Predvolené" diff --git a/l10n/sl/files.po b/l10n/sl/files.po index bf8ab3566aa..ed72760083d 100644 --- a/l10n/sl/files.po +++ b/l10n/sl/files.po @@ -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: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sl/settings.po b/l10n/sl/settings.po index 957fabe7472..4d90df69ff5 100644 --- a/l10n/sl/settings.po +++ b/l10n/sl/settings.po @@ -3,18 +3,18 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <>, 2013. -# <>, 2012. -# Matej Urbančič <>, 2013. -# <peter.perosa@gmail.com>, 2012. -# Peter Peroša <peter.perosa@gmail.com>, 2012-2013. -# <urossolar@hotmail.com>, 2011, 2012. +# mateju <>, 2013 +# mateju <>, 2012 +# mateju <>, 2013 +# Peter Peroša <peter.perosa@gmail.com>, 2012 +# Peter Peroša <peter.perosa@gmail.com>, 2012-2013 +# urossolar <urossolar@hotmail.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: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" @@ -27,12 +27,16 @@ msgstr "" msgid "Unable to load list from App Store" msgstr "Ni mogoče naložiti seznama iz središč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 "Napaka overitve" -#: 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 "Prikazanega imena ni mogoče spremeniti." @@ -122,7 +126,7 @@ msgstr "Prišlo je do napake med posodabljanjem programa." msgid "Updated" msgstr "Posodobljeno" -#: js/personal.js:109 +#: js/personal.js:115 msgid "Saving..." msgstr "Poteka shranjevanje ..." @@ -138,16 +142,16 @@ msgstr "razveljavi" msgid "Unable to remove user" msgstr "Uporabnika ni mogoče odstraniti" -#: 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 "Skupine" -#: 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 "Skrbnik skupine" -#: js/users.js:111 templates/users.php:161 +#: js/users.js:111 templates/users.php:155 msgid "Delete" msgstr "Izbriši" @@ -318,19 +322,19 @@ msgstr "Dnevnik" msgid "Log level" msgstr "Raven beleženja" -#: templates/admin.php:223 +#: templates/admin.php:227 msgid "More" msgstr "Več" -#: templates/admin.php:224 +#: templates/admin.php:228 msgid "Less" msgstr "Manj" -#: templates/admin.php:231 templates/personal.php:102 +#: templates/admin.php:235 templates/personal.php:100 msgid "Version" msgstr "Različica" -#: 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 "Pridobi programe za usklajevanje datotek" msgid "Show First Run Wizard again" msgstr "Zaženi čarovnika prvega zagona" -#: 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 "Geslo" @@ -425,82 +429,70 @@ msgstr "Novo geslo" msgid "Change password" msgstr "Spremeni geslo" -#: templates/personal.php:56 templates/users.php:78 +#: templates/personal.php:56 templates/users.php:76 msgid "Display Name" msgstr "Prikazano ime" -#: templates/personal.php:57 -msgid "Your display name was changed" -msgstr "Prikazano ime je spremenjeno." - -#: templates/personal.php:58 -msgid "Unable to change your display name" -msgstr "Prikazanega imena ni mogoče spremeniti." - -#: templates/personal.php:61 -msgid "Change display name" -msgstr "Spremeni prikazano ime" - -#: templates/personal.php:70 +#: templates/personal.php:68 msgid "Email" msgstr "Elektronska pošta" -#: templates/personal.php:72 +#: templates/personal.php:70 msgid "Your email address" msgstr "Osebni elektronski naslov" -#: templates/personal.php:73 +#: templates/personal.php:71 msgid "Fill in an email address to enable password recovery" msgstr "Vpišite osebni elektronski naslov in s tem omogočite obnovitev gesla" -#: 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 "Sodelujte pri prevajanju" -#: 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 "Ta naslov uporabite za povezavo upravljalnika datotek z oblakom ownCloud." -#: templates/users.php:21 templates/users.php:77 +#: templates/users.php:21 templates/users.php:75 msgid "Login Name" msgstr "Prijavno ime" -#: templates/users.php:32 +#: templates/users.php:30 msgid "Create" msgstr "Ustvari" -#: templates/users.php:35 +#: templates/users.php:33 msgid "Default Storage" msgstr "Privzeta shramba" -#: templates/users.php:41 templates/users.php:139 +#: templates/users.php:39 templates/users.php:133 msgid "Unlimited" msgstr "Neomejeno" -#: templates/users.php:59 templates/users.php:154 +#: templates/users.php:57 templates/users.php:148 msgid "Other" msgstr "Drugo" -#: templates/users.php:84 +#: templates/users.php:82 msgid "Storage" msgstr "Shramba" -#: templates/users.php:95 +#: templates/users.php:93 msgid "change display name" msgstr "spremeni prikazano ime" -#: templates/users.php:99 +#: templates/users.php:97 msgid "set new password" msgstr "nastavi novo geslo" -#: templates/users.php:134 +#: templates/users.php:128 msgid "Default" msgstr "Privzeto" diff --git a/l10n/sq/files.po b/l10n/sq/files.po index f704e3b4aa7..09c1dbbe3a4 100644 --- a/l10n/sq/files.po +++ b/l10n/sq/files.po @@ -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: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sq/settings.po b/l10n/sq/settings.po index 0ea938feaf7..eaad4534ed8 100644 --- a/l10n/sq/settings.po +++ b/l10n/sq/settings.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <rapid_odeen@zoho.com>, 2013. +# Odeen <rapid_odeen@zoho.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: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\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 "Veprim i gabuar gjatë vërtetimit të identitetit" -#: 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 "anulo" 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 "Elimino" @@ -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 "Merrni app-et për sinkronizimin e skedarëve tuaj" 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 "Kodi" @@ -420,82 +424,70 @@ msgstr "Kodi i ri" 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 "" diff --git a/l10n/sr/files.po b/l10n/sr/files.po index c77914efeb3..6b3cb41cdf0 100644 --- a/l10n/sr/files.po +++ b/l10n/sr/files.po @@ -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: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr/settings.po b/l10n/sr/settings.po index 4faad27c2ff..c41107dad67 100644 --- a/l10n/sr/settings.po +++ b/l10n/sr/settings.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <marko@evizo.com>, 2012. -# Slobodan Terzić <githzerai06@gmail.com>, 2011, 2012. -# <theranchcowboy@gmail.com>, 2013. +# Kostic <marko@evizo.com>, 2012 +# Slobodan Terzić <githzerai06@gmail.com>, 2011, 2012 +# Rancher <theranchcowboy@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: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\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 "Обриши" @@ -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 "Користите ову адресу да се повежете са 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 "Подразумевано" diff --git a/l10n/sr@latin/settings.po b/l10n/sr@latin/settings.po index 6b6e5528039..b274df34bbd 100644 --- a/l10n/sr@latin/settings.po +++ b/l10n/sr@latin/settings.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Slobodan Terzić <githzerai06@gmail.com>, 2011. +# Slobodan Terzić <githzerai06@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: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\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 "Greška pri autentifikaciji" -#: 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 "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 "" -#: js/users.js:111 templates/users.php:161 +#: js/users.js:111 templates/users.php:155 msgid "Delete" msgstr "Obriši" @@ -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 "Lozinka" @@ -420,82 +424,70 @@ msgstr "Nova lozinka" msgid "Change password" msgstr "Izmeni lozinku" -#: 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 "" -#: 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 "Jezik" -#: 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 "Napravi" -#: 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 "Drugo" -#: 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 "" diff --git a/l10n/sv/files.po b/l10n/sv/files.po index 576202cd316..fd1d84fb38e 100644 --- a/l10n/sv/files.po +++ b/l10n/sv/files.po @@ -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: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sv/settings.po b/l10n/sv/settings.po index 78e13f62c26..cb9118bf974 100644 --- a/l10n/sv/settings.po +++ b/l10n/sv/settings.po @@ -3,21 +3,21 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# André <lokal_profil@hotmail.com>, 2013. -# Christer Eriksson <post@hc3web.com>, 2012. -# Daniel Sandman <revoltism@gmail.com>, 2012. -# <hakan.thn@gmail.com>, 2011. -# Magnus Höglund <magnus@linux.com>, 2012-2013. -# <magnus@linux.com>, 2012. -# <q@xnq.me>, 2012. -# <revoltism@gmail.com>, 2011, 2012. -# <tscooter@hotmail.com>, 2012. +# Lokal_Profil <lokal_profil@hotmail.com>, 2013 +# Christer Eriksson <post@hc3web.com>, 2012 +# Daniel Sandman <revoltism@gmail.com>, 2012 +# HakanS <hakan.thn@gmail.com>, 2011 +# Magnus Höglund <magnus@linux.com>, 2012-2013 +# Magnus Höglund <magnus@linux.com>, 2012 +# xt00r <q@xnq.me>, 2012 +# Daniel Sandman <revoltism@gmail.com>, 2011, 2012 +# tscooter <tscooter@hotmail.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: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" @@ -30,12 +30,16 @@ msgstr "" msgid "Unable to load list from App Store" msgstr "Kan inte ladda listan från 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 "Autentiseringsfel" -#: 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 "Kan inte ändra visningsnamn" @@ -125,7 +129,7 @@ msgstr "Fel uppstod vid uppdatering av appen" msgid "Updated" msgstr "Uppdaterad" -#: js/personal.js:109 +#: js/personal.js:115 msgid "Saving..." msgstr "Sparar..." @@ -141,16 +145,16 @@ msgstr "ångra" msgid "Unable to remove user" msgstr "Kan inte ta bort användare" -#: 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 "Gruppadministratör" -#: js/users.js:111 templates/users.php:161 +#: js/users.js:111 templates/users.php:155 msgid "Delete" msgstr "Radera" @@ -321,19 +325,19 @@ msgstr "Logg" 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 "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 " @@ -404,7 +408,7 @@ msgstr "Skaffa appar för att synkronisera dina filer" msgid "Show First Run Wizard again" msgstr "Visa Första uppstarts-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 "Lösenord" @@ -428,82 +432,70 @@ msgstr "Nytt lösenord" msgid "Change password" msgstr "Ändra lösenord" -#: templates/personal.php:56 templates/users.php:78 +#: templates/personal.php:56 templates/users.php:76 msgid "Display Name" msgstr "Visat namn" -#: templates/personal.php:57 -msgid "Your display name was changed" -msgstr "Ditt visningsnamn har ändrats" - -#: templates/personal.php:58 -msgid "Unable to change your display name" -msgstr "Kan inte ändra ditt visningsnamn" - -#: templates/personal.php:61 -msgid "Change display name" -msgstr "Ändra visningsnamn" - -#: 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-postadress" -#: templates/personal.php:73 +#: templates/personal.php:71 msgid "Fill in an email address to enable password recovery" msgstr "Fyll i en e-postadress för att aktivera återställning av lösenord" -#: 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 "Hjälp att översätta" -#: 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 "Använd denna adress för att ansluta till ownCloud i din filhanterare" -#: templates/users.php:21 templates/users.php:77 +#: templates/users.php:21 templates/users.php:75 msgid "Login Name" msgstr "Inloggningsnamn" -#: templates/users.php:32 +#: templates/users.php:30 msgid "Create" msgstr "Skapa" -#: templates/users.php:35 +#: templates/users.php:33 msgid "Default Storage" msgstr "Förvald lagring" -#: templates/users.php:41 templates/users.php:139 +#: templates/users.php:39 templates/users.php:133 msgid "Unlimited" msgstr "Obegränsad" -#: templates/users.php:59 templates/users.php:154 +#: templates/users.php:57 templates/users.php:148 msgid "Other" msgstr "Annat" -#: templates/users.php:84 +#: templates/users.php:82 msgid "Storage" msgstr "Lagring" -#: templates/users.php:95 +#: templates/users.php:93 msgid "change display name" msgstr "ändra visat namn" -#: templates/users.php:99 +#: templates/users.php:97 msgid "set new password" msgstr "ange nytt lösenord" -#: templates/users.php:134 +#: templates/users.php:128 msgid "Default" msgstr "Förvald" diff --git a/l10n/sw_KE/settings.po b/l10n/sw_KE/settings.po index f85fcdca122..0f7f454f900 100644 --- a/l10n/sw_KE/settings.po +++ b/l10n/sw_KE/settings.po @@ -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: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\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 "" diff --git a/l10n/ta_LK/files.po b/l10n/ta_LK/files.po index 0cc76612d72..f5e69fc7eef 100644 --- a/l10n/ta_LK/files.po +++ b/l10n/ta_LK/files.po @@ -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: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ta_LK/settings.po b/l10n/ta_LK/settings.po index 7d988829d05..608c334d008 100644 --- a/l10n/ta_LK/settings.po +++ b/l10n/ta_LK/settings.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <suganthi@nic.lk>, 2012. +# suganthi <suganthi@nic.lk>, 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: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\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 "" -#: 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 "" diff --git a/l10n/te/settings.po b/l10n/te/settings.po index 3fe64246815..7be66ea639e 100644 --- a/l10n/te/settings.po +++ b/l10n/te/settings.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# వీవెన్ <veeven@gmail.com>, 2013. +# వీవెన్ <veeven@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: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\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 "" -#: 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 "" diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index 09082a0924a..5aa70a6728d 100644 --- a/l10n/templates/core.pot +++ b/l10n/templates/core.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-25 01:55+0200\n" +"POT-Creation-Date: 2013-04-26 01:56+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot index 53e5b411c3d..33756ecac61 100644 --- a/l10n/templates/files.pot +++ b/l10n/templates/files.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-25 01:55+0200\n" +"POT-Creation-Date: 2013-04-26 01:55+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files_encryption.pot b/l10n/templates/files_encryption.pot index d3fcd8aefcd..a44582dc6a6 100644 --- a/l10n/templates/files_encryption.pot +++ b/l10n/templates/files_encryption.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-25 01:55+0200\n" +"POT-Creation-Date: 2013-04-26 01:55+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files_external.pot b/l10n/templates/files_external.pot index 280b4fd24f7..57abfd70eb4 100644 --- a/l10n/templates/files_external.pot +++ b/l10n/templates/files_external.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-25 01:55+0200\n" +"POT-Creation-Date: 2013-04-26 01:55+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files_sharing.pot b/l10n/templates/files_sharing.pot index 27a1b59adf2..ed463f70431 100644 --- a/l10n/templates/files_sharing.pot +++ b/l10n/templates/files_sharing.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-25 01:55+0200\n" +"POT-Creation-Date: 2013-04-26 01:56+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files_trashbin.pot b/l10n/templates/files_trashbin.pot index cdd285eaa31..d5190991824 100644 --- a/l10n/templates/files_trashbin.pot +++ b/l10n/templates/files_trashbin.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-25 01:55+0200\n" +"POT-Creation-Date: 2013-04-26 01:56+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files_versions.pot b/l10n/templates/files_versions.pot index 2b4a81f05fa..79d170d07b3 100644 --- a/l10n/templates/files_versions.pot +++ b/l10n/templates/files_versions.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-25 01:55+0200\n" +"POT-Creation-Date: 2013-04-26 01:56+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/lib.pot b/l10n/templates/lib.pot index 9837948dd00..b17067ebada 100644 --- a/l10n/templates/lib.pot +++ b/l10n/templates/lib.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-25 01:55+0200\n" +"POT-Creation-Date: 2013-04-26 01:56+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/settings.pot b/l10n/templates/settings.pot index 3f3469d5077..07489295017 100644 --- a/l10n/templates/settings.pot +++ b/l10n/templates/settings.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-25 01:55+0200\n" +"POT-Creation-Date: 2013-04-26 01:56+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -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 "" @@ -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 href=\"https://github.com/owncloud\" " @@ -423,43 +427,31 @@ msgstr "" 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 "" diff --git a/l10n/templates/user_ldap.pot b/l10n/templates/user_ldap.pot index 04544dc04f9..8afc7388df1 100644 --- a/l10n/templates/user_ldap.pot +++ b/l10n/templates/user_ldap.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-25 01:55+0200\n" +"POT-Creation-Date: 2013-04-26 01:56+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/user_webdavauth.pot b/l10n/templates/user_webdavauth.pot index 929c4db8486..f1b91293f08 100644 --- a/l10n/templates/user_webdavauth.pot +++ b/l10n/templates/user_webdavauth.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-25 01:55+0200\n" +"POT-Creation-Date: 2013-04-26 01:56+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/th_TH/files.po b/l10n/th_TH/files.po index 62c22585f95..4fe226e8a63 100644 --- a/l10n/th_TH/files.po +++ b/l10n/th_TH/files.po @@ -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: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/th_TH/settings.po b/l10n/th_TH/settings.po index c239256ebec..5bb0806de28 100644 --- a/l10n/th_TH/settings.po +++ b/l10n/th_TH/settings.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# AriesAnywhere Anywhere <ariesanywhere@gmail.com>, 2012-2013. -# AriesAnywhere Anywhere <ariesanywherer@gmail.com>, 2012. -# <icewind1991@gmail.com>, 2012. +# AriesAnywhere Anywhere <ariesanywhere@gmail.com>, 2012-2013 +# AriesAnywhere Anywhere <ariesanywhere@gmail.com>, 2012 +# Robin Appelman <icewind1991@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: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\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 "ใช้ที่อยู่นี้เพื่อเชื่อมต่อกับ 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 "ค่าเริ่มต้น" diff --git a/l10n/tr/files.po b/l10n/tr/files.po index 0618c008e24..afaa3cab102 100644 --- a/l10n/tr/files.po +++ b/l10n/tr/files.po @@ -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: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/tr/settings.po b/l10n/tr/settings.po index 86e9e92833a..15236319471 100644 --- a/l10n/tr/settings.po +++ b/l10n/tr/settings.po @@ -3,21 +3,21 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Aranel Surion <aranel@aranelsurion.org>, 2011-2013. -# Caner Başaran <basaran.caner@gmail.com>, 2013. -# Emre <emresaracoglu@live.com>, 2012. -# Fatih Aşıcı <fatih.asici@gmail.com>, 2013. -# H.Oktay Tefenli <otefenli@gmail.com>, 2013. -# <info@beyboo.de>, 2012. -# ismail yenigul <ismail.yenigul@surgate.com>, 2013. -# Necdet Yücel <necdetyucel@gmail.com>, 2012. -# Tolga Gezginiş <tgezginis@gmail.com>, 2013. +# Aranel Surion <aranel@aranelsurion.org>, 2011-2013 +# Caner Başaran <basaran.caner@gmail.com>, 2013 +# Emre Saraçoğlu <emresaracoglu@live.com>, 2012 +# Fatih Aşıcı <fatih.asici@gmail.com>, 2013 +# otefenli <otefenli@gmail.com>, 2013 +# alpere <info@beyboo.de>, 2012 +# ismail yenigül <ismail.yenigul@surgate.com>, 2013 +# Necdet Yücel <necdetyucel@gmail.com>, 2012 +# tgezginis <tgezginis@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: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" @@ -30,12 +30,16 @@ msgstr "" msgid "Unable to load list from App Store" msgstr "App Store'dan liste yüklenemiyor" -#: 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 "Eşleşme hata" -#: 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 "Ekran adı değiştirilemiyor" @@ -125,7 +129,7 @@ msgstr "Uygulama güncellenirken hata" msgid "Updated" msgstr "Güncellendi" -#: js/personal.js:109 +#: js/personal.js:115 msgid "Saving..." msgstr "Kaydediliyor..." @@ -141,16 +145,16 @@ msgstr "geri al" msgid "Unable to remove user" msgstr "Kullanıcı kaldırılamıyor" -#: 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 "Gruplar" -#: 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 "Yönetici Grubu " -#: js/users.js:111 templates/users.php:161 +#: js/users.js:111 templates/users.php:155 msgid "Delete" msgstr "Sil" @@ -321,19 +325,19 @@ msgstr "Kayıtlar" msgid "Log level" msgstr "Günlük seviyesi" -#: templates/admin.php:223 +#: templates/admin.php:227 msgid "More" msgstr "Daha fazla" -#: templates/admin.php:224 +#: templates/admin.php:228 msgid "Less" msgstr "Az" -#: templates/admin.php:231 templates/personal.php:102 +#: templates/admin.php:235 templates/personal.php:100 msgid "Version" msgstr "Sürüm" -#: 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 " @@ -404,7 +408,7 @@ msgstr "Dosyalarınızı senkronize etmek için uygulamayı indirin" msgid "Show First Run Wizard again" msgstr "İlk Çalıştırma Sihirbazını yeniden göster" -#: 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 "Parola" @@ -428,82 +432,70 @@ msgstr "Yeni parola" msgid "Change password" msgstr "Parola değiştir" -#: templates/personal.php:56 templates/users.php:78 +#: templates/personal.php:56 templates/users.php:76 msgid "Display Name" msgstr "Ekran Adı" -#: templates/personal.php:57 -msgid "Your display name was changed" -msgstr "Ekran adınız değiştirildi" - -#: templates/personal.php:58 -msgid "Unable to change your display name" -msgstr "Ekran adınız değiştirilemiyor" - -#: templates/personal.php:61 -msgid "Change display name" -msgstr "Ekran adını değiştir" - -#: templates/personal.php:70 +#: templates/personal.php:68 msgid "Email" msgstr "Eposta" -#: templates/personal.php:72 +#: templates/personal.php:70 msgid "Your email address" msgstr "Eposta adresiniz" -#: templates/personal.php:73 +#: templates/personal.php:71 msgid "Fill in an email address to enable password recovery" msgstr "Parola kurtarmayı etkinleştirmek için bir eposta adresi girin" -#: templates/personal.php:79 templates/personal.php:80 +#: templates/personal.php:77 templates/personal.php:78 msgid "Language" msgstr "Dil" -#: templates/personal.php:86 +#: templates/personal.php:84 msgid "Help translate" msgstr "Çevirilere yardım edin" -#: 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 "Bu adresi kullanarak ownCloud 'unuza dosya yöneticinizde bağlanın" -#: templates/users.php:21 templates/users.php:77 +#: templates/users.php:21 templates/users.php:75 msgid "Login Name" msgstr "Giriş Adı" -#: templates/users.php:32 +#: templates/users.php:30 msgid "Create" msgstr "Oluştur" -#: templates/users.php:35 +#: templates/users.php:33 msgid "Default Storage" msgstr "Varsayılan Depolama" -#: templates/users.php:41 templates/users.php:139 +#: templates/users.php:39 templates/users.php:133 msgid "Unlimited" msgstr "Limitsiz" -#: templates/users.php:59 templates/users.php:154 +#: templates/users.php:57 templates/users.php:148 msgid "Other" msgstr "Diğer" -#: templates/users.php:84 +#: templates/users.php:82 msgid "Storage" msgstr "Depolama" -#: templates/users.php:95 +#: templates/users.php:93 msgid "change display name" msgstr "ekran adını değiştir" -#: templates/users.php:99 +#: templates/users.php:97 msgid "set new password" msgstr "yeni parola belirle" -#: templates/users.php:134 +#: templates/users.php:128 msgid "Default" msgstr "Varsayılan" diff --git a/l10n/tr/user_ldap.po b/l10n/tr/user_ldap.po index 1477ef29b47..0f588d99bf6 100644 --- a/l10n/tr/user_ldap.po +++ b/l10n/tr/user_ldap.po @@ -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-25 01:55+0200\n" -"PO-Revision-Date: 2013-04-24 23:54+0000\n" +"POT-Creation-Date: 2013-04-26 01:56+0200\n" +"PO-Revision-Date: 2013-04-25 00:20+0000\n" "Last-Translator: KAT.RAT12 <spanish.katerina@gmail.com>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" @@ -26,19 +26,19 @@ msgstr "" #: ajax/testConfiguration.php:36 msgid "The configuration is valid and the connection could be established!" -msgstr "" +msgstr "Uyunlama mantikli ve baglama yerlestirmek edebilmi." #: ajax/testConfiguration.php:39 msgid "" "The configuration is valid, but the Bind failed. Please check the server " "settings and credentials." -msgstr "" +msgstr "Uyunlama gecerli, fakat Baglama yapamadi. Lutfen kontrol yapmak, eger bu iyi yerlertirdi. " #: ajax/testConfiguration.php:43 msgid "" "The configuration is invalid. Please look in the ownCloud log for further " "details." -msgstr "" +msgstr "Uyunma mantikli degil. Lutfen log daha kontrol yapmak. " #: js/settings.js:66 msgid "Deletion failed" @@ -46,7 +46,7 @@ msgstr "Silme başarısız oldu" #: js/settings.js:82 msgid "Take over settings from recent server configuration?" -msgstr "" +msgstr "Parametri sonadan uyunlama cikarmak mi?" #: js/settings.js:83 msgid "Keep settings?" @@ -54,7 +54,7 @@ msgstr "Ayarları kalsınmı?" #: js/settings.js:97 msgid "Cannot add server configuration" -msgstr "" +msgstr "Sunucu uyunlama birlemek edemen. " #: js/settings.js:121 msgid "Connection test succeeded" @@ -66,7 +66,7 @@ msgstr "Bağlantı testi başarısız oldu" #: js/settings.js:136 msgid "Do you really want to delete the current Server Configuration?" -msgstr "" +msgstr "Hakikatten, Sonuncu Funksyon durmak istiyor mi?" #: js/settings.js:137 msgid "Confirm Deletion" @@ -83,7 +83,7 @@ msgstr "<b>Uyari </b> Apps kullanici_Idap ve user_webdavauth uyunmayan. Bu belki msgid "" "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not " "work. Please ask your system administrator to install it." -msgstr "" +msgstr "<b>Ihbar <b> Modulu PHP LDAP yuklemdi degil, backend calismacak. Lutfen sistem yonetici sormak yuklemek icin." #: templates/settings.php:15 msgid "Server configuration" @@ -108,7 +108,7 @@ msgstr "Ana DN" #: templates/settings.php:40 msgid "One Base DN per line" -msgstr "" +msgstr "Bir Tabani DN herbir dizi. " #: templates/settings.php:41 msgid "You can specify Base DN for users and groups in the Advanced tab" @@ -287,7 +287,7 @@ msgstr "Temel Grup Ağacı" #: templates/settings.php:86 msgid "One Group Base DN per line" -msgstr "" +msgstr "Bir Grubu Tabani DN her dizgi. " #: templates/settings.php:87 msgid "Group Search Attributes" diff --git a/l10n/uk/files.po b/l10n/uk/files.po index 659dfb1d2a7..f7e6f0353ca 100644 --- a/l10n/uk/files.po +++ b/l10n/uk/files.po @@ -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: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/uk/settings.po b/l10n/uk/settings.po index 01c6e47b022..2c1bf343b90 100644 --- a/l10n/uk/settings.po +++ b/l10n/uk/settings.po @@ -3,16 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <dzubchikd@gmail.com>, 2012. -# <skoptev@ukr.net>, 2012. -# <volodya327@gmail.com>, 2012-2013. -# пан Володимир <volodya327@gmail.com>, 2013. +# Dmytro Dzubenko <dzubchikd@gmail.com>, 2012 +# skoptev <skoptev@ukr.net>, 2012 +# volodya327 <volodya327@gmail.com>, 2012-2013 +# volodya327 <volodya327@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: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\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 "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 "За замовчуванням" diff --git a/l10n/ur_PK/settings.po b/l10n/ur_PK/settings.po index 39b956ddc5a..8ec75cd514e 100644 --- a/l10n/ur_PK/settings.po +++ b/l10n/ur_PK/settings.po @@ -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: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\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 "" diff --git a/l10n/vi/files.po b/l10n/vi/files.po index 8fec1845849..311cb3cbbd2 100644 --- a/l10n/vi/files.po +++ b/l10n/vi/files.po @@ -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: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/vi/settings.po b/l10n/vi/settings.po index 649183dcf96..1072b980fa4 100644 --- a/l10n/vi/settings.po +++ b/l10n/vi/settings.po @@ -3,19 +3,19 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <khanhnd@kenhgiaiphap.vn>, 2012. -# <mattheu.9x@gmail.com>, 2012. -# <mattheu_9x@yahoo.com>, 2012. -# sao sang <saosangmo@yahoo.com>, 2013. -# Son Nguyen <sonnghit@gmail.com>, 2012. -# Sơn Nguyễn <sonnghit@gmail.com>, 2012. -# <vlinhd11@gmail.com>, 2012. +# khanhnd <khanhnd@kenhgiaiphap.vn>, 2012 +# mattheu_9x <mattheu.9x@gmail.com>, 2012 +# mattheu_9x <mattheu.9x@gmail.com>, 2012 +# saosangm <saosangmo@yahoo.com>, 2013 +# Sơn Nguyễn <sonnghit@gmail.com>, 2012 +# Sơn Nguyễn <sonnghit@gmail.com>, 2012 +# vlinhd11 <vlinhd11@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: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" @@ -28,12 +28,16 @@ msgstr "" msgid "Unable to load list from App Store" msgstr "Không thể tải danh sách ứng dụng từ 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 "Lỗi xác thực" -#: 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 "Không thể thay đổi tên hiển thị" @@ -123,7 +127,7 @@ msgstr "Lỗi khi cập nhật ứng dụng" msgid "Updated" msgstr "Đã cập nhật" -#: js/personal.js:109 +#: js/personal.js:115 msgid "Saving..." msgstr "Đang tiến hành lưu ..." @@ -139,16 +143,16 @@ msgstr "lùi lại" 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 "Nhóm" -#: 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 "Nhóm quản trị" -#: js/users.js:111 templates/users.php:161 +#: js/users.js:111 templates/users.php:155 msgid "Delete" msgstr "Xóa" @@ -319,19 +323,19 @@ msgstr "" msgid "Log level" msgstr "" -#: templates/admin.php:223 +#: templates/admin.php:227 msgid "More" msgstr "hơn" -#: templates/admin.php:224 +#: templates/admin.php:228 msgid "Less" msgstr "ít" -#: templates/admin.php:231 templates/personal.php:102 +#: templates/admin.php:235 templates/personal.php:100 msgid "Version" msgstr "Phiên bả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 " @@ -402,7 +406,7 @@ msgstr "Nhận ứng dụng để đồng bộ file của bạn" msgid "Show First Run Wizard again" msgstr "Hiện lại việc chạy đồ thuật khởi đầu" -#: 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 "Mật khẩu" @@ -426,82 +430,70 @@ msgstr "Mật khẩu mới " msgid "Change password" msgstr "Đổi mật khẩu" -#: templates/personal.php:56 templates/users.php:78 +#: templates/personal.php:56 templates/users.php:76 msgid "Display Name" msgstr "Tên hiển thị" -#: templates/personal.php:57 -msgid "Your display name was changed" -msgstr "Tên hiển thị của bạn đã được thay đổi" - -#: templates/personal.php:58 -msgid "Unable to change your display name" -msgstr "Không thể thay đổi tên hiển thị của bạn" - -#: templates/personal.php:61 -msgid "Change display name" -msgstr "Thay đổi tên hiển thị" - -#: 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 "Email của bạn" -#: templates/personal.php:73 +#: templates/personal.php:71 msgid "Fill in an email address to enable password recovery" msgstr "Nhập địa chỉ email của bạn để khôi phục lại mật khẩu" -#: templates/personal.php:79 templates/personal.php:80 +#: templates/personal.php:77 templates/personal.php:78 msgid "Language" msgstr "Ngôn ngữ" -#: templates/personal.php:86 +#: templates/personal.php:84 msgid "Help translate" msgstr "Hỗ trợ dịch thuật" -#: 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 "Sử dụng địa chỉ này để kết nối ownCloud của bạn trong trình quản lý file của bạn" -#: templates/users.php:21 templates/users.php:77 +#: templates/users.php:21 templates/users.php:75 msgid "Login Name" msgstr "Tên đăng nhập" -#: templates/users.php:32 +#: templates/users.php:30 msgid "Create" msgstr "Tạo" -#: templates/users.php:35 +#: templates/users.php:33 msgid "Default Storage" msgstr "Bộ nhớ mặc định" -#: templates/users.php:41 templates/users.php:139 +#: templates/users.php:39 templates/users.php:133 msgid "Unlimited" msgstr "Không giới hạn" -#: templates/users.php:59 templates/users.php:154 +#: templates/users.php:57 templates/users.php:148 msgid "Other" msgstr "Khác" -#: templates/users.php:84 +#: templates/users.php:82 msgid "Storage" msgstr "Bộ nhớ" -#: templates/users.php:95 +#: templates/users.php:93 msgid "change display name" msgstr "Thay đổi tên hiển thị" -#: templates/users.php:99 +#: templates/users.php:97 msgid "set new password" msgstr "đặt mật khẩu mới" -#: templates/users.php:134 +#: templates/users.php:128 msgid "Default" msgstr "Mặc định" diff --git a/l10n/zh_CN.GB2312/files.po b/l10n/zh_CN.GB2312/files.po index d874322e7dd..42a5310bafa 100644 --- a/l10n/zh_CN.GB2312/files.po +++ b/l10n/zh_CN.GB2312/files.po @@ -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: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/owncloud/language/zh_CN.GB2312/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN.GB2312/settings.po b/l10n/zh_CN.GB2312/settings.po index a259a909f5c..a3fb6e17b95 100644 --- a/l10n/zh_CN.GB2312/settings.po +++ b/l10n/zh_CN.GB2312/settings.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <bluehattree@126.com>, 2012. -# HO Gin Wang <kopisee@qq.com>, 2013. -# marguerite su <i@marguerite.su>, 2012. +# bluehattree <bluehattree@126.com>, 2012 +# kopisee <kopisee@qq.com>, 2013 +# marguerite su <i@marguerite.su>, 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: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/owncloud/language/zh_CN.GB2312/)\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 "Email" -#: 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 "使用此地址来在您的文件管理器中连接您的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 "默认" diff --git a/l10n/zh_CN/files.po b/l10n/zh_CN/files.po index f1c860f7e0c..09a04b07f45 100644 --- a/l10n/zh_CN/files.po +++ b/l10n/zh_CN/files.po @@ -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: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN/settings.po b/l10n/zh_CN/settings.po index b00faa27fa5..506620d7071 100644 --- a/l10n/zh_CN/settings.po +++ b/l10n/zh_CN/settings.po @@ -3,20 +3,20 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <appweb.cn@gmail.com>, 2012. -# CyberCowBoy <ccb3275@gmail.com>, 2013. -# Dianjin Wang <1132321739qq@gmail.com>, 2012-2013. -# Phoenix Nemo <>, 2012. -# <rainofchaos@gmail.com>, 2012. -# <suiy02@gmail.com>, 2012. -# <wengxt@gmail.com>, 2013. -# <wengxt@gmail.com>, 2011, 2012. +# hanfeng <appweb.cn@gmail.com>, 2012 +# ccb <ccb3275@gmail.com>, 2013 +# Dianjin Wang <1132321739qq@gmail.com>, 2012-2013 +# Phoenix Nemo <>, 2012 +# leonfeng <rainofchaos@gmail.com>, 2012 +# waterone <suiy02@gmail.com>, 2012 +# Xuetian Weng <wengxt@gmail.com>, 2013 +# Xuetian Weng <wengxt@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: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -29,12 +29,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 "无法修改显示名称" @@ -124,7 +128,7 @@ msgstr "更新 app 时出错" msgid "Updated" msgstr "已更新" -#: js/personal.js:109 +#: js/personal.js:115 msgid "Saving..." msgstr "正在保存" @@ -140,16 +144,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 "删除" @@ -320,19 +324,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 " @@ -403,7 +407,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 "密码" @@ -427,82 +431,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 "默认" diff --git a/l10n/zh_HK/settings.po b/l10n/zh_HK/settings.po index ed450456948..833088ea653 100644 --- a/l10n/zh_HK/settings.po +++ b/l10n/zh_HK/settings.po @@ -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: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\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 "" diff --git a/l10n/zh_TW/files.po b/l10n/zh_TW/files.po index 6b85e02d5b2..f8eecea64c7 100644 --- a/l10n/zh_TW/files.po +++ b/l10n/zh_TW/files.po @@ -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: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_TW/settings.po b/l10n/zh_TW/settings.po index 23cc130ca4f..d4ae50e33ba 100644 --- a/l10n/zh_TW/settings.po +++ b/l10n/zh_TW/settings.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-20 01:59+0200\n" -"PO-Revision-Date: 2013-04-19 09:00+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: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -32,12 +32,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 "無法更改顯示名稱" @@ -127,7 +131,7 @@ msgstr "更新應用程式錯誤" msgid "Updated" msgstr "已更新" -#: js/personal.js:109 +#: js/personal.js:115 msgid "Saving..." msgstr "儲存中..." @@ -143,16 +147,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 "刪除" @@ -331,11 +335,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 " @@ -406,7 +410,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 "密碼" @@ -430,82 +434,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 "預設" diff --git a/settings/l10n/ar.php b/settings/l10n/ar.php index caf465bf672..a3336ebbe9e 100644 --- a/settings/l10n/ar.php +++ b/settings/l10n/ar.php @@ -91,9 +91,6 @@ "New password" => "كلمات سر جديدة", "Change password" => "عدل كلمة السر", "Display Name" => "اسم الحساب", -"Your display name was changed" => "تم تغيير اسم حسابك بنجاح", -"Unable to change your display name" => "تعذر تغيير اسم حسابك", -"Change display name" => "تغيير اسم الحساب", "Email" => "العنوان البريدي", "Your email address" => "عنوانك البريدي", "Fill in an email address to enable password recovery" => "أدخل عنوانك البريدي لتفعيل استرجاع كلمة المرور", diff --git a/settings/l10n/ca.php b/settings/l10n/ca.php index 6fd19a6c883..860006fc397 100644 --- a/settings/l10n/ca.php +++ b/settings/l10n/ca.php @@ -91,9 +91,6 @@ "New password" => "Contrasenya nova", "Change password" => "Canvia la contrasenya", "Display Name" => "Nom a mostrar", -"Your display name was changed" => "El vostre nom a mostrar ha canviat", -"Unable to change your display name" => "No s'ha pogut canviar el vostre nom a mostrar", -"Change display name" => "Canvia el nom a mostrar", "Email" => "Correu electrònic", "Your email address" => "Correu electrònic", "Fill in an email address to enable password recovery" => "Ompliu el correu electrònic per activar la recuperació de contrasenya", diff --git a/settings/l10n/cs_CZ.php b/settings/l10n/cs_CZ.php index 6e9d4e884d4..246b3933716 100644 --- a/settings/l10n/cs_CZ.php +++ b/settings/l10n/cs_CZ.php @@ -91,9 +91,6 @@ "New password" => "Nové heslo", "Change password" => "Změnit heslo", "Display Name" => "Zobrazované jméno", -"Your display name was changed" => "Vaše zobrazované jméno bylo změněno", -"Unable to change your display name" => "Nelze změnit vaše zobrazované jméno", -"Change display name" => "Změnit zobrazované jméno", "Email" => "E-mail", "Your email address" => "Vaše e-mailová adresa", "Fill in an email address to enable password recovery" => "Pro povolení změny hesla vyplňte adresu e-mailu", diff --git a/settings/l10n/da.php b/settings/l10n/da.php index e74bf16fd54..5a710017ea0 100644 --- a/settings/l10n/da.php +++ b/settings/l10n/da.php @@ -91,9 +91,6 @@ "New password" => "Ny adgangskode", "Change password" => "Skift kodeord", "Display Name" => "Skærmnavn", -"Your display name was changed" => "Dit skærmnavn blev ændret", -"Unable to change your display name" => "Kunne ikke skifte dit skærmnavn", -"Change display name" => "Skift skærmnavn", "Email" => "Email", "Your email address" => "Din emailadresse", "Fill in an email address to enable password recovery" => "Indtast en emailadresse for at kunne få påmindelse om adgangskode", diff --git a/settings/l10n/de.php b/settings/l10n/de.php index 1ff3e45f698..72ba4f30f98 100644 --- a/settings/l10n/de.php +++ b/settings/l10n/de.php @@ -91,9 +91,6 @@ "New password" => "Neues Passwort", "Change password" => "Passwort ändern", "Display Name" => "Anzeigename", -"Your display name was changed" => "Dein Anzeigename wurde geändert", -"Unable to change your display name" => "Das Ändern deines Anzeigenamens ist nicht möglich", -"Change display name" => "Anzeigenamen ändern", "Email" => "E-Mail", "Your email address" => "Deine E-Mail-Adresse", "Fill in an email address to enable password recovery" => "Trage eine E-Mail-Adresse ein, um die Passwort-Wiederherstellung zu aktivieren.", diff --git a/settings/l10n/de_DE.php b/settings/l10n/de_DE.php index b1f121aa970..99c6707a3a3 100644 --- a/settings/l10n/de_DE.php +++ b/settings/l10n/de_DE.php @@ -91,9 +91,6 @@ "New password" => "Neues Passwort", "Change password" => "Passwort ändern", "Display Name" => "Anzeigename", -"Your display name was changed" => "Ihr Anzeigename wurde geändert", -"Unable to change your display name" => "Das Ändern Ihres Anzeigenamens ist nicht möglich", -"Change display name" => "Anzeigenamen ändern", "Email" => "E-Mail", "Your email address" => "Ihre E-Mail-Adresse", "Fill in an email address to enable password recovery" => "Bitte tragen Sie eine E-Mail-Adresse ein, um die Passwort-Wiederherstellung zu aktivieren.", diff --git a/settings/l10n/el.php b/settings/l10n/el.php index 9dfe20ae289..6e3568618da 100644 --- a/settings/l10n/el.php +++ b/settings/l10n/el.php @@ -91,9 +91,6 @@ "New password" => "Νέο συνθηματικό", "Change password" => "Αλλαγή συνθηματικού", "Display Name" => "Όνομα εμφάνισης", -"Your display name was changed" => "Το όνομα εμφάνισής σας άλλαξε", -"Unable to change your display name" => "Δεν ήταν δυνατή η αλλαγή του ονόματος εμφάνισής σας", -"Change display name" => "Αλλαγή ονόματος εμφάνισης", "Email" => "Email", "Your email address" => "Η διεύθυνση ηλεκτρονικού ταχυδρομείου σας", "Fill in an email address to enable password recovery" => "Συμπληρώστε μια διεύθυνση ηλεκτρονικού ταχυδρομείου για να ενεργοποιηθεί η ανάκτηση συνθηματικού", diff --git a/settings/l10n/es.php b/settings/l10n/es.php index a1d03ae8405..700e9101f7a 100644 --- a/settings/l10n/es.php +++ b/settings/l10n/es.php @@ -91,9 +91,6 @@ "New password" => "Nueva contraseña:", "Change password" => "Cambiar contraseña", "Display Name" => "Nombre a mostrar", -"Your display name was changed" => "Su nombre fue cambiado", -"Unable to change your display name" => "Incapaz de cambiar su nombre", -"Change display name" => "Cambiar nombre", "Email" => "Correo electrónico", "Your email address" => "Tu dirección de correo", "Fill in an email address to enable password recovery" => "Escribe una dirección de correo electrónico para restablecer la contraseña", diff --git a/settings/l10n/es_AR.php b/settings/l10n/es_AR.php index a1be54be1c4..a5296307c0b 100644 --- a/settings/l10n/es_AR.php +++ b/settings/l10n/es_AR.php @@ -91,9 +91,6 @@ "New password" => "Nueva contraseña:", "Change password" => "Cambiar contraseña", "Display Name" => "Nombre a mostrar", -"Your display name was changed" => "El nombre mostrado fue cambiado", -"Unable to change your display name" => "No fue posible cambiar tu nombre", -"Change display name" => "Cambiar nombre", "Email" => "Correo electrónico", "Your email address" => "Tu dirección de e-mail", "Fill in an email address to enable password recovery" => "Escribí una dirección de correo electrónico para restablecer la contraseña", diff --git a/settings/l10n/et_EE.php b/settings/l10n/et_EE.php index b21b55f5cac..746d055223a 100644 --- a/settings/l10n/et_EE.php +++ b/settings/l10n/et_EE.php @@ -91,9 +91,6 @@ "New password" => "Uus parool", "Change password" => "Muuda parooli", "Display Name" => "Näidatav nimi", -"Your display name was changed" => "Sinu kuvatav nimi muutus", -"Unable to change your display name" => "Ei suuda muuta kuvatavat nime", -"Change display name" => "Muuda näidatavat nime", "Email" => "E-post", "Your email address" => "Sinu e-posti aadress", "Fill in an email address to enable password recovery" => "Parooli taastamise sisse lülitamiseks sisesta e-posti aadress", diff --git a/settings/l10n/eu.php b/settings/l10n/eu.php index ed3500c5b7a..d44592ced3a 100644 --- a/settings/l10n/eu.php +++ b/settings/l10n/eu.php @@ -91,9 +91,6 @@ "New password" => "Pasahitz berria", "Change password" => "Aldatu pasahitza", "Display Name" => "Bistaratze Izena", -"Your display name was changed" => "Zure bistaratze izena aldatu da", -"Unable to change your display name" => "Ezin izan da zure bistaratze izena aldatu", -"Change display name" => "Aldatu bistaratze izena", "Email" => "E-Posta", "Your email address" => "Zure e-posta", "Fill in an email address to enable password recovery" => "Idatz ezazu e-posta bat pasahitza berreskuratu ahal izateko", diff --git a/settings/l10n/fa.php b/settings/l10n/fa.php index 8a097d64b0a..ff3d0d4f312 100644 --- a/settings/l10n/fa.php +++ b/settings/l10n/fa.php @@ -84,9 +84,6 @@ "New password" => "گذرواژه جدید", "Change password" => "تغییر گذر واژه", "Display Name" => "نام نمایشی", -"Your display name was changed" => "نام نمایشی شما تغییر یافت", -"Unable to change your display name" => "امکان تغییر نام نمایشی شما وجود ندارد", -"Change display name" => "تغییر نام نمایشی", "Email" => "پست الکترونیکی", "Your email address" => "پست الکترونیکی شما", "Fill in an email address to enable password recovery" => "پست الکترونیکی را پرکنید تا بازیابی گذرواژه فعال شود", diff --git a/settings/l10n/fi_FI.php b/settings/l10n/fi_FI.php index 74a8157a7f6..7b12c50ad32 100644 --- a/settings/l10n/fi_FI.php +++ b/settings/l10n/fi_FI.php @@ -78,9 +78,6 @@ "New password" => "Uusi salasana", "Change password" => "Vaihda salasana", "Display Name" => "Näyttönimi", -"Your display name was changed" => "Näyttönimesi muutettiin", -"Unable to change your display name" => "Näyttönimen muuttaminen epäonnistui", -"Change display name" => "Muuta näyttönimeä", "Email" => "Sähköposti", "Your email address" => "Sähköpostiosoitteesi", "Fill in an email address to enable password recovery" => "Anna sähköpostiosoitteesi, jotta unohdettu salasana on mahdollista palauttaa", diff --git a/settings/l10n/fr.php b/settings/l10n/fr.php index efc2de893d8..fb9bfa1f5b8 100644 --- a/settings/l10n/fr.php +++ b/settings/l10n/fr.php @@ -91,9 +91,6 @@ "New password" => "Nouveau mot de passe", "Change password" => "Changer de mot de passe", "Display Name" => "Nom affiché", -"Your display name was changed" => "Votre nom d'affichage a bien été modifié", -"Unable to change your display name" => "Impossible de modifier votre nom d'affichage", -"Change display name" => "Changer le nom affiché", "Email" => "E-mail", "Your email address" => "Votre adresse e-mail", "Fill in an email address to enable password recovery" => "Entrez votre adresse e-mail pour permettre la réinitialisation du mot de passe", diff --git a/settings/l10n/gl.php b/settings/l10n/gl.php index f7472fd872e..83bc3489aad 100644 --- a/settings/l10n/gl.php +++ b/settings/l10n/gl.php @@ -91,9 +91,6 @@ "New password" => "Novo contrasinal", "Change password" => "Cambiar o contrasinal", "Display Name" => "Amosar o nome", -"Your display name was changed" => "O seu nome visíbel foi cambiado", -"Unable to change your display name" => "Non é posíbel cambiar o seu nome visíbel", -"Change display name" => "Cambiar o nome visíbel", "Email" => "Correo", "Your email address" => "O seu enderezo de correo", "Fill in an email address to enable password recovery" => "Escriba un enderezo de correo para activar a recuperación do contrasinal", diff --git a/settings/l10n/hu_HU.php b/settings/l10n/hu_HU.php index a91e8ff4912..880ffa48c6a 100644 --- a/settings/l10n/hu_HU.php +++ b/settings/l10n/hu_HU.php @@ -91,9 +91,6 @@ "New password" => "Az új jelszó", "Change password" => "A jelszó megváltoztatása", "Display Name" => "A megjelenített név", -"Your display name was changed" => "Az Ön megjelenítési neve megváltozott", -"Unable to change your display name" => "Nem sikerült megváltoztatni az Ön megjelenítési nevét", -"Change display name" => "A megjelenítési név módosítása", "Email" => "Email", "Your email address" => "Az Ön email címe", "Fill in an email address to enable password recovery" => "Adja meg az email címét, hogy jelszó-emlékeztetőt kérhessen, ha elfelejtette a jelszavát!", diff --git a/settings/l10n/id.php b/settings/l10n/id.php index 2943e78a972..eacc3b953f3 100644 --- a/settings/l10n/id.php +++ b/settings/l10n/id.php @@ -91,9 +91,6 @@ "New password" => "Sandi baru", "Change password" => "Ubah sandi", "Display Name" => "Nama Tampilan", -"Your display name was changed" => "Nama tampilan Anda telah diubah", -"Unable to change your display name" => "Tidak dapat mengubah nama tampilan Anda", -"Change display name" => "Ubah nama tampilan", "Email" => "Email", "Your email address" => "Alamat email Anda", "Fill in an email address to enable password recovery" => "Masukkan alamat email untuk mengaktifkan pemulihan sandi", diff --git a/settings/l10n/it.php b/settings/l10n/it.php index c48db84b1e5..054b07514e8 100644 --- a/settings/l10n/it.php +++ b/settings/l10n/it.php @@ -91,9 +91,6 @@ "New password" => "Nuova password", "Change password" => "Modifica password", "Display Name" => "Nome visualizzato", -"Your display name was changed" => "Il tuo nome visualizzato è stato cambiato", -"Unable to change your display name" => "Impossibile cambiare il tuo nome visualizzato", -"Change display name" => "Cambia il nome visualizzato", "Email" => "Email", "Your email address" => "Il tuo indirizzo email", "Fill in an email address to enable password recovery" => "Inserisci il tuo indirizzo email per abilitare il recupero della password", diff --git a/settings/l10n/ja_JP.php b/settings/l10n/ja_JP.php index c5aa0ddec70..3694852a08b 100644 --- a/settings/l10n/ja_JP.php +++ b/settings/l10n/ja_JP.php @@ -91,9 +91,6 @@ "New password" => "新しいパスワード", "Change password" => "パスワードを変更", "Display Name" => "表示名", -"Your display name was changed" => "あなたの表示名を変更しました", -"Unable to change your display name" => "あなたの表示名を変更できません", -"Change display name" => "表示名を変更", "Email" => "Email", "Your email address" => "あなたのメールアドレス", "Fill in an email address to enable password recovery" => "※パスワード回復を有効にするにはメールアドレスの入力が必要です", diff --git a/settings/l10n/ka_GE.php b/settings/l10n/ka_GE.php index 09de18ae1c2..ab9fc83b4ca 100644 --- a/settings/l10n/ka_GE.php +++ b/settings/l10n/ka_GE.php @@ -91,9 +91,6 @@ "New password" => "ახალი პაროლი", "Change password" => "პაროლის შეცვლა", "Display Name" => "დისპლეის სახელი", -"Your display name was changed" => "დისფლეის სახელი შეიცვალა", -"Unable to change your display name" => "თქვენი დისფლეის სახელის შეცვლა ვერ მოხერხდა", -"Change display name" => "დისფლეის სახელის შეცვლა", "Email" => "იმეილი", "Your email address" => "თქვენი იმეილ მისამართი", "Fill in an email address to enable password recovery" => "შეავსეთ იმეილ მისამართის ველი პაროლის აღსადგენად", diff --git a/settings/l10n/lv.php b/settings/l10n/lv.php index f5fd8b76bc9..836a1b10d6d 100644 --- a/settings/l10n/lv.php +++ b/settings/l10n/lv.php @@ -91,9 +91,6 @@ "New password" => "Jauna parole", "Change password" => "Mainīt paroli", "Display Name" => "Redzamais vārds", -"Your display name was changed" => "Jūsu redzamais vārds tika mainīts", -"Unable to change your display name" => "Nevarēja mainīt jūsu redzamo vārdu", -"Change display name" => "Mainīt redzamo vārdu", "Email" => "E-pasts", "Your email address" => "Jūsu e-pasta adrese", "Fill in an email address to enable password recovery" => "Ievadiet e-pasta adresi, lai vēlāk varētu atgūt paroli, ja būs nepieciešamība", diff --git a/settings/l10n/nl.php b/settings/l10n/nl.php index 26a0773e7ba..2435b87b184 100644 --- a/settings/l10n/nl.php +++ b/settings/l10n/nl.php @@ -91,9 +91,6 @@ "New password" => "Nieuw wachtwoord", "Change password" => "Wijzig wachtwoord", "Display Name" => "Weergavenaam", -"Your display name was changed" => "Uw weergavenaam is gewijzigd", -"Unable to change your display name" => "Kon de weergavenaam niet wijzigen", -"Change display name" => "Wijzig weergavenaam", "Email" => "E-mailadres", "Your email address" => "Uw e-mailadres", "Fill in an email address to enable password recovery" => "Vul een e-mailadres in om wachtwoord reset uit te kunnen voeren", diff --git a/settings/l10n/pl.php b/settings/l10n/pl.php index 664d46ea3ab..9cd1d4ee4f0 100644 --- a/settings/l10n/pl.php +++ b/settings/l10n/pl.php @@ -91,9 +91,6 @@ "New password" => "Nowe hasło", "Change password" => "Zmień hasło", "Display Name" => "Wyświetlana nazwa", -"Your display name was changed" => "Twoja nazwa wyświetlana została zmieniona", -"Unable to change your display name" => "Nie można zmienić twojej wyświetlanej nazwy", -"Change display name" => "Zmień wyświetlaną nazwę", "Email" => "E-mail", "Your email address" => "Twój adres e-mail", "Fill in an email address to enable password recovery" => "Podaj adres e-mail, aby uzyskać możliwość odzyskania hasła", diff --git a/settings/l10n/pt_BR.php b/settings/l10n/pt_BR.php index 040afa84de2..942a3a596e0 100644 --- a/settings/l10n/pt_BR.php +++ b/settings/l10n/pt_BR.php @@ -91,9 +91,6 @@ "New password" => "Nova senha", "Change password" => "Alterar senha", "Display Name" => "Nome de Exibição", -"Your display name was changed" => "Seu nome de exibição foi alterado", -"Unable to change your display name" => "Impossível alterar seu nome de exibição", -"Change display name" => "Alterar nome de exibição", "Email" => "E-mail", "Your email address" => "Seu endereço de e-mail", "Fill in an email address to enable password recovery" => "Preencha um endereço de e-mail para habilitar a recuperação de senha", diff --git a/settings/l10n/pt_PT.php b/settings/l10n/pt_PT.php index b6538fbdd13..6fc2fd8b07e 100644 --- a/settings/l10n/pt_PT.php +++ b/settings/l10n/pt_PT.php @@ -91,9 +91,6 @@ "New password" => "Nova palavra-chave", "Change password" => "Alterar palavra-chave", "Display Name" => "Nome público", -"Your display name was changed" => "O seu nome foi alterado", -"Unable to change your display name" => "Não foi possível alterar o seu nome", -"Change display name" => "Alterar nome", "Email" => "endereço de email", "Your email address" => "O seu endereço de email", "Fill in an email address to enable password recovery" => "Preencha com o seu endereço de email para ativar a recuperação da palavra-chave", diff --git a/settings/l10n/ru.php b/settings/l10n/ru.php index 3a0be05ba17..69e9ca23aa2 100644 --- a/settings/l10n/ru.php +++ b/settings/l10n/ru.php @@ -91,9 +91,6 @@ "New password" => "Новый пароль", "Change password" => "Сменить пароль", "Display Name" => "Отображаемое имя", -"Your display name was changed" => "Ваше отображаемое имя было изменено", -"Unable to change your display name" => "Невозможно изменить Ваше отображаемое имя", -"Change display name" => "Изменить отображаемое имя", "Email" => "e-mail", "Your email address" => "Ваш адрес электронной почты", "Fill in an email address to enable password recovery" => "Введите адрес электронной почты, чтобы появилась возможность восстановления пароля", diff --git a/settings/l10n/sk_SK.php b/settings/l10n/sk_SK.php index 5b0b84f917f..4e19b105975 100644 --- a/settings/l10n/sk_SK.php +++ b/settings/l10n/sk_SK.php @@ -91,9 +91,6 @@ "New password" => "Nové heslo", "Change password" => "Zmeniť heslo", "Display Name" => "Zobrazované meno", -"Your display name was changed" => "Vaše zobrazované meno bolo zmenené", -"Unable to change your display name" => "Nemožno zmeniť Vaše zobrazované meno", -"Change display name" => "Zmeniť zobrazované meno", "Email" => "Email", "Your email address" => "Vaša emailová adresa", "Fill in an email address to enable password recovery" => "Vyplňte emailovú adresu pre aktivovanie obnovy hesla", diff --git a/settings/l10n/sl.php b/settings/l10n/sl.php index 3ba3799a5dd..b03364c59c2 100644 --- a/settings/l10n/sl.php +++ b/settings/l10n/sl.php @@ -91,9 +91,6 @@ "New password" => "Novo geslo", "Change password" => "Spremeni geslo", "Display Name" => "Prikazano ime", -"Your display name was changed" => "Prikazano ime je spremenjeno.", -"Unable to change your display name" => "Prikazanega imena ni mogoče spremeniti.", -"Change display name" => "Spremeni prikazano ime", "Email" => "Elektronska pošta", "Your email address" => "Osebni elektronski naslov", "Fill in an email address to enable password recovery" => "Vpišite osebni elektronski naslov in s tem omogočite obnovitev gesla", diff --git a/settings/l10n/sr.php b/settings/l10n/sr.php index 86dc2a92729..e156388aad4 100644 --- a/settings/l10n/sr.php +++ b/settings/l10n/sr.php @@ -85,9 +85,6 @@ "New password" => "Нова лозинка", "Change password" => "Измени лозинку", "Display Name" => "Име за приказ", -"Your display name was changed" => "Ваше име за приказ је промењено", -"Unable to change your display name" => "Не могу да променим ваше име за приказ", -"Change display name" => "Промени име за приказ", "Email" => "Е-пошта", "Your email address" => "Ваша адреса е-поште", "Fill in an email address to enable password recovery" => "Ун", diff --git a/settings/l10n/sv.php b/settings/l10n/sv.php index ceff45a1595..53bf3669842 100644 --- a/settings/l10n/sv.php +++ b/settings/l10n/sv.php @@ -76,9 +76,6 @@ "New password" => "Nytt lösenord", "Change password" => "Ändra lösenord", "Display Name" => "Visat namn", -"Your display name was changed" => "Ditt visningsnamn har ändrats", -"Unable to change your display name" => "Kan inte ändra ditt visningsnamn", -"Change display name" => "Ändra visningsnamn", "Email" => "E-post", "Your email address" => "Din e-postadress", "Fill in an email address to enable password recovery" => "Fyll i en e-postadress för att aktivera återställning av lösenord", diff --git a/settings/l10n/tr.php b/settings/l10n/tr.php index 1bd9dc3dacc..dfd3da6ecae 100644 --- a/settings/l10n/tr.php +++ b/settings/l10n/tr.php @@ -91,9 +91,6 @@ "New password" => "Yeni parola", "Change password" => "Parola değiştir", "Display Name" => "Ekran Adı", -"Your display name was changed" => "Ekran adınız değiştirildi", -"Unable to change your display name" => "Ekran adınız değiştirilemiyor", -"Change display name" => "Ekran adını değiştir", "Email" => "Eposta", "Your email address" => "Eposta adresiniz", "Fill in an email address to enable password recovery" => "Parola kurtarmayı etkinleştirmek için bir eposta adresi girin", diff --git a/settings/l10n/uk.php b/settings/l10n/uk.php index 4618a86ceb1..9557ca2442a 100644 --- a/settings/l10n/uk.php +++ b/settings/l10n/uk.php @@ -91,9 +91,6 @@ "New password" => "Новий пароль", "Change password" => "Змінити пароль", "Display Name" => "Показати Ім'я", -"Your display name was changed" => "Ваше ім'я було змінене", -"Unable to change your display name" => "Неможливо змінити ваше зображене ім'я", -"Change display name" => "Змінити зображене ім'я", "Email" => "Ел.пошта", "Your email address" => "Ваша адреса електронної пошти", "Fill in an email address to enable password recovery" => "Введіть адресу електронної пошти для відновлення паролю", diff --git a/settings/l10n/vi.php b/settings/l10n/vi.php index 156aae50e3f..0ae520f06ef 100644 --- a/settings/l10n/vi.php +++ b/settings/l10n/vi.php @@ -58,9 +58,6 @@ "New password" => "Mật khẩu mới ", "Change password" => "Đổi mật khẩu", "Display Name" => "Tên hiển thị", -"Your display name was changed" => "Tên hiển thị của bạn đã được thay đổi", -"Unable to change your display name" => "Không thể thay đổi tên hiển thị của bạn", -"Change display name" => "Thay đổi tên hiển thị", "Email" => "Email", "Your email address" => "Email của bạn", "Fill in an email address to enable password recovery" => "Nhập địa chỉ email của bạn để khôi phục lại mật khẩu", diff --git a/settings/l10n/zh_CN.GB2312.php b/settings/l10n/zh_CN.GB2312.php index e8b1527ef0e..a911d75e3f5 100644 --- a/settings/l10n/zh_CN.GB2312.php +++ b/settings/l10n/zh_CN.GB2312.php @@ -80,9 +80,6 @@ "New password" => "新密码", "Change password" => "改变密码", "Display Name" => "显示名称", -"Your display name was changed" => "您的显示名称已修改", -"Unable to change your display name" => "无法修改您的显示名称", -"Change display name" => "更改显示名称", "Email" => "Email", "Your email address" => "你的email地址", "Fill in an email address to enable password recovery" => "输入一个邮箱地址以激活密码恢复功能", diff --git a/settings/l10n/zh_CN.php b/settings/l10n/zh_CN.php index b076044b82a..a9d2c907538 100644 --- a/settings/l10n/zh_CN.php +++ b/settings/l10n/zh_CN.php @@ -91,9 +91,6 @@ "New password" => "新密码", "Change password" => "修改密码", "Display Name" => "显示名称", -"Your display name was changed" => "您的显示名称已修改", -"Unable to change your display name" => "无法修改您的显示名称", -"Change display name" => "修改显示名称", "Email" => "电子邮件", "Your email address" => "您的电子邮件", "Fill in an email address to enable password recovery" => "填写电子邮件地址以启用密码恢复功能", diff --git a/settings/l10n/zh_TW.php b/settings/l10n/zh_TW.php index 5fb21bfe087..7bddc745bcb 100644 --- a/settings/l10n/zh_TW.php +++ b/settings/l10n/zh_TW.php @@ -90,9 +90,6 @@ "New password" => "新密碼", "Change password" => "變更密碼", "Display Name" => "顯示名稱", -"Your display name was changed" => "已更改顯示名稱", -"Unable to change your display name" => "無法更改您的顯示名稱", -"Change display name" => "更改顯示名稱", "Email" => "電子郵件", "Your email address" => "您的電子郵件信箱", "Fill in an email address to enable password recovery" => "請填入電子郵件信箱以便回復密碼", |