diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-12 01:55:44 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-12 01:55:44 -0400 |
commit | f4e8de3cbbf426e7b22d5100085626b2e4fefc29 (patch) | |
tree | 6922b75d226df03e85d9016935ca24a65aec2998 | |
parent | 2054837d017390604e9ac64ce6e7feedbea53a1c (diff) | |
download | nextcloud-server-f4e8de3cbbf426e7b22d5100085626b2e4fefc29.tar.gz nextcloud-server-f4e8de3cbbf426e7b22d5100085626b2e4fefc29.zip |
[tx-robot] updated from transifex
40 files changed, 295 insertions, 218 deletions
diff --git a/apps/files/l10n/ast.php b/apps/files/l10n/ast.php index a2568ae7631..7dfeaf8cde7 100644 --- a/apps/files/l10n/ast.php +++ b/apps/files/l10n/ast.php @@ -22,6 +22,7 @@ $TRANSLATIONS = array( "Save" => "Guardar", "New folder" => "Nueva carpeta", "Folder" => "Carpeta", +"Deleted files" => "Ficheros desaniciaos", "Cancel upload" => "Encaboxar xuba", "Download" => "Descargar", "Delete" => "Desaniciar" diff --git a/apps/files/l10n/km.php b/apps/files/l10n/km.php index c1f0e649ef1..d6394241e12 100644 --- a/apps/files/l10n/km.php +++ b/apps/files/l10n/km.php @@ -3,17 +3,35 @@ $TRANSLATIONS = array( "File name cannot be empty." => "ឈ្មោះឯកសារមិនអាចនៅទទេបានឡើយ។", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "ឈ្មោះមិនត្រឹមត្រូវ, មិនអនុញ្ញាត '\\', '/', '<', '>', ':', '\"', '|', '?' និង '*' ទេ។", "Files" => "ឯកសារ", +"Upload cancelled." => "បានបោះបង់ការផ្ទុកឡើង។", +"{new_name} already exists" => "មានឈ្មោះ {new_name} រួចហើយ", "Share" => "ចែករំលែក", +"Delete permanently" => "លុបជាអចិន្ត្រៃយ៍", +"Rename" => "ប្ដូរឈ្មោះ", +"Your download is being prepared. This might take some time if the files are big." => "ការទាញយករបស់អ្នកកំពុងត្រូវបានរៀបចំហើយ។ នេះអាចចំណាយពេលមួយសំទុះ ប្រសិនបើឯកសារធំ។", +"Pending" => "កំពុងរង់ចាំ", "Error" => "កំហុស", "Name" => "ឈ្មោះ", "Size" => "ទំហំ", +"Modified" => "បានកែប្រែ", "_%n folder_::_%n folders_" => array(""), "_%n file_::_%n files_" => array(""), "_Uploading %n file_::_Uploading %n files_" => array(""), +"Maximum upload size" => "ទំហំផ្ទុកឡើងជាអតិបរមា", +"Enable ZIP-download" => "បើកការទាញយកជា ZIP", +"0 is unlimited" => "0 គឺមិនកំណត់", +"Maximum input size for ZIP files" => "ទំហំចូលជាអតិបរមាសម្រាប់ឯកសារ ZIP", "Save" => "រក្សាទុក", +"New" => "ថ្មី", +"Text file" => "ឯកសារអក្សរ", "New folder" => "ថតថ្មី", "Folder" => "ថត", +"From link" => "ពីតំណ", +"Deleted files" => "បានលុបឯកសារ", +"Cancel upload" => "បោះបង់ការផ្ទុកឡើង", +"Nothing in here. Upload something!" => "គ្មានអ្វីនៅទីនេះទេ។ ផ្ទុកឡើងអ្វីមួយ!", "Download" => "ទាញយក", -"Delete" => "លុប" +"Delete" => "លុប", +"Upload too large" => "ផ្ទុកឡើងធំពេក" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_external/l10n/km.php b/apps/files_external/l10n/km.php index aac63370245..24cd4cb6e6b 100644 --- a/apps/files_external/l10n/km.php +++ b/apps/files_external/l10n/km.php @@ -5,6 +5,7 @@ $TRANSLATIONS = array( "Username" => "ឈ្មោះអ្នកប្រើ", "Password" => "ពាក្យសម្ងាត់", "Share" => "ចែករំលែក", +"Saved" => "បានរក្សាទុក", "Folder name" => "ឈ្មោះថត", "Options" => "ជម្រើស", "Groups" => "ក្រុ", diff --git a/apps/files_trashbin/l10n/ast.php b/apps/files_trashbin/l10n/ast.php index 688e1ce3d8f..6721e146e77 100644 --- a/apps/files_trashbin/l10n/ast.php +++ b/apps/files_trashbin/l10n/ast.php @@ -2,11 +2,13 @@ $TRANSLATIONS = array( "Couldn't delete %s permanently" => "Nun pudo desaniciase %s dafechu", "Couldn't restore %s" => "Nun pudo restaurase %s", +"Deleted files" => "Ficheros desaniciaos", "Error" => "Fallu", +"Restore" => "Restaurar", "Deleted Files" => "Ficheros desaniciaos", +"restored" => "recuperóse", "Nothing in here. Your trash bin is empty!" => "Nun hai un res equí. La papelera ta balera!", "Name" => "Nome", -"Restore" => "Restaurar", "Deleted" => "Desaniciáu", "Delete" => "Desaniciar" ); diff --git a/apps/files_trashbin/l10n/km.php b/apps/files_trashbin/l10n/km.php index 1df805de2d6..53e395f6ac6 100644 --- a/apps/files_trashbin/l10n/km.php +++ b/apps/files_trashbin/l10n/km.php @@ -1,8 +1,9 @@ <?php $TRANSLATIONS = array( +"Deleted files" => "បានលុបឯកសារ", "Error" => "កំហុស", -"Name" => "ឈ្មោះ", "Restore" => "ស្ដារមកវិញ", +"Name" => "ឈ្មោះ", "Delete" => "លុប" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/user_ldap/l10n/ast.php b/apps/user_ldap/l10n/ast.php index ad37405ca70..f793847b231 100644 --- a/apps/user_ldap/l10n/ast.php +++ b/apps/user_ldap/l10n/ast.php @@ -23,6 +23,7 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("%s usuariu alcontráu","%s usuarios alcontraos"), "Could not find the desired feature" => "Nun pudo alcontrase la carauterística deseyada", "Save" => "Guardar", +"Help" => "Ayuda", "groups found" => "grupos alcontraos", "Users login with this attribute:" => "Aniciu de sesión d'usuarios con esti atributu:", "LDAP Username:" => "Nome d'usuariu LDAP", diff --git a/apps/user_ldap/l10n/km.php b/apps/user_ldap/l10n/km.php index ad3cc4882c1..ff9ddc539f8 100644 --- a/apps/user_ldap/l10n/km.php +++ b/apps/user_ldap/l10n/km.php @@ -15,6 +15,7 @@ $TRANSLATIONS = array( "Help" => "ជំនួយ", "Add Server Configuration" => "បន្ថែមការកំណត់រចនាសម្ព័ន្ធម៉ាស៊ីនបម្រើ", "Host" => "ម៉ាស៊ីនផ្ទុក", -"Password" => "ពាក្យសម្ងាត់" +"Password" => "ពាក្យសម្ងាត់", +"Continue" => "បន្ត" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/core/l10n/ast.php b/core/l10n/ast.php index c479b96faab..c813a5deb9e 100644 --- a/core/l10n/ast.php +++ b/core/l10n/ast.php @@ -72,6 +72,7 @@ $TRANSLATIONS = array( "For the best results, please consider using a GNU/Linux server instead." => "Pa los meyores resultaos, por favor considera l'usu d'un sirvidor GNU/Linux nel so llugar.", "Personal" => "Personal", "Users" => "Usuarios", +"Help" => "Ayuda", "Cheers!" => "¡Salú!", "Security Warning" => "Avisu de seguridá", "will be used" => "usaráse", diff --git a/core/l10n/km.php b/core/l10n/km.php index 4833ba70434..76b1492456c 100644 --- a/core/l10n/km.php +++ b/core/l10n/km.php @@ -41,6 +41,14 @@ $TRANSLATIONS = array( "New Files" => "ឯកសារថ្មី", "Already existing files" => "មានឯកសារនេះរួចហើយ", "Cancel" => "លើកលែង", +"Continue" => "បន្ត", +"(all selected)" => "(បានជ្រើសទាំងអស់)", +"({count} selected)" => "(បានជ្រើស {count})", +"Very weak password" => "ពាក្យសម្ងាត់ខ្សោយណាស់", +"Weak password" => "ពាក្យសម្ងាត់ខ្សោយ", +"So-so password" => "ពាក្យសម្ងាត់ធម្មតា", +"Good password" => "ពាក្យសម្ងាត់ល្អ", +"Strong password" => "ពាក្យសម្ងាត់ខ្លាំង", "Shared" => "បានចែករំលែក", "Share" => "ចែករំលែក", "Error" => "កំហុស", @@ -74,6 +82,8 @@ $TRANSLATIONS = array( "The object type is not specified." => "មិនបានកំណត់ប្រភេទវត្ថុ។", "Delete" => "លុប", "Add" => "បញ្ចូល", +"Please reload the page." => "សូមផ្ទុកទំព័រនេះឡើងវិញ។", +"A problem has occurred whilst sending the email, please contact your administrator." => "មានកំហុសបានកើតឡើងនៅពេលលកំពុងផ្ញើអ៊ីមែលចេញ, សូមទាក់ទងអភិបាលរបស់អ្នក។", "Username" => "ឈ្មោះអ្នកប្រើ", "Your password was reset" => "ពាក្យសម្ងាត់របស់អ្នកត្រូវបានកំណត់ឡើងវិញ", "To login page" => "ទៅទំព័រចូល", @@ -88,6 +98,7 @@ $TRANSLATIONS = array( "Cloud not found" => "រកមិនឃើញ Cloud", "Security Warning" => "បម្រាមសុវត្ថិភាព", "Create an <strong>admin account</strong>" => "បង្កើត<strong>គណនីអភិបាល</strong>", +"Storage & database" => "ឃ្លាំងផ្ទុក & មូលដ្ឋានទិន្នន័យ", "Data folder" => "ថតទិន្នន័យ", "Configure the database" => "កំណត់សណ្ឋានមូលដ្ឋានទិន្នន័យ", "will be used" => "នឹងត្រូវបានប្រើ", @@ -96,6 +107,7 @@ $TRANSLATIONS = array( "Database name" => "ឈ្មោះមូលដ្ឋានទិន្នន័យ", "Database host" => "ម៉ាស៊ីនមូលដ្ឋានទិន្នន័យ", "Finish setup" => "បញ្ចប់ការដំឡើង", +"Finishing …" => "កំពុងបញ្ចប់ ...", "Log out" => "ចាកចេញ", "Automatic logon rejected!" => "បានបដិសេធការចូលដោយស្វ័យប្រវត្តិ!", "Please change your password to secure your account again." => "សូមប្ដូរពាក្យសម្ងាត់របស់អ្នក ដើម្បីការពារគណនីរបស់អ្នក។", diff --git a/core/l10n/nl.php b/core/l10n/nl.php index 43748352a7b..961866fc158 100644 --- a/core/l10n/nl.php +++ b/core/l10n/nl.php @@ -94,7 +94,7 @@ $TRANSLATIONS = array( "delete" => "verwijderen", "share" => "deel", "Password protected" => "Wachtwoord beveiligd", -"Error unsetting expiration date" => "Fout tijdens het verwijderen van de verval datum", +"Error unsetting expiration date" => "Fout tijdens het verwijderen van de vervaldatum", "Error setting expiration date" => "Fout tijdens het instellen van de vervaldatum", "Sending ..." => "Versturen ...", "Email sent" => "E-mail verzonden", @@ -107,19 +107,19 @@ $TRANSLATIONS = array( "Error loading dialog template: {error}" => "Fout bij laden dialoog sjabloon: {error}", "No tags selected for deletion." => "Geen tags geselecteerd voor verwijdering.", "Please reload the page." => "Herlaad deze pagina.", -"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "De update is niet geslaagd. Meld dit probleem aan bij de <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>.", -"The update was successful. Redirecting you to ownCloud now." => "De update is geslaagd. Je wordt teruggeleid naar je eigen ownCloud.", +"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "De update is niet geslaagd. Meld dit probleem bij de <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>.", +"The update was successful. Redirecting you to ownCloud now." => "De update is geslaagd. U wordt teruggeleid naar uw eigen ownCloud.", "%s password reset" => "%s wachtwoord reset", "A problem has occurred whilst sending the email, please contact your administrator." => "Er ontstond een probleem bij het versturen van het e-mailbericht, neem contact op met uw beheerder.", -"Use the following link to reset your password: {link}" => "Gebruik de volgende link om je wachtwoord te resetten: {link}", -"The link to reset your password has been sent to your email.<br>If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator ." => "De link voor het resetten van je wachtwoord is verzonden naar je e-mailadres.<br>Als je dat bericht niet snel ontvangen hebt, controleer dan uw spambakje.<br>Als het daar ook niet is, vraag dan je beheerder om te helpen.", -"Request failed!<br>Did you make sure your email/username was right?" => "Aanvraag mislukt!<br>Weet je zeker dat je gebruikersnaam en/of wachtwoord goed waren?", -"You will receive a link to reset your password via Email." => "Je ontvangt een link om je wachtwoord opnieuw in te stellen via e-mail.", +"Use the following link to reset your password: {link}" => "Gebruik de volgende link om uw wachtwoord te resetten: {link}", +"The link to reset your password has been sent to your email.<br>If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator ." => "De link voor het resetten van uw wachtwoord is verzonden naar uw e-mailadres.<br>Als u dat bericht niet snel ontvangen hebt, controleer dan uw spammap.<br>Als het daar ook niet is, vraag dan uw beheerder om hulp.", +"Request failed!<br>Did you make sure your email/username was right?" => "Aanvraag mislukt!<br>Weet u zeker dat uw gebruikersnaam en/of wachtwoord goed waren?", +"You will receive a link to reset your password via Email." => "U ontvangt een link om uw wachtwoord opnieuw in te stellen via e-mail.", "Username" => "Gebruikersnaam", -"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Je bestanden zijn versleuteld. Als je geen recoverykey hebt ingeschakeld is er geen manier om je data terug te krijgen indien je je wachtwoord reset!\nAls je niet weet wat te doen, neem dan alsjeblieft contact op met je administrator eer je doorgaat.\nWil je echt doorgaan?", +"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Uw bestanden zijn versleuteld. Als u geen recoverykey hebt ingeschakeld is er geen manier om uw data terug te krijgen na het resetten van uw wachtwoord.\nAls u niet weet wat u moet doen, neem dan alstublieft contact op met uw systeembeheerder voordat u doorgaat.\nWil u echt doorgaan?", "Yes, I really want to reset my password now" => "Ja, ik wil mijn wachtwoord nu echt resetten", "Reset" => "Reset", -"Your password was reset" => "Je wachtwoord is gewijzigd", +"Your password was reset" => "Uw wachtwoord is gewijzigd", "To login page" => "Naar de login-pagina", "New password" => "Nieuw wachtwoord", "Reset password" => "Reset wachtwoord", @@ -139,15 +139,15 @@ $TRANSLATIONS = array( "Error unfavoriting" => "Fout bij verwijderen favorietstatus", "Access forbidden" => "Toegang verboden", "Cloud not found" => "Cloud niet gevonden", -"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hallo daar,\n\neven een berichtje dat %s %s met u deelde.\nBekijk het: %s\n\n", +"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hallo,\n\n%s deelt %s met u.\nBekijk het: %s\n\n", "The share will expire on %s." => "De share vervalt op %s.", "Cheers!" => "Proficiat!", "Security Warning" => "Beveiligingswaarschuwing", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Je PHP-versie is kwetsbaar voor de NULL byte aanval (CVE-2006-7243)", +"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Uw PHP-versie is kwetsbaar voor de NULL byte aanval (CVE-2006-7243)", "Please update your PHP installation to use %s securely." => "Werk uw PHP installatie bij om %s veilig te kunnen gebruiken.", "No secure random number generator is available, please enable the PHP OpenSSL extension." => "Er kon geen willekeurig nummer worden gegenereerd. Zet de PHP OpenSSL-extentie aan.", "Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "Zonder random nummer generator is het mogelijk voor een aanvaller om de resettokens van wachtwoorden te voorspellen. Dit kan leiden tot het inbreken op uw account.", -"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Je gegevensdirectory en bestanden zijn vermoedelijk bereikbaar vanaf het internet omdat het .htaccess-bestand niet werkt.", +"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Uw gegevensdirectory en bestanden zijn vermoedelijk bereikbaar vanaf het internet omdat het .htaccess-bestand niet functioneert.", "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\">documentation</a>." => "Bekijk de <a href=\"%s\" target=\"_blank\">documentatie</a> voor Informatie over het correct configureren van uw server.", "Create an <strong>admin account</strong>" => "Maak een <strong>beheerdersaccount</strong> aan", "Storage & database" => "Opslag & database", @@ -161,19 +161,19 @@ $TRANSLATIONS = array( "Database host" => "Databaseserver", "Finish setup" => "Installatie afronden", "Finishing …" => "Afronden ...", -"This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Deze applicatie heeft een werkend JavaScript nodig. <a href=\"http://enable-javascript.com/\" target=\"_blank\">activeer JavaScript</a> en herlaad deze interface.", +"This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Deze applicatie heeft JavaScript nodig om correct te functioneren. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Activeer JavaScript</a> en herlaad deze interface.", "%s is available. Get more information on how to update." => "%s is beschikbaar. Verkrijg meer informatie over het bijwerken.", "Log out" => "Afmelden", "Automatic logon rejected!" => "Automatische aanmelding geweigerd!", -"If you did not change your password recently, your account may be compromised!" => "Als je je wachtwoord niet onlangs heeft aangepast, kan je account overgenomen zijn!", -"Please change your password to secure your account again." => "Wijzig je wachtwoord zodat je account weer beveiligd is.", +"If you did not change your password recently, your account may be compromised!" => "Als u uw wachtwoord niet onlangs heeft aangepast, kan uw account overgenomen zijn!", +"Please change your password to secure your account again." => "Wijzig uw wachtwoord zodat uw account weer beveiligd is.", "Server side authentication failed!" => "Authenticatie bij de server mislukte!", "Please contact your administrator." => "Neem contact op met uw systeembeheerder.", "Lost your password?" => "Wachtwoord vergeten?", "remember" => "onthoud gegevens", -"Log in" => "Meld je aan", +"Log in" => "Meld u aan", "Alternative Logins" => "Alternatieve inlogs", -"Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" => "Hallo daar,<br><br>we willen even laten weten dat %s <strong>%s</strong> met u heeft gedeeld.<br><a href=\"%s\">Bekijk het!</a><br><br>", +"Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" => "Hallo,<br><br>%s deelt <strong>%s</strong> met u.<br><a href=\"%s\">Bekijk het!</a><br><br>", "This ownCloud instance is currently in single user mode." => "Deze ownCloud werkt momenteel in enkele gebruiker modus.", "This means only administrators can use the instance." => "Dat betekent dat alleen beheerders deze installatie kunnen gebruiken.", "Contact your system administrator if this message persists or appeared unexpectedly." => "Beem contact op met uw systeembeheerder als deze melding aanhoudt of plotseling verscheen.", diff --git a/l10n/ast/core.po b/l10n/ast/core.po index e26d53b602e..da397dbc96e 100644 --- a/l10n/ast/core.po +++ b/l10n/ast/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-11 01:55-0400\n" -"PO-Revision-Date: 2014-05-11 05:01+0000\n" +"POT-Creation-Date: 2014-05-12 01:55-0400\n" +"PO-Revision-Date: 2014-05-11 15:20+0000\n" "Last-Translator: Iñigo Varela <ivarela@softastur.org>\n" "Language-Team: Asturian (http://www.transifex.com/projects/p/owncloud/language/ast/)\n" "MIME-Version: 1.0\n" @@ -568,7 +568,7 @@ msgstr "" #: strings.php:9 msgid "Help" -msgstr "" +msgstr "Ayuda" #: tags/controller.php:22 msgid "Error loading tags" diff --git a/l10n/ast/files.po b/l10n/ast/files.po index 6c5b2620c0a..0189fb5d4f9 100644 --- a/l10n/ast/files.po +++ b/l10n/ast/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-04 01:55-0400\n" -"PO-Revision-Date: 2014-05-03 06:11+0000\n" +"POT-Creation-Date: 2014-05-12 01:55-0400\n" +"PO-Revision-Date: 2014-05-11 16:10+0000\n" "Last-Translator: I Robot\n" "Language-Team: Asturian (http://www.transifex.com/projects/p/owncloud/language/ast/)\n" "MIME-Version: 1.0\n" @@ -143,49 +143,49 @@ msgstr "" msgid "Files" msgstr "Ficheros" -#: js/file-upload.js:254 +#: js/file-upload.js:257 msgid "Unable to upload {filename} as it is a directory or has 0 bytes" msgstr "" -#: js/file-upload.js:266 +#: js/file-upload.js:270 msgid "Total file size {size1} exceeds upload limit {size2}" msgstr "" -#: js/file-upload.js:276 +#: js/file-upload.js:281 msgid "" "Not enough free space, you are uploading {size1} but only {size2} is left" msgstr "" -#: js/file-upload.js:353 +#: js/file-upload.js:358 msgid "Upload cancelled." msgstr "" -#: js/file-upload.js:398 +#: js/file-upload.js:404 msgid "Could not get result from server." msgstr "" -#: js/file-upload.js:490 +#: js/file-upload.js:493 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "" -#: js/file-upload.js:555 +#: js/file-upload.js:558 msgid "URL cannot be empty" msgstr "" -#: js/file-upload.js:559 js/filelist.js:963 +#: js/file-upload.js:562 js/filelist.js:963 msgid "{new_name} already exists" msgstr "" -#: js/file-upload.js:611 +#: js/file-upload.js:617 msgid "Could not create file" msgstr "" -#: js/file-upload.js:624 +#: js/file-upload.js:633 msgid "Could not create folder" msgstr "" -#: js/file-upload.js:664 +#: js/file-upload.js:680 msgid "Error fetching URL" msgstr "" @@ -364,7 +364,7 @@ msgstr "" #: templates/index.php:40 msgid "Deleted files" -msgstr "" +msgstr "Ficheros desaniciaos" #: templates/index.php:45 msgid "Cancel upload" diff --git a/l10n/ast/files_trashbin.po b/l10n/ast/files_trashbin.po index 5e51f4759a0..3f7349d157a 100644 --- a/l10n/ast/files_trashbin.po +++ b/l10n/ast/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-22 01:54-0400\n" -"PO-Revision-Date: 2014-04-21 16:38+0000\n" +"POT-Creation-Date: 2014-05-12 01:55-0400\n" +"PO-Revision-Date: 2014-05-11 16:10+0000\n" "Last-Translator: Iñigo Varela <ivarela@softastur.org>\n" "Language-Team: Asturian (http://www.transifex.com/projects/p/owncloud/language/ast/)\n" "MIME-Version: 1.0\n" @@ -30,19 +30,23 @@ msgstr "Nun pudo restaurase %s" #: js/filelist.js:3 msgid "Deleted files" -msgstr "" +msgstr "Ficheros desaniciaos" -#: js/trash.js:33 js/trash.js:124 js/trash.js:173 +#: js/filelist.js:88 js/filelist.js:132 js/filelist.js:181 msgid "Error" msgstr "Fallu" -#: js/trash.js:264 +#: js/trash.js:48 templates/index.php:22 templates/index.php:24 +msgid "Restore" +msgstr "Restaurar" + +#: js/trash.js:107 msgid "Deleted Files" msgstr "Ficheros desaniciaos" #: lib/trashbin.php:861 lib/trashbin.php:863 msgid "restored" -msgstr "" +msgstr "recuperóse" #: templates/index.php:6 msgid "Nothing in here. Your trash bin is empty!" @@ -52,10 +56,6 @@ msgstr "Nun hai un res equí. La papelera ta balera!" msgid "Name" msgstr "Nome" -#: templates/index.php:22 templates/index.php:24 -msgid "Restore" -msgstr "Restaurar" - #: templates/index.php:30 msgid "Deleted" msgstr "Desaniciáu" diff --git a/l10n/ast/lib.po b/l10n/ast/lib.po index 1ccb0bb404a..e061eb02dbe 100644 --- a/l10n/ast/lib.po +++ b/l10n/ast/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-28 01:55-0400\n" -"PO-Revision-Date: 2014-04-28 05:55+0000\n" +"POT-Creation-Date: 2014-05-12 01:55-0400\n" +"PO-Revision-Date: 2014-05-11 15:20+0000\n" "Last-Translator: I Robot\n" "Language-Team: Asturian (http://www.transifex.com/projects/p/owncloud/language/ast/)\n" "MIME-Version: 1.0\n" @@ -18,11 +18,11 @@ msgstr "" "Language: ast\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:723 +#: base.php:713 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:724 +#: base.php:714 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -42,7 +42,7 @@ msgstr "" #: private/app.php:353 msgid "Help" -msgstr "" +msgstr "Ayuda" #: private/app.php:366 msgid "Personal" @@ -77,23 +77,23 @@ msgstr "Imaxe inválida" msgid "web services under your control" msgstr "" -#: private/files.php:232 +#: private/files.php:235 msgid "ZIP download is turned off." msgstr "" -#: private/files.php:233 +#: private/files.php:236 msgid "Files need to be downloaded one by one." msgstr "" -#: private/files.php:234 private/files.php:261 +#: private/files.php:237 private/files.php:264 msgid "Back to Files" msgstr "" -#: private/files.php:259 +#: private/files.php:262 msgid "Selected files too large to generate zip file." msgstr "" -#: private/files.php:260 +#: private/files.php:263 msgid "" "Please download the files separately in smaller chunks or kindly ask your " "administrator." @@ -279,13 +279,13 @@ msgstr "Afitar nome d'usuariu p'almin" msgid "Set an admin password." msgstr "Afitar contraseña p'almin" -#: private/setup.php:202 +#: private/setup.php:164 msgid "" "Your web server is not yet properly setup to allow files synchronization " "because the WebDAV interface seems to be broken." msgstr "El sirvidor web entá nun ta configurado pa permitir la sincronización de ficheros yá que la interface WebDAV paez nun tar funcionando." -#: private/setup.php:203 +#: private/setup.php:165 #, php-format msgid "Please double check the <a href='%s'>installation guides</a>." msgstr "" @@ -343,63 +343,63 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:773 +#: private/share/share.php:774 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:834 +#: private/share/share.php:835 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:940 +#: private/share/share.php:941 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:947 +#: private/share/share.php:948 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:953 +#: private/share/share.php:954 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1367 +#: private/share/share.php:1368 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1376 +#: private/share/share.php:1377 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1391 +#: private/share/share.php:1392 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1403 +#: private/share/share.php:1404 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1417 +#: private/share/share.php:1418 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" msgstr "" -#: private/tags.php:193 +#: private/tags.php:183 #, php-format msgid "Could not find category \"%s\"" msgstr "Nun pudo alcontrase la estaya \"%s.\"" diff --git a/l10n/ast/user_ldap.po b/l10n/ast/user_ldap.po index a924d32995a..39f3d980f17 100644 --- a/l10n/ast/user_ldap.po +++ b/l10n/ast/user_ldap.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-11 01:55-0400\n" -"PO-Revision-Date: 2014-05-11 05:02+0000\n" +"POT-Creation-Date: 2014-05-12 01:55-0400\n" +"PO-Revision-Date: 2014-05-11 15:20+0000\n" "Last-Translator: dixebra <davidlopezcastanon@gmail.com>\n" "Language-Team: Asturian (http://www.transifex.com/projects/p/owncloud/language/ast/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" #: templates/part.settingcontrols.php:10 templates/part.wizardcontrols.php:14 msgid "Help" -msgstr "" +msgstr "Ayuda" #: templates/part.wizard-groupfilter.php:4 #, php-format diff --git a/l10n/el/settings.po b/l10n/el/settings.po index 3d9505a3cae..0622b53d030 100644 --- a/l10n/el/settings.po +++ b/l10n/el/settings.po @@ -16,9 +16,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-11 01:55-0400\n" -"PO-Revision-Date: 2014-05-11 05:02+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-05-12 01:55-0400\n" +"PO-Revision-Date: 2014-05-11 18:20+0000\n" +"Last-Translator: Efstathios Iosifidis <iefstathios@gmail.com>\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -530,7 +530,7 @@ msgstr "Επιτρέπονται ειδοποιήσεις ηλεκτρονικο #: templates/admin.php:254 msgid "Allow users to send mail notification for shared files" -msgstr "" +msgstr "Επιτρέψτε στους χρήστες να στέλνουν ειδοποιήσεις μέσω ηλεκτρονικού ταχυδρομείου για κοινόχρηστα αρχεία" #: templates/admin.php:262 msgid "Set default expiration date" @@ -542,7 +542,7 @@ msgstr "" #: templates/admin.php:266 msgid "days" -msgstr "" +msgstr "ημέρες" #: templates/admin.php:269 msgid "Enforce expiration date" diff --git a/l10n/km/core.po b/l10n/km/core.po index b64349b31e2..0bd6c1bc9db 100644 --- a/l10n/km/core.po +++ b/l10n/km/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-11 01:55-0400\n" -"PO-Revision-Date: 2014-05-11 05:55+0000\n" +"POT-Creation-Date: 2014-05-12 01:55-0400\n" +"PO-Revision-Date: 2014-05-11 14:00+0000\n" "Last-Translator: សុវិចិត្រ Sovichet ទេព Tep\n" "Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n" "MIME-Version: 1.0\n" @@ -244,15 +244,15 @@ msgstr "លើកលែង" #: js/oc-dialogs.js:394 msgid "Continue" -msgstr "" +msgstr "បន្ត" #: js/oc-dialogs.js:441 js/oc-dialogs.js:454 msgid "(all selected)" -msgstr "" +msgstr "(បានជ្រើសទាំងអស់)" #: js/oc-dialogs.js:444 js/oc-dialogs.js:458 msgid "({count} selected)" -msgstr "" +msgstr "(បានជ្រើស {count})" #: js/oc-dialogs.js:466 msgid "Error loading file exists template" @@ -260,23 +260,23 @@ msgstr "" #: js/setup.js:84 msgid "Very weak password" -msgstr "" +msgstr "ពាក្យសម្ងាត់ខ្សោយណាស់" #: js/setup.js:85 msgid "Weak password" -msgstr "" +msgstr "ពាក្យសម្ងាត់ខ្សោយ" #: js/setup.js:86 msgid "So-so password" -msgstr "" +msgstr "ពាក្យសម្ងាត់ធម្មតា" #: js/setup.js:87 msgid "Good password" -msgstr "" +msgstr "ពាក្យសម្ងាត់ល្អ" #: js/setup.js:88 msgid "Strong password" -msgstr "" +msgstr "ពាក្យសម្ងាត់ខ្លាំង" #: js/share.js:51 js/share.js:66 js/share.js:106 msgid "Shared" @@ -453,7 +453,7 @@ msgstr "" #: js/update.js:8 msgid "Please reload the page." -msgstr "" +msgstr "សូមផ្ទុកទំព័រនេះឡើងវិញ។" #: js/update.js:17 msgid "" @@ -475,7 +475,7 @@ msgstr "" msgid "" "A problem has occurred whilst sending the email, please contact your " "administrator." -msgstr "" +msgstr "មានកំហុសបានកើតឡើងនៅពេលលកំពុងផ្ញើអ៊ីមែលចេញ, សូមទាក់ទងអភិបាលរបស់អ្នក។" #: lostpassword/templates/email.php:2 msgid "Use the following link to reset your password: {link}" @@ -665,7 +665,7 @@ msgstr "បង្កើត<strong>គណនីអភិបាល</strong>" #: templates/installation.php:70 msgid "Storage & database" -msgstr "" +msgstr "ឃ្លាំងផ្ទុក & មូលដ្ឋានទិន្នន័យ" #: templates/installation.php:77 msgid "Data folder" @@ -705,7 +705,7 @@ msgstr "បញ្ចប់ការដំឡើង" #: templates/installation.php:150 msgid "Finishing …" -msgstr "" +msgstr "កំពុងបញ្ចប់ ..." #: templates/layout.user.php:40 msgid "" diff --git a/l10n/km/files.po b/l10n/km/files.po index 98ef8ef4f64..f24f3f14a80 100644 --- a/l10n/km/files.po +++ b/l10n/km/files.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# សុវិចិត្រ Sovichet ទេព Tep, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-11 01:55-0400\n" -"PO-Revision-Date: 2014-05-11 05:50+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-05-12 01:55-0400\n" +"PO-Revision-Date: 2014-05-11 14:10+0000\n" +"Last-Translator: សុវិចិត្រ Sovichet ទេព Tep\n" "Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -158,7 +159,7 @@ msgstr "" #: js/file-upload.js:358 msgid "Upload cancelled." -msgstr "" +msgstr "បានបោះបង់ការផ្ទុកឡើង។" #: js/file-upload.js:404 msgid "Could not get result from server." @@ -175,7 +176,7 @@ msgstr "" #: js/file-upload.js:562 js/filelist.js:963 msgid "{new_name} already exists" -msgstr "" +msgstr "មានឈ្មោះ {new_name} រួចហើយ" #: js/file-upload.js:617 msgid "Could not create file" @@ -195,21 +196,21 @@ msgstr "ចែករំលែក" #: js/fileactions.js:173 msgid "Delete permanently" -msgstr "" +msgstr "លុបជាអចិន្ត្រៃយ៍" #: js/fileactions.js:234 msgid "Rename" -msgstr "" +msgstr "ប្ដូរឈ្មោះ" #: js/filelist.js:221 msgid "" "Your download is being prepared. This might take some time if the files are " "big." -msgstr "" +msgstr "ការទាញយករបស់អ្នកកំពុងត្រូវបានរៀបចំហើយ។ នេះអាចចំណាយពេលមួយសំទុះ ប្រសិនបើឯកសារធំ។" #: js/filelist.js:502 js/filelist.js:1422 msgid "Pending" -msgstr "" +msgstr "កំពុងរង់ចាំ" #: js/filelist.js:916 msgid "Error moving file." @@ -241,7 +242,7 @@ msgstr "ទំហំ" #: js/filelist.js:1226 templates/index.php:81 msgid "Modified" -msgstr "" +msgstr "បានកែប្រែ" #: js/filelist.js:1235 js/filesummary.js:141 js/filesummary.js:168 msgid "%n folder" @@ -309,7 +310,7 @@ msgstr "" #: templates/admin.php:6 msgid "Maximum upload size" -msgstr "" +msgstr "ទំហំផ្ទុកឡើងជាអតិបរមា" #: templates/admin.php:9 msgid "max. possible: " @@ -321,15 +322,15 @@ msgstr "" #: templates/admin.php:16 msgid "Enable ZIP-download" -msgstr "" +msgstr "បើកការទាញយកជា ZIP" #: templates/admin.php:19 msgid "0 is unlimited" -msgstr "" +msgstr "0 គឺមិនកំណត់" #: templates/admin.php:21 msgid "Maximum input size for ZIP files" -msgstr "" +msgstr "ទំហំចូលជាអតិបរមាសម្រាប់ឯកសារ ZIP" #: templates/admin.php:25 msgid "Save" @@ -337,7 +338,7 @@ msgstr "រក្សាទុក" #: templates/index.php:5 msgid "New" -msgstr "" +msgstr "ថ្មី" #: templates/index.php:8 msgid "New text file" @@ -345,7 +346,7 @@ msgstr "" #: templates/index.php:9 msgid "Text file" -msgstr "" +msgstr "ឯកសារអក្សរ" #: templates/index.php:12 msgid "New folder" @@ -357,15 +358,15 @@ msgstr "ថត" #: templates/index.php:16 msgid "From link" -msgstr "" +msgstr "ពីតំណ" #: templates/index.php:40 msgid "Deleted files" -msgstr "" +msgstr "បានលុបឯកសារ" #: templates/index.php:45 msgid "Cancel upload" -msgstr "" +msgstr "បោះបង់ការផ្ទុកឡើង" #: templates/index.php:51 msgid "You don’t have permission to upload or create files here" @@ -373,7 +374,7 @@ msgstr "" #: templates/index.php:56 msgid "Nothing in here. Upload something!" -msgstr "" +msgstr "គ្មានអ្វីនៅទីនេះទេ។ ផ្ទុកឡើងអ្វីមួយ!" #: templates/index.php:73 msgid "Download" @@ -385,7 +386,7 @@ msgstr "លុប" #: templates/index.php:98 msgid "Upload too large" -msgstr "" +msgstr "ផ្ទុកឡើងធំពេក" #: templates/index.php:100 msgid "" diff --git a/l10n/km/files_external.po b/l10n/km/files_external.po index d50bb1ff414..539462b278d 100644 --- a/l10n/km/files_external.po +++ b/l10n/km/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-11 01:55-0400\n" -"PO-Revision-Date: 2014-05-11 05:02+0000\n" +"POT-Creation-Date: 2014-05-12 01:55-0400\n" +"PO-Revision-Date: 2014-05-11 14:00+0000\n" "Last-Translator: I Robot\n" "Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n" "MIME-Version: 1.0\n" @@ -195,7 +195,7 @@ msgstr "" #: js/settings.js:318 js/settings.js:325 msgid "Saved" -msgstr "" +msgstr "បានរក្សាទុក" #: lib/config.php:597 msgid "<b>Note:</b> " diff --git a/l10n/km/files_trashbin.po b/l10n/km/files_trashbin.po index a1b7649d1a0..13bc8ae1a64 100644 --- a/l10n/km/files_trashbin.po +++ b/l10n/km/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-04-16 01:55-0400\n" -"PO-Revision-Date: 2014-04-16 05:41+0000\n" +"POT-Creation-Date: 2014-05-12 01:55-0400\n" +"PO-Revision-Date: 2014-05-11 14:10+0000\n" "Last-Translator: I Robot\n" "Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n" "MIME-Version: 1.0\n" @@ -29,17 +29,21 @@ msgstr "" #: js/filelist.js:3 msgid "Deleted files" -msgstr "" +msgstr "បានលុបឯកសារ" -#: js/trash.js:33 js/trash.js:124 js/trash.js:173 +#: js/filelist.js:88 js/filelist.js:132 js/filelist.js:181 msgid "Error" msgstr "កំហុស" -#: js/trash.js:264 +#: js/trash.js:48 templates/index.php:22 templates/index.php:24 +msgid "Restore" +msgstr "ស្ដារមកវិញ" + +#: js/trash.js:107 msgid "Deleted Files" msgstr "" -#: lib/trashbin.php:859 lib/trashbin.php:861 +#: lib/trashbin.php:861 lib/trashbin.php:863 msgid "restored" msgstr "" @@ -51,10 +55,6 @@ msgstr "" msgid "Name" msgstr "ឈ្មោះ" -#: templates/index.php:22 templates/index.php:24 -msgid "Restore" -msgstr "ស្ដារមកវិញ" - #: templates/index.php:30 msgid "Deleted" msgstr "" diff --git a/l10n/km/settings.po b/l10n/km/settings.po index fece2bba194..7ac02ecb074 100644 --- a/l10n/km/settings.po +++ b/l10n/km/settings.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-11 01:55-0400\n" -"PO-Revision-Date: 2014-05-11 05:02+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-05-12 01:55-0400\n" +"PO-Revision-Date: 2014-05-11 14:00+0000\n" +"Last-Translator: សុវិចិត្រ Sovichet ទេព Tep\n" "Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,20 +26,20 @@ msgstr "" #: admin/controller.php:73 msgid "Saved" -msgstr "" +msgstr "បានរក្សាទុក" #: admin/controller.php:90 msgid "test email settings" -msgstr "" +msgstr "សាកល្បងការកំណត់អ៊ីមែល" #: admin/controller.php:91 msgid "If you received this email, the settings seem to be correct." -msgstr "" +msgstr "ប្រសិនបើអ្នកទទួលបានអ៊ីមែលនេះ មានន័យថាការកំណត់គឺបានត្រឹមមត្រូវហើយ។" #: admin/controller.php:94 msgid "" "A problem occurred while sending the e-mail. Please revisit your settings." -msgstr "" +msgstr "មានកំហុសកើតឡើងនៅពេលកំពុងផ្ញើអ៊ីមែលចេញ។ សូមមើលការកំណត់របស់អ្នកម្ដងទៀត។" #: admin/controller.php:99 msgid "Email sent" @@ -47,7 +47,7 @@ msgstr "បានផ្ញើអ៊ីមែល" #: admin/controller.php:101 msgid "You need to set your user email before being able to send test emails." -msgstr "" +msgstr "អ្នកត្រូវតែកំណត់អ៊ីមែលរបស់អ្នកមុននឹងអាចផ្ញើអ៊ីមែលសាកល្បងបាន។" #: admin/controller.php:116 templates/admin.php:316 msgid "Send mode" @@ -144,7 +144,7 @@ msgstr "មិនអាចធ្វើបច្ចុប្បន្ន #: changepassword/controller.php:17 msgid "Wrong password" -msgstr "" +msgstr "ខុសពាក្យសម្ងាត់" #: changepassword/controller.php:36 msgid "No user supplied" @@ -173,7 +173,7 @@ msgstr "" #: js/admin.js:73 msgid "Sending..." -msgstr "" +msgstr "កំពុងផ្ញើ..." #: js/apps.js:45 templates/help.php:4 msgid "User Documentation" @@ -181,7 +181,7 @@ msgstr "ឯកសារសម្រាប់អ្នកប្រើប #: js/apps.js:50 msgid "Admin Documentation" -msgstr "" +msgstr "កម្រងឯកសារអភិបាល" #: js/apps.js:67 msgid "Update to {appversion}" @@ -229,27 +229,27 @@ msgstr "បានធ្វើបច្ចុប្បន្នភាព" #: js/personal.js:243 msgid "Select a profile picture" -msgstr "" +msgstr "ជ្រើសរូបភាពប្រវត្តិរូប" #: js/personal.js:274 msgid "Very weak password" -msgstr "" +msgstr "ពាក្យសម្ងាត់ខ្សោយណាស់" #: js/personal.js:275 msgid "Weak password" -msgstr "" +msgstr "ពាក្យសម្ងាត់ខ្សោយ" #: js/personal.js:276 msgid "So-so password" -msgstr "" +msgstr "ពាក្យសម្ងាត់ធម្មតា" #: js/personal.js:277 msgid "Good password" -msgstr "" +msgstr "ពាក្យសម្ងាត់ល្អ" #: js/personal.js:278 msgid "Strong password" -msgstr "" +msgstr "ពាក្យសម្ងាត់ខ្លាំង" #: js/personal.js:313 msgid "Decrypting files... Please wait, this can take some time." @@ -326,7 +326,7 @@ msgstr "" #: templates/admin.php:16 templates/admin.php:23 msgid "None" -msgstr "" +msgstr "គ្មាន" #: templates/admin.php:17 msgid "Login" @@ -342,11 +342,11 @@ msgstr "" #: templates/admin.php:24 msgid "SSL" -msgstr "" +msgstr "SSL" #: templates/admin.php:25 msgid "TLS" -msgstr "" +msgstr "TLS" #: templates/admin.php:47 templates/admin.php:61 msgid "Security Warning" @@ -494,7 +494,7 @@ msgstr "អនុញ្ញាតឲ្យអ្នកប្រើច #: templates/admin.php:227 msgid "Allow public uploads" -msgstr "" +msgstr "អនុញ្ញាតការផ្ទុកឡើងជាសាធារណៈ" #: templates/admin.php:228 msgid "" @@ -567,7 +567,7 @@ msgstr "" #: templates/admin.php:311 msgid "Email Server" -msgstr "" +msgstr "ម៉ាស៊ីនបម្រើអ៊ីមែល" #: templates/admin.php:313 msgid "This is used for sending out notifications." @@ -575,7 +575,7 @@ msgstr "" #: templates/admin.php:344 msgid "From address" -msgstr "" +msgstr "ពីអាសយដ្ឋាន" #: templates/admin.php:366 msgid "Authentication required" @@ -607,7 +607,7 @@ msgstr "" #: templates/admin.php:388 msgid "Send email" -msgstr "" +msgstr "ផ្ញើអ៊ីមែល" #: templates/admin.php:393 msgid "Log" @@ -706,11 +706,11 @@ msgstr "ពាក្យសម្ងាត់" #: templates/personal.php:39 msgid "Your password was changed" -msgstr "" +msgstr "ពាក្យសម្ងាត់របស់អ្នកត្រូវបានប្ដូរ" #: templates/personal.php:40 msgid "Unable to change your password" -msgstr "" +msgstr "មិនអាចប្ដូរពាក្យសម្ងាត់របស់អ្នកបានទេ" #: templates/personal.php:42 msgid "Current password" @@ -744,19 +744,19 @@ msgstr "" #: templates/personal.php:89 msgid "Profile picture" -msgstr "" +msgstr "រូបភាពប្រវត្តិរូប" #: templates/personal.php:94 msgid "Upload new" -msgstr "" +msgstr "ផ្ទុកឡើងថ្មី" #: templates/personal.php:96 msgid "Select new from Files" -msgstr "" +msgstr "ជ្រើសថ្មីពីឯកសារ" #: templates/personal.php:97 msgid "Remove image" -msgstr "" +msgstr "ដករូបភាពចេញ" #: templates/personal.php:98 msgid "Either png or jpg. Ideally square but you will be able to crop it." @@ -799,7 +799,7 @@ msgstr "" #: templates/personal.php:157 msgid "Log-in password" -msgstr "" +msgstr "ពាក្យសម្ងាត់ចូលគណនី" #: templates/personal.php:162 msgid "Decrypt all Files" @@ -825,7 +825,7 @@ msgstr "" #: templates/users.php:40 msgid "Default Storage" -msgstr "" +msgstr "ឃ្លាំងផ្ទុកលំនាំដើម" #: templates/users.php:42 templates/users.php:137 msgid "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" @@ -833,7 +833,7 @@ msgstr "" #: templates/users.php:46 templates/users.php:146 msgid "Unlimited" -msgstr "" +msgstr "មិនកំណត់" #: templates/users.php:64 templates/users.php:161 msgid "Other" @@ -845,7 +845,7 @@ msgstr "ឈ្មោះអ្នកប្រើ" #: templates/users.php:92 msgid "Storage" -msgstr "" +msgstr "ឃ្លាំងផ្ទុក" #: templates/users.php:106 msgid "change full name" @@ -853,8 +853,8 @@ msgstr "" #: templates/users.php:110 msgid "set new password" -msgstr "" +msgstr "កំណត់ពាក្យសម្ងាត់ថ្មី" #: templates/users.php:141 msgid "Default" -msgstr "" +msgstr "លំនាំដើម" diff --git a/l10n/km/user_ldap.po b/l10n/km/user_ldap.po index 1855a82583e..63e0f49af6d 100644 --- a/l10n/km/user_ldap.po +++ b/l10n/km/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-11 01:55-0400\n" -"PO-Revision-Date: 2014-05-11 05:02+0000\n" +"POT-Creation-Date: 2014-05-12 01:55-0400\n" +"PO-Revision-Date: 2014-05-11 14:00+0000\n" "Last-Translator: I Robot\n" "Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n" "MIME-Version: 1.0\n" @@ -284,7 +284,7 @@ msgstr "" #: templates/part.wizardcontrols.php:8 msgid "Continue" -msgstr "" +msgstr "បន្ត" #: templates/settings.php:11 msgid "" diff --git a/l10n/nl/core.po b/l10n/nl/core.po index 069d159f4ea..ff7a56a481c 100644 --- a/l10n/nl/core.po +++ b/l10n/nl/core.po @@ -4,15 +4,15 @@ # # Translators: # André Koot <meneer@tken.net>, 2013-2014 -# kwillems <kwillems@zonnet.nl>, 2013 +# kwillems <kwillems@zonnet.nl>, 2013-2014 # Jorcee <mail@jordyc.nl>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-11 01:55-0400\n" -"PO-Revision-Date: 2014-05-11 05:02+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-05-12 01:55-0400\n" +"PO-Revision-Date: 2014-05-11 19:10+0000\n" +"Last-Translator: kwillems <kwillems@zonnet.nl>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -412,7 +412,7 @@ msgstr "Wachtwoord beveiligd" #: js/share.js:734 msgid "Error unsetting expiration date" -msgstr "Fout tijdens het verwijderen van de verval datum" +msgstr "Fout tijdens het verwijderen van de vervaldatum" #: js/share.js:752 msgid "Error setting expiration date" @@ -467,11 +467,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 "De update is niet geslaagd. Meld dit probleem aan bij de <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." +msgstr "De update is niet geslaagd. Meld dit probleem bij de <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." #: js/update.js:21 msgid "The update was successful. Redirecting you to ownCloud now." -msgstr "De update is geslaagd. Je wordt teruggeleid naar je eigen ownCloud." +msgstr "De update is geslaagd. U wordt teruggeleid naar uw eigen ownCloud." #: lostpassword/controller.php:70 #, php-format @@ -486,22 +486,22 @@ msgstr "Er ontstond een probleem bij het versturen van het e-mailbericht, neem c #: lostpassword/templates/email.php:2 msgid "Use the following link to reset your password: {link}" -msgstr "Gebruik de volgende link om je wachtwoord te resetten: {link}" +msgstr "Gebruik de volgende link om uw wachtwoord te resetten: {link}" #: lostpassword/templates/lostpassword.php:7 msgid "" "The link to reset your password has been sent to your email.<br>If you do " "not receive it within a reasonable amount of time, check your spam/junk " "folders.<br>If it is not there ask your local administrator ." -msgstr "De link voor het resetten van je wachtwoord is verzonden naar je e-mailadres.<br>Als je dat bericht niet snel ontvangen hebt, controleer dan uw spambakje.<br>Als het daar ook niet is, vraag dan je beheerder om te helpen." +msgstr "De link voor het resetten van uw wachtwoord is verzonden naar uw e-mailadres.<br>Als u dat bericht niet snel ontvangen hebt, controleer dan uw spammap.<br>Als het daar ook niet is, vraag dan uw beheerder om hulp." #: lostpassword/templates/lostpassword.php:15 msgid "Request failed!<br>Did you make sure your email/username was right?" -msgstr "Aanvraag mislukt!<br>Weet je zeker dat je gebruikersnaam en/of wachtwoord goed waren?" +msgstr "Aanvraag mislukt!<br>Weet u zeker dat uw gebruikersnaam en/of wachtwoord goed waren?" #: lostpassword/templates/lostpassword.php:18 msgid "You will receive a link to reset your password via Email." -msgstr "Je ontvangt een link om je wachtwoord opnieuw in te stellen via e-mail." +msgstr "U ontvangt een link om uw wachtwoord opnieuw in te stellen via e-mail." #: lostpassword/templates/lostpassword.php:21 templates/installation.php:53 #: templates/login.php:32 @@ -514,7 +514,7 @@ msgid "" "will be no way to get your data back after your password is reset. If you " "are not sure what to do, please contact your administrator before you " "continue. Do you really want to continue?" -msgstr "Je bestanden zijn versleuteld. Als je geen recoverykey hebt ingeschakeld is er geen manier om je data terug te krijgen indien je je wachtwoord reset!\nAls je niet weet wat te doen, neem dan alsjeblieft contact op met je administrator eer je doorgaat.\nWil je echt doorgaan?" +msgstr "Uw bestanden zijn versleuteld. Als u geen recoverykey hebt ingeschakeld is er geen manier om uw data terug te krijgen na het resetten van uw wachtwoord.\nAls u niet weet wat u moet doen, neem dan alstublieft contact op met uw systeembeheerder voordat u doorgaat.\nWil u echt doorgaan?" #: lostpassword/templates/lostpassword.php:27 msgid "Yes, I really want to reset my password now" @@ -526,7 +526,7 @@ msgstr "Reset" #: lostpassword/templates/resetpassword.php:4 msgid "Your password was reset" -msgstr "Je wachtwoord is gewijzigd" +msgstr "Uw wachtwoord is gewijzigd" #: lostpassword/templates/resetpassword.php:5 msgid "To login page" @@ -616,7 +616,7 @@ msgid "" "just letting you know that %s shared %s with you.\n" "View it: %s\n" "\n" -msgstr "Hallo daar,\n\neven een berichtje dat %s %s met u deelde.\nBekijk het: %s\n\n" +msgstr "Hallo,\n\n%s deelt %s met u.\nBekijk het: %s\n\n" #: templates/altmail.php:4 templates/mail.php:17 #, php-format @@ -634,7 +634,7 @@ msgstr "Beveiligingswaarschuwing" #: templates/installation.php:26 msgid "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" -msgstr "Je PHP-versie is kwetsbaar voor de NULL byte aanval (CVE-2006-7243)" +msgstr "Uw PHP-versie is kwetsbaar voor de NULL byte aanval (CVE-2006-7243)" #: templates/installation.php:27 #, php-format @@ -657,7 +657,7 @@ msgstr "Zonder random nummer generator is het mogelijk voor een aanvaller om de msgid "" "Your data directory and files are probably accessible from the internet " "because the .htaccess file does not work." -msgstr "Je gegevensdirectory en bestanden zijn vermoedelijk bereikbaar vanaf het internet omdat het .htaccess-bestand niet werkt." +msgstr "Uw gegevensdirectory en bestanden zijn vermoedelijk bereikbaar vanaf het internet omdat het .htaccess-bestand niet functioneert." #: templates/installation.php:42 #, php-format @@ -719,7 +719,7 @@ msgid "" "This application requires JavaScript to be enabled for correct operation. " "Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable " "JavaScript</a> and re-load this interface." -msgstr "Deze applicatie heeft een werkend JavaScript nodig. <a href=\"http://enable-javascript.com/\" target=\"_blank\">activeer JavaScript</a> en herlaad deze interface." +msgstr "Deze applicatie heeft JavaScript nodig om correct te functioneren. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Activeer JavaScript</a> en herlaad deze interface." #: templates/layout.user.php:44 #, php-format @@ -738,11 +738,11 @@ msgstr "Automatische aanmelding geweigerd!" msgid "" "If you did not change your password recently, your account may be " "compromised!" -msgstr "Als je je wachtwoord niet onlangs heeft aangepast, kan je account overgenomen zijn!" +msgstr "Als u uw wachtwoord niet onlangs heeft aangepast, kan uw account overgenomen zijn!" #: templates/login.php:12 msgid "Please change your password to secure your account again." -msgstr "Wijzig je wachtwoord zodat je account weer beveiligd is." +msgstr "Wijzig uw wachtwoord zodat uw account weer beveiligd is." #: templates/login.php:17 msgid "Server side authentication failed!" @@ -762,7 +762,7 @@ msgstr "onthoud gegevens" #: templates/login.php:54 msgid "Log in" -msgstr "Meld je aan" +msgstr "Meld u aan" #: templates/login.php:60 msgid "Alternative Logins" @@ -773,7 +773,7 @@ msgstr "Alternatieve inlogs" msgid "" "Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> " "with you.<br><a href=\"%s\">View it!</a><br><br>" -msgstr "Hallo daar,<br><br>we willen even laten weten dat %s <strong>%s</strong> met u heeft gedeeld.<br><a href=\"%s\">Bekijk het!</a><br><br>" +msgstr "Hallo,<br><br>%s deelt <strong>%s</strong> met u.<br><a href=\"%s\">Bekijk het!</a><br><br>" #: templates/singleuser.user.php:3 msgid "This ownCloud instance is currently in single user mode." diff --git a/l10n/pt_PT/lib.po b/l10n/pt_PT/lib.po index 541c093bdbe..f6f1ff539c9 100644 --- a/l10n/pt_PT/lib.po +++ b/l10n/pt_PT/lib.po @@ -3,7 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Helder Meneses <helder.meneses@gmail.com>, 2013 +# Helder Meneses <helder.meneses@gmail.com>, 2013-2014 # jmruas <jmruas@gmail.com>, 2014 # Drew Melim <nokostya.translation@gmail.com>, 2014 # PapiMigas Migas <papimigas@gmail.com>, 2013 @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-07 01:55-0400\n" -"PO-Revision-Date: 2014-05-05 15:09+0000\n" -"Last-Translator: Drew Melim <nokostya.translation@gmail.com>\n" +"POT-Creation-Date: 2014-05-12 01:55-0400\n" +"PO-Revision-Date: 2014-05-11 12:00+0000\n" +"Last-Translator: Helder Meneses <helder.meneses@gmail.com>\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -346,63 +346,63 @@ msgstr "" msgid "Share type %s is not valid for %s" msgstr "" -#: private/share/share.php:773 +#: private/share/share.php:774 #, php-format msgid "" "Setting permissions for %s failed, because the permissions exceed " "permissions granted to %s" msgstr "" -#: private/share/share.php:834 +#: private/share/share.php:835 #, php-format msgid "Setting permissions for %s failed, because the item was not found" msgstr "" -#: private/share/share.php:940 +#: private/share/share.php:941 #, php-format msgid "Sharing backend %s must implement the interface OCP\\Share_Backend" msgstr "" -#: private/share/share.php:947 +#: private/share/share.php:948 #, php-format msgid "Sharing backend %s not found" msgstr "" -#: private/share/share.php:953 +#: private/share/share.php:954 #, php-format msgid "Sharing backend for %s not found" msgstr "" -#: private/share/share.php:1367 +#: private/share/share.php:1368 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "" -#: private/share/share.php:1376 +#: private/share/share.php:1377 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "" -#: private/share/share.php:1391 +#: private/share/share.php:1392 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "" -#: private/share/share.php:1403 +#: private/share/share.php:1404 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "" -#: private/share/share.php:1417 +#: private/share/share.php:1418 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" msgstr "" -#: private/tags.php:193 +#: private/tags.php:183 #, php-format msgid "Could not find category \"%s\"" msgstr "Não foi encontrado a categoria \"%s\"" @@ -459,7 +459,7 @@ msgstr "anos atrás" msgid "" "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", " "\"0-9\", and \"_.@-\"" -msgstr "" +msgstr "Apenas os seguintes caracteres são permitidos no nome de utilizador: \"a-z\", \"A-Z\", \"0-9\", e \"_.@-\"" #: private/user/manager.php:237 msgid "A valid username must be provided" @@ -471,4 +471,4 @@ msgstr "Uma password válida deve ser fornecida" #: private/user/manager.php:246 msgid "The username is already being used" -msgstr "" +msgstr "O nome de utilizador já está a ser usado" diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index 4bc75188e51..c7664166ad4 100644 --- a/l10n/templates/core.pot +++ b/l10n/templates/core.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-11 01:55-0400\n" +"POT-Creation-Date: 2014-05-12 01:55-0400\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 24f8468f4e7..1a34b8ad030 100644 --- a/l10n/templates/files.pot +++ b/l10n/templates/files.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-11 01:55-0400\n" +"POT-Creation-Date: 2014-05-12 01:55-0400\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 32aef8dcacb..9fdf9686d4c 100644 --- a/l10n/templates/files_encryption.pot +++ b/l10n/templates/files_encryption.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-11 01:55-0400\n" +"POT-Creation-Date: 2014-05-12 01:55-0400\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 502b49ffb12..f3048fd5147 100644 --- a/l10n/templates/files_external.pot +++ b/l10n/templates/files_external.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-11 01:55-0400\n" +"POT-Creation-Date: 2014-05-12 01:55-0400\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 2527b2606a4..c6269882b54 100644 --- a/l10n/templates/files_sharing.pot +++ b/l10n/templates/files_sharing.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-11 01:55-0400\n" +"POT-Creation-Date: 2014-05-12 01:55-0400\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 34793ac7874..6fb1a5fcd5e 100644 --- a/l10n/templates/files_trashbin.pot +++ b/l10n/templates/files_trashbin.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-11 01:55-0400\n" +"POT-Creation-Date: 2014-05-12 01:55-0400\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 05692061ee4..b2408e78221 100644 --- a/l10n/templates/files_versions.pot +++ b/l10n/templates/files_versions.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-11 01:55-0400\n" +"POT-Creation-Date: 2014-05-12 01:55-0400\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 47dbeeadb7d..ca715cedd12 100644 --- a/l10n/templates/lib.pot +++ b/l10n/templates/lib.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-11 01:55-0400\n" +"POT-Creation-Date: 2014-05-12 01:55-0400\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/private.pot b/l10n/templates/private.pot index d6aad8cee26..e7498830947 100644 --- a/l10n/templates/private.pot +++ b/l10n/templates/private.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-11 01:55-0400\n" +"POT-Creation-Date: 2014-05-12 01:55-0400\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 1abc4434714..c266ca3240a 100644 --- a/l10n/templates/settings.pot +++ b/l10n/templates/settings.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-11 01:55-0400\n" +"POT-Creation-Date: 2014-05-12 01:55-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/user_ldap.pot b/l10n/templates/user_ldap.pot index 67dd3262e1a..0ee28cf2698 100644 --- a/l10n/templates/user_ldap.pot +++ b/l10n/templates/user_ldap.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-11 01:55-0400\n" +"POT-Creation-Date: 2014-05-12 01:55-0400\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 d8fc66495d8..f59f5a76abf 100644 --- a/l10n/templates/user_webdavauth.pot +++ b/l10n/templates/user_webdavauth.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-05-11 01:55-0400\n" +"POT-Creation-Date: 2014-05-12 01:55-0400\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/lib/l10n/ast.php b/lib/l10n/ast.php index 219317c19b9..4eaf734931f 100644 --- a/lib/l10n/ast.php +++ b/lib/l10n/ast.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Help" => "Ayuda", "Personal" => "Personal", "Settings" => "Axustes", "Users" => "Usuarios", diff --git a/lib/l10n/pt_PT.php b/lib/l10n/pt_PT.php index ad424933331..a1f2633fcc5 100644 --- a/lib/l10n/pt_PT.php +++ b/lib/l10n/pt_PT.php @@ -67,7 +67,9 @@ $TRANSLATIONS = array( "_%n month ago_::_%n months ago_" => array("","%n meses atrás"), "last year" => "ano passado", "years ago" => "anos atrás", +"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Apenas os seguintes caracteres são permitidos no nome de utilizador: \"a-z\", \"A-Z\", \"0-9\", e \"_.@-\"", "A valid username must be provided" => "Um nome de utilizador válido deve ser fornecido", -"A valid password must be provided" => "Uma password válida deve ser fornecida" +"A valid password must be provided" => "Uma password válida deve ser fornecida", +"The username is already being used" => "O nome de utilizador já está a ser usado" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/el.php b/settings/l10n/el.php index 1ca97b63da8..9daa0a5e092 100644 --- a/settings/l10n/el.php +++ b/settings/l10n/el.php @@ -111,6 +111,8 @@ $TRANSLATIONS = array( "Allow users to share with anyone" => "Επιτρέπεται στους χρήστες ο διαμοιρασμός με οποιονδήποτε", "Allow users to only share with users in their groups" => "Επιτρέπεται στους χρήστες ο διαμοιρασμός μόνο με χρήστες της ίδιας ομάδας", "Allow mail notification" => "Επιτρέπονται ειδοποιήσεις ηλεκτρονικού ταχυδρομείου", +"Allow users to send mail notification for shared files" => "Επιτρέψτε στους χρήστες να στέλνουν ειδοποιήσεις μέσω ηλεκτρονικού ταχυδρομείου για κοινόχρηστα αρχεία", +"days" => "ημέρες", "Security" => "Ασφάλεια", "Enforce HTTPS" => "Επιβολή χρήσης HTTPS", "Forces the clients to connect to %s via an encrypted connection." => "Επιβάλλει τους πελάτες να συνδέονται στο %s μέσω κρυπτογραφημένης σύνδεσης.", diff --git a/settings/l10n/km.php b/settings/l10n/km.php index 679c7cd3901..3db4708be35 100644 --- a/settings/l10n/km.php +++ b/settings/l10n/km.php @@ -1,6 +1,11 @@ <?php $TRANSLATIONS = array( +"Saved" => "បានរក្សាទុក", +"test email settings" => "សាកល្បងការកំណត់អ៊ីមែល", +"If you received this email, the settings seem to be correct." => "ប្រសិនបើអ្នកទទួលបានអ៊ីមែលនេះ មានន័យថាការកំណត់គឺបានត្រឹមមត្រូវហើយ។", +"A problem occurred while sending the e-mail. Please revisit your settings." => "មានកំហុសកើតឡើងនៅពេលកំពុងផ្ញើអ៊ីមែលចេញ។ សូមមើលការកំណត់របស់អ្នកម្ដងទៀត។", "Email sent" => "បានផ្ញើអ៊ីមែល", +"You need to set your user email before being able to send test emails." => "អ្នកត្រូវតែកំណត់អ៊ីមែលរបស់អ្នកមុននឹងអាចផ្ញើអ៊ីមែលសាកល្បងបាន។", "Encryption" => "កូដនីយកម្ម", "Unable to load list from App Store" => "មិនអាចផ្ទុកបញ្ជីកម្មវិធីពី App Store", "Authentication error" => "កំហុសការផ្ទៀងផ្ទាត់ភាពត្រឹមត្រូវ", @@ -16,7 +21,10 @@ $TRANSLATIONS = array( "Unable to add user to group %s" => "មិនអាចបន្ថែមអ្នកប្រើទៅក្រុម %s", "Unable to remove user from group %s" => "មិនអាចដកអ្នកប្រើចេញពីក្រុម %s", "Couldn't update app." => "មិនអាចធ្វើបច្ចុប្បន្នភាពកម្មវិធី។", +"Wrong password" => "ខុសពាក្យសម្ងាត់", +"Sending..." => "កំពុងផ្ញើ...", "User Documentation" => "ឯកសារសម្រាប់អ្នកប្រើប្រាស់", +"Admin Documentation" => "កម្រងឯកសារអភិបាល", "Update to {appversion}" => "ធ្វើបច្ចុប្បន្នភាពទៅ {appversion}", "Disable" => "បិទ", "Enable" => "បើក", @@ -26,6 +34,12 @@ $TRANSLATIONS = array( "Error" => "កំហុស", "Update" => "ធ្វើបច្ចុប្បន្នភាព", "Updated" => "បានធ្វើបច្ចុប្បន្នភាព", +"Select a profile picture" => "ជ្រើសរូបភាពប្រវត្តិរូប", +"Very weak password" => "ពាក្យសម្ងាត់ខ្សោយណាស់", +"Weak password" => "ពាក្យសម្ងាត់ខ្សោយ", +"So-so password" => "ពាក្យសម្ងាត់ធម្មតា", +"Good password" => "ពាក្យសម្ងាត់ល្អ", +"Strong password" => "ពាក្យសម្ងាត់ខ្លាំង", "deleted" => "បានលុប", "undo" => "មិនធ្វើវិញ", "Unable to remove user" => "មិនអាចដកអ្នកប្រើចេញ", @@ -37,7 +51,10 @@ $TRANSLATIONS = array( "Error creating user" => "មានកំហុសក្នុងការបង្កើតអ្នកប្រើ", "A valid password must be provided" => "ត្រូវផ្ដល់ពាក្យសម្ងាត់ឲ្យបានត្រឹមត្រូវ", "__language_name__" => "__language_name__", +"None" => "គ្មាន", "Login" => "ចូល", +"SSL" => "SSL", +"TLS" => "TLS", "Security Warning" => "បម្រាមសុវត្ថិភាព", "Setup Warning" => "បម្រាមការដំឡើង", "Module 'fileinfo' missing" => "ខ្វះម៉ូឌុល 'fileinfo'", @@ -49,11 +66,15 @@ $TRANSLATIONS = array( "Allow apps to use the Share API" => "អនុញ្ញាតឲ្យកម្មវិធីប្រើ API ចែករំលែក", "Allow links" => "អនុញ្ញាតតំណ", "Allow users to share items to the public with links" => "អនុញ្ញាតឲ្យអ្នកប្រើចែករំលែករបស់ទៅសាធារណៈជាមួយតំណ", +"Allow public uploads" => "អនុញ្ញាតការផ្ទុកឡើងជាសាធារណៈ", "Allow resharing" => "អនុញ្ញាតការចែករំលែកម្ដងទៀត", "Allow users to share with anyone" => "អនុញ្ញាតឲ្យអ្នកប្រើចែករំលែកជាមួយនរណាម្នាក់", "Security" => "សុវត្ថិភាព", "Enforce HTTPS" => "បង្ខំ HTTPS", +"Email Server" => "ម៉ាស៊ីនបម្រើអ៊ីមែល", +"From address" => "ពីអាសយដ្ឋាន", "Server address" => "អាសយដ្ឋានម៉ាស៊ីនបម្រើ", +"Send email" => "ផ្ញើអ៊ីមែល", "Log" => "Log", "Log level" => "កម្រិត Log", "More" => "ច្រើនទៀត", @@ -67,18 +88,30 @@ $TRANSLATIONS = array( "Forum" => "វេទិកាពិភាក្សា", "Bugtracker" => "Bugtracker", "Password" => "ពាក្យសម្ងាត់", +"Your password was changed" => "ពាក្យសម្ងាត់របស់អ្នកត្រូវបានប្ដូរ", +"Unable to change your password" => "មិនអាចប្ដូរពាក្យសម្ងាត់របស់អ្នកបានទេ", "Current password" => "ពាក្យសម្ងាត់បច្ចុប្បន្ន", "New password" => "ពាក្យសម្ងាត់ថ្មី", "Change password" => "ប្តូរពាក្យសម្ងាត់", "Email" => "អ៊ីមែល", "Your email address" => "អ៊ីម៉ែលរបស់អ្នក", +"Profile picture" => "រូបភាពប្រវត្តិរូប", +"Upload new" => "ផ្ទុកឡើងថ្មី", +"Select new from Files" => "ជ្រើសថ្មីពីឯកសារ", +"Remove image" => "ដករូបភាពចេញ", "Cancel" => "លើកលែង", "Language" => "ភាសា", "Help translate" => "ជួយបកប្រែ", "WebDAV" => "WebDAV", +"Log-in password" => "ពាក្យសម្ងាត់ចូលគណនី", "Login Name" => "ចូល", "Create" => "បង្កើត", +"Default Storage" => "ឃ្លាំងផ្ទុកលំនាំដើម", +"Unlimited" => "មិនកំណត់", "Other" => "ផ្សេងៗ", -"Username" => "ឈ្មោះអ្នកប្រើ" +"Username" => "ឈ្មោះអ្នកប្រើ", +"Storage" => "ឃ្លាំងផ្ទុក", +"set new password" => "កំណត់ពាក្យសម្ងាត់ថ្មី", +"Default" => "លំនាំដើម" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; |