From c8d8578d1aac26373060e401cf50e734007c0b1c Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Thu, 16 Oct 2014 01:56:30 -0400 Subject: [PATCH] [tx-robot] updated from transifex --- apps/files_encryption/l10n/ru.php | 6 + apps/files_encryption/l10n/sl.php | 6 + l10n/templates/core.pot | 2 +- l10n/templates/files.pot | 2 +- l10n/templates/files_encryption.pot | 2 +- l10n/templates/files_external.pot | 2 +- l10n/templates/files_sharing.pot | 2 +- l10n/templates/files_trashbin.pot | 2 +- l10n/templates/files_versions.pot | 2 +- l10n/templates/lib.pot | 30 +-- l10n/templates/private.pot | 30 +-- l10n/templates/settings.pot | 332 ++++++++++++++-------------- l10n/templates/user_ldap.pot | 2 +- l10n/templates/user_webdavauth.pot | 2 +- lib/l10n/sl.php | 1 + settings/l10n/ar.php | 32 +-- settings/l10n/ast.php | 37 +--- settings/l10n/az.php | 31 +-- settings/l10n/bg_BG.php | 37 +--- settings/l10n/bn_BD.php | 24 +- settings/l10n/bn_IN.php | 1 - settings/l10n/ca.php | 37 +--- settings/l10n/cs_CZ.php | 37 +--- settings/l10n/cy_GB.php | 5 +- settings/l10n/da.php | 37 +--- settings/l10n/de.php | 37 +--- settings/l10n/de_AT.php | 1 - settings/l10n/de_CH.php | 21 +- settings/l10n/de_DE.php | 37 +--- settings/l10n/el.php | 37 +--- settings/l10n/en_GB.php | 37 +--- settings/l10n/eo.php | 30 +-- settings/l10n/es.php | 37 +--- settings/l10n/es_AR.php | 35 +-- settings/l10n/es_CL.php | 1 - settings/l10n/es_MX.php | 19 +- settings/l10n/et_EE.php | 37 +--- settings/l10n/eu.php | 37 +--- settings/l10n/fa.php | 33 +-- settings/l10n/fi_FI.php | 37 +--- settings/l10n/fr.php | 37 +--- settings/l10n/gl.php | 37 +--- settings/l10n/he.php | 19 +- settings/l10n/hi.php | 2 - settings/l10n/hr.php | 37 +--- settings/l10n/hu_HU.php | 37 +--- settings/l10n/ia.php | 8 +- settings/l10n/id.php | 34 +-- settings/l10n/is.php | 16 +- settings/l10n/it.php | 37 +--- settings/l10n/ja.php | 37 +--- settings/l10n/ka_GE.php | 17 +- settings/l10n/km.php | 29 +-- settings/l10n/ko.php | 28 +-- settings/l10n/ku_IQ.php | 4 +- settings/l10n/lb.php | 8 +- settings/l10n/lt_LT.php | 19 +- settings/l10n/lv.php | 17 +- settings/l10n/mk.php | 31 +-- settings/l10n/ms_MY.php | 5 - settings/l10n/nb_NO.php | 37 +--- settings/l10n/nl.php | 37 +--- settings/l10n/nn_NO.php | 19 +- settings/l10n/oc.php | 6 - settings/l10n/pa.php | 3 +- settings/l10n/pl.php | 37 +--- settings/l10n/pt_BR.php | 37 +--- settings/l10n/pt_PT.php | 37 +--- settings/l10n/ro.php | 28 +-- settings/l10n/ru.php | 37 +--- settings/l10n/si_LK.php | 7 +- settings/l10n/sk_SK.php | 37 +--- settings/l10n/sl.php | 39 ++-- settings/l10n/sq.php | 21 +- settings/l10n/sr.php | 17 +- settings/l10n/sr@latin.php | 4 +- settings/l10n/sv.php | 37 +--- settings/l10n/ta_LK.php | 10 +- settings/l10n/te.php | 1 - settings/l10n/th_TH.php | 17 +- settings/l10n/tr.php | 37 +--- settings/l10n/ug.php | 13 +- settings/l10n/uk.php | 17 +- settings/l10n/ur_PK.php | 3 +- settings/l10n/vi.php | 17 +- settings/l10n/zh_CN.php | 37 +--- settings/l10n/zh_HK.php | 6 +- settings/l10n/zh_TW.php | 35 +-- 88 files changed, 776 insertions(+), 1453 deletions(-) diff --git a/apps/files_encryption/l10n/ru.php b/apps/files_encryption/l10n/ru.php index 16c0f05cc71..0a4e2cbbc27 100644 --- a/apps/files_encryption/l10n/ru.php +++ b/apps/files_encryption/l10n/ru.php @@ -1,9 +1,15 @@ "Неизвестная ошибка", +"Missing recovery key password" => "Отсутствует пароль восстановления ключа", +"Please repeat the recovery key password" => "Пожалуйста, повторите пароль восстановления ключа", +"Repeated recovery key password does not match the provided recovery key password" => "Пароль восстановления ключа и его повтор не совпадают", "Recovery key successfully enabled" => "Ключ восстановления успешно установлен", "Could not disable recovery key. Please check your recovery key password!" => "Невозможно выключить ключ восстановления. Проверьте правильность пароля от ключа!", "Recovery key successfully disabled" => "Ключ восстановления успешно отключен", +"Please provide the old recovery password" => "Пожалуйста, введите старый пароль для восстановления", +"Please provide a new recovery password" => "Пожалуйста, введите новый пароль для восстановления", +"Please repeat the new recovery password" => "Пожалуйста, повторите новый пароль для восстановления", "Password successfully changed." => "Пароль изменен удачно.", "Could not change the password. Maybe the old password was not correct." => "Невозможно изменить пароль. Возможно старый пароль не был верен.", "Private key password successfully updated." => "Пароль секретного ключа успешно обновлён.", diff --git a/apps/files_encryption/l10n/sl.php b/apps/files_encryption/l10n/sl.php index 7c0f438fe4e..83fef18ea0a 100644 --- a/apps/files_encryption/l10n/sl.php +++ b/apps/files_encryption/l10n/sl.php @@ -1,9 +1,15 @@ "Neznana napaka", +"Missing recovery key password" => "Manjka ključ za obnovitev", +"Please repeat the recovery key password" => "Ponovite vpis ključa za obnovitev", +"Repeated recovery key password does not match the provided recovery key password" => "Ponovljen vpis ključa za obnovitev ni enak prvemu vpisu tega ključa", "Recovery key successfully enabled" => "Ključ za obnovitev gesla je uspešno nastavljen", "Could not disable recovery key. Please check your recovery key password!" => "Ključa za obnovitev gesla ni mogoče onemogočiti. Preverite ključ!", "Recovery key successfully disabled" => "Ključ za obnovitev gesla je uspešno onemogočen", +"Please provide the old recovery password" => "Vpišite star ključ za obnovitev", +"Please provide a new recovery password" => "Vpišite nov ključ za obnovitev", +"Please repeat the new recovery password" => "Ponovno vpišite nov ključ za obnovitev", "Password successfully changed." => "Geslo je uspešno spremenjeno.", "Could not change the password. Maybe the old password was not correct." => "Gesla ni mogoče spremeniti. Morda vnos starega gesla ni pravilen.", "Private key password successfully updated." => "Zasebni ključ za geslo je uspešno posodobljen.", diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index 56bd81f5ed0..3e78dc82191 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-10-15 01:54-0400\n" +"POT-Creation-Date: 2014-10-16 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot index 9db13ceae78..1ea7e4373d5 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-10-15 01:54-0400\n" +"POT-Creation-Date: 2014-10-16 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_encryption.pot b/l10n/templates/files_encryption.pot index b1e72576274..224bce06504 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-10-15 01:54-0400\n" +"POT-Creation-Date: 2014-10-16 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_external.pot b/l10n/templates/files_external.pot index baf301fe311..2255ee24545 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-10-15 01:54-0400\n" +"POT-Creation-Date: 2014-10-16 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_sharing.pot b/l10n/templates/files_sharing.pot index c11029d9613..2167e5aca0e 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-10-15 01:54-0400\n" +"POT-Creation-Date: 2014-10-16 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_trashbin.pot b/l10n/templates/files_trashbin.pot index 98b003aa9cc..a01bae342af 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-10-15 01:54-0400\n" +"POT-Creation-Date: 2014-10-16 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_versions.pot b/l10n/templates/files_versions.pot index 8392ced7028..e964ff4a625 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-10-15 01:54-0400\n" +"POT-Creation-Date: 2014-10-16 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/lib.pot b/l10n/templates/lib.pot index 93c8a72b0f3..04fb0566568 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-10-15 01:54-0400\n" +"POT-Creation-Date: 2014-10-16 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -71,14 +71,18 @@ msgstr "" msgid "Admin" msgstr "" -#: private/app.php:1150 +#: private/app.php:853 private/app.php:964 +msgid "Recommended" +msgstr "" + +#: private/app.php:1142 #, php-format msgid "" "App \\\"%s\\\" can't be installed because it is not compatible with this " "version of ownCloud." msgstr "" -#: private/app.php:1162 +#: private/app.php:1154 msgid "No app name specified" msgstr "" @@ -103,48 +107,48 @@ msgstr "" msgid "Can't create app folder. Please fix permissions. %s" msgstr "" -#: private/installer.php:235 +#: private/installer.php:234 msgid "No source specified when installing app" msgstr "" -#: private/installer.php:243 +#: private/installer.php:242 msgid "No href specified when installing app from http" msgstr "" -#: private/installer.php:248 +#: private/installer.php:247 msgid "No path specified when installing app from local file" msgstr "" -#: private/installer.php:256 +#: private/installer.php:255 #, php-format msgid "Archives of type %s are not supported" msgstr "" -#: private/installer.php:270 +#: private/installer.php:269 msgid "Failed to open archive when installing app" msgstr "" -#: private/installer.php:308 +#: private/installer.php:307 msgid "App does not provide an info.xml file" msgstr "" -#: private/installer.php:314 +#: private/installer.php:313 msgid "App can't be installed because of not allowed code in the App" msgstr "" -#: private/installer.php:320 +#: private/installer.php:319 msgid "" "App can't be installed because it is not compatible with this version of " "ownCloud" msgstr "" -#: private/installer.php:326 +#: private/installer.php:325 msgid "" "App can't be installed because it contains the true tag " "which is not allowed for non shipped apps" msgstr "" -#: private/installer.php:339 +#: private/installer.php:338 msgid "" "App can't be installed because the version in info.xml/version is not the " "same as the version reported from the app store" diff --git a/l10n/templates/private.pot b/l10n/templates/private.pot index 827bb1b738b..6e3c68dcf06 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-10-15 01:54-0400\n" +"POT-Creation-Date: 2014-10-16 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -38,14 +38,18 @@ msgstr "" msgid "Admin" msgstr "" -#: app.php:1150 +#: app.php:853 app.php:964 +msgid "Recommended" +msgstr "" + +#: app.php:1142 #, php-format msgid "" "App \\\"%s\\\" can't be installed because it is not compatible with this " "version of ownCloud." msgstr "" -#: app.php:1162 +#: app.php:1154 msgid "No app name specified" msgstr "" @@ -70,48 +74,48 @@ msgstr "" msgid "Can't create app folder. Please fix permissions. %s" msgstr "" -#: installer.php:235 +#: installer.php:234 msgid "No source specified when installing app" msgstr "" -#: installer.php:243 +#: installer.php:242 msgid "No href specified when installing app from http" msgstr "" -#: installer.php:248 +#: installer.php:247 msgid "No path specified when installing app from local file" msgstr "" -#: installer.php:256 +#: installer.php:255 #, php-format msgid "Archives of type %s are not supported" msgstr "" -#: installer.php:270 +#: installer.php:269 msgid "Failed to open archive when installing app" msgstr "" -#: installer.php:308 +#: installer.php:307 msgid "App does not provide an info.xml file" msgstr "" -#: installer.php:314 +#: installer.php:313 msgid "App can't be installed because of not allowed code in the App" msgstr "" -#: installer.php:320 +#: installer.php:319 msgid "" "App can't be installed because it is not compatible with this version of " "ownCloud" msgstr "" -#: installer.php:326 +#: installer.php:325 msgid "" "App can't be installed because it contains the true tag " "which is not allowed for non shipped apps" msgstr "" -#: installer.php:339 +#: installer.php:338 msgid "" "App can't be installed because the version in info.xml/version is not the " "same as the version reported from the app store" diff --git a/l10n/templates/settings.pot b/l10n/templates/settings.pot index c8777ac52ba..88d3e5eed92 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-10-15 01:54-0400\n" +"POT-Creation-Date: 2014-10-16 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,50 +17,16 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: admin/controller.php:66 -#, php-format -msgid "Invalid value supplied for %s" -msgstr "" - -#: admin/controller.php:73 -msgid "Saved" -msgstr "" - -#: admin/controller.php:90 -msgid "test email settings" +#: ajax/apps/categories.php:14 +msgid "Enabled" msgstr "" -#: admin/controller.php:91 -msgid "If you received this email, the settings seem to be correct." -msgstr "" - -#: admin/controller.php:94 -msgid "" -"A problem occurred while sending the e-mail. Please revisit your settings." -msgstr "" - -#: admin/controller.php:99 -msgid "Email sent" -msgstr "" - -#: admin/controller.php:101 -msgid "You need to set your user email before being able to send test emails." -msgstr "" - -#: admin/controller.php:116 templates/admin.php:342 -msgid "Send mode" -msgstr "" - -#: admin/controller.php:118 templates/admin.php:355 templates/personal.php:198 -msgid "Encryption" -msgstr "" - -#: admin/controller.php:120 templates/admin.php:379 -msgid "Authentication method" +#: ajax/apps/categories.php:15 +msgid "Not enabled" msgstr "" -#: ajax/apps/ocs.php:20 -msgid "Unable to load list from App Store" +#: ajax/apps/categories.php:19 +msgid "Recommended" msgstr "" #: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17 @@ -160,7 +126,7 @@ msgstr "" msgid "Unable to remove user from group %s" msgstr "" -#: ajax/updateapp.php:44 +#: ajax/updateapp.php:47 msgid "Couldn't update app." msgstr "" @@ -192,87 +158,89 @@ msgstr "" msgid "Unable to change password" msgstr "" -#: js/admin.js:6 -msgid "Are you really sure you want add \"{domain}\" as trusted domain?" +#: controller/mailsettingscontroller.php:103 +#: controller/mailsettingscontroller.php:121 +msgid "Saved" msgstr "" -#: js/admin.js:7 -msgid "Add trusted domain" +#: controller/mailsettingscontroller.php:136 +msgid "test email settings" msgstr "" -#: js/admin.js:116 -msgid "Sending..." +#: controller/mailsettingscontroller.php:137 +msgid "If you received this email, the settings seems to be correct." msgstr "" -#: js/apps.js:12 templates/apps.php:61 -msgid "All" +#: controller/mailsettingscontroller.php:144 +msgid "" +"A problem occurred while sending the email. Please revise your settings." msgstr "" -#: js/apps.js:50 templates/help.php:7 -msgid "User Documentation" +#: controller/mailsettingscontroller.php:152 +msgid "Email sent" msgstr "" -#: js/apps.js:59 -msgid "Admin Documentation" +#: controller/mailsettingscontroller.php:160 +msgid "You need to set your user email before being able to send test emails." msgstr "" -#: js/apps.js:87 -msgid "Update to {appversion}" +#: js/admin.js:6 +msgid "Are you really sure you want add \"{domain}\" as trusted domain?" msgstr "" -#: js/apps.js:95 -msgid "Uninstall App" +#: js/admin.js:7 +msgid "Add trusted domain" msgstr "" -#: js/apps.js:101 js/apps.js:156 js/apps.js:189 -msgid "Disable" +#: js/admin.js:124 +msgid "Sending..." msgstr "" -#: js/apps.js:101 js/apps.js:165 js/apps.js:182 js/apps.js:213 -msgid "Enable" +#: js/apps.js:17 templates/apps.php:62 +msgid "All" msgstr "" -#: js/apps.js:145 +#: js/apps.js:146 msgid "Please wait...." msgstr "" -#: js/apps.js:153 js/apps.js:154 js/apps.js:180 +#: js/apps.js:154 js/apps.js:155 js/apps.js:181 msgid "Error while disabling app" msgstr "" -#: js/apps.js:179 js/apps.js:208 js/apps.js:209 -msgid "Error while enabling app" +#: js/apps.js:157 js/apps.js:190 templates/apps.php:58 +msgid "Disable" msgstr "" -#: js/apps.js:218 -msgid "Updating...." +#: js/apps.js:165 js/apps.js:183 js/apps.js:220 templates/apps.php:64 +msgid "Enable" msgstr "" -#: js/apps.js:221 -msgid "Error while updating app" +#: js/apps.js:180 js/apps.js:215 js/apps.js:216 +msgid "Error while enabling app" msgstr "" -#: js/apps.js:221 js/apps.js:234 -msgid "Error" +#: js/apps.js:227 +msgid "Updating...." msgstr "" -#: js/apps.js:222 templates/apps.php:55 -msgid "Update" +#: js/apps.js:231 +msgid "Error while updating app" msgstr "" -#: js/apps.js:225 +#: js/apps.js:235 msgid "Updated" msgstr "" -#: js/apps.js:231 +#: js/apps.js:243 msgid "Uninstalling ...." msgstr "" -#: js/apps.js:234 +#: js/apps.js:246 msgid "Error while uninstalling app" msgstr "" -#: js/apps.js:235 templates/apps.php:56 +#: js/apps.js:247 msgid "Uninstall" msgstr "" @@ -385,62 +353,62 @@ msgstr "" msgid "__language_name__" msgstr "" -#: templates/admin.php:12 +#: templates/admin.php:13 msgid "Everything (fatal issues, errors, warnings, info, debug)" msgstr "" -#: templates/admin.php:13 +#: templates/admin.php:14 msgid "Info, warnings, errors and fatal issues" msgstr "" -#: templates/admin.php:14 +#: templates/admin.php:15 msgid "Warnings, errors and fatal issues" msgstr "" -#: templates/admin.php:15 +#: templates/admin.php:16 msgid "Errors and fatal issues" msgstr "" -#: templates/admin.php:16 +#: templates/admin.php:17 msgid "Fatal issues only" msgstr "" -#: templates/admin.php:20 templates/admin.php:27 +#: templates/admin.php:21 templates/admin.php:28 msgid "None" msgstr "" -#: templates/admin.php:21 +#: templates/admin.php:22 msgid "Login" msgstr "" -#: templates/admin.php:22 +#: templates/admin.php:23 msgid "Plain" msgstr "" -#: templates/admin.php:23 +#: templates/admin.php:24 msgid "NT LAN Manager" msgstr "" -#: templates/admin.php:28 +#: templates/admin.php:29 msgid "SSL" msgstr "" -#: templates/admin.php:29 +#: templates/admin.php:30 msgid "TLS" msgstr "" -#: templates/admin.php:51 templates/admin.php:65 +#: templates/admin.php:52 templates/admin.php:66 msgid "Security Warning" msgstr "" -#: templates/admin.php:54 +#: templates/admin.php:55 #, php-format msgid "" "You are accessing %s via HTTP. We strongly suggest you configure your server " "to require using HTTPS instead." msgstr "" -#: templates/admin.php:68 +#: templates/admin.php:69 msgid "" "Your data directory and your files are probably accessible from the " "internet. The .htaccess file is not working. We strongly suggest that you " @@ -449,91 +417,91 @@ msgid "" "root." msgstr "" -#: templates/admin.php:79 +#: templates/admin.php:80 msgid "Setup Warning" msgstr "" -#: templates/admin.php:82 +#: templates/admin.php:83 msgid "" "PHP is apparently setup to strip inline doc blocks. This will make several " "core apps inaccessible." msgstr "" -#: templates/admin.php:83 +#: templates/admin.php:84 msgid "" "This is probably caused by a cache/accelerator such as Zend OPcache or " "eAccelerator." msgstr "" -#: templates/admin.php:94 +#: templates/admin.php:95 msgid "Database Performance Info" msgstr "" -#: templates/admin.php:97 +#: templates/admin.php:98 msgid "" "SQLite is used as database. For larger installations we recommend to change " "this. To migrate to another database use the command line tool: 'occ db:" "convert-type'" msgstr "" -#: templates/admin.php:108 +#: templates/admin.php:109 msgid "Module 'fileinfo' missing" msgstr "" -#: templates/admin.php:111 +#: templates/admin.php:112 msgid "" "The PHP module 'fileinfo' is missing. We strongly recommend to enable this " "module to get best results with mime-type detection." msgstr "" -#: templates/admin.php:122 +#: templates/admin.php:123 msgid "Your PHP version is outdated" msgstr "" -#: templates/admin.php:125 +#: templates/admin.php:126 msgid "" "Your PHP version is outdated. We strongly recommend to update to 5.3.8 or " "newer because older versions are known to be broken. It is possible that " "this installation is not working correctly." msgstr "" -#: templates/admin.php:136 +#: templates/admin.php:137 msgid "PHP charset is not set to UTF-8" msgstr "" -#: templates/admin.php:139 +#: templates/admin.php:140 msgid "" "PHP charset is not set to UTF-8. This can cause major issues with non-ASCII " "characters in file names. We highly recommend to change the value of " "'default_charset' php.ini to 'UTF-8'." msgstr "" -#: templates/admin.php:150 +#: templates/admin.php:151 msgid "Locale not working" msgstr "" -#: templates/admin.php:155 +#: templates/admin.php:156 msgid "System locale can not be set to a one which supports UTF-8." msgstr "" -#: templates/admin.php:159 +#: templates/admin.php:160 msgid "" "This means that there might be problems with certain characters in file " "names." msgstr "" -#: templates/admin.php:163 +#: templates/admin.php:164 #, php-format msgid "" "We strongly suggest to install the required packages on your system to " "support one of the following locales: %s." msgstr "" -#: templates/admin.php:174 +#: templates/admin.php:175 msgid "URL generation in notification emails" msgstr "" -#: templates/admin.php:177 +#: templates/admin.php:178 #, php-format msgid "" "If your installation is not installed in the root of the domain and uses " @@ -542,198 +510,214 @@ msgid "" "to the webroot path of your installation (Suggested: \"%s\")" msgstr "" -#: templates/admin.php:185 +#: templates/admin.php:186 msgid "Connectivity checks" msgstr "" -#: templates/admin.php:187 +#: templates/admin.php:188 msgid "No problems found" msgstr "" -#: templates/admin.php:191 +#: templates/admin.php:192 #, php-format msgid "Please double check the installation guides." msgstr "" -#: templates/admin.php:201 +#: templates/admin.php:202 msgid "Cron" msgstr "" -#: templates/admin.php:208 +#: templates/admin.php:209 #, php-format msgid "Last cron was executed at %s." msgstr "" -#: templates/admin.php:211 +#: templates/admin.php:212 #, php-format msgid "" "Last cron was executed at %s. This is more than an hour ago, something seems " "wrong." msgstr "" -#: templates/admin.php:215 +#: templates/admin.php:216 msgid "Cron was not executed yet!" msgstr "" -#: templates/admin.php:225 +#: templates/admin.php:226 msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:233 +#: templates/admin.php:234 msgid "" "cron.php is registered at a webcron service to call cron.php every 15 " "minutes over http." msgstr "" -#: templates/admin.php:241 +#: templates/admin.php:242 msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" -#: templates/admin.php:246 +#: templates/admin.php:247 msgid "Sharing" msgstr "" -#: templates/admin.php:250 +#: templates/admin.php:251 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:255 +#: templates/admin.php:256 msgid "Allow users to share via link" msgstr "" -#: templates/admin.php:261 +#: templates/admin.php:262 msgid "Enforce password protection" msgstr "" -#: templates/admin.php:264 +#: templates/admin.php:265 msgid "Allow public uploads" msgstr "" -#: templates/admin.php:268 +#: templates/admin.php:269 msgid "Set default expiration date" msgstr "" -#: templates/admin.php:272 +#: templates/admin.php:273 msgid "Expire after " msgstr "" -#: templates/admin.php:275 +#: templates/admin.php:276 msgid "days" msgstr "" -#: templates/admin.php:278 +#: templates/admin.php:279 msgid "Enforce expiration date" msgstr "" -#: templates/admin.php:283 +#: templates/admin.php:284 msgid "Allow resharing" msgstr "" -#: templates/admin.php:288 +#: templates/admin.php:289 msgid "Restrict users to only share with users in their groups" msgstr "" -#: templates/admin.php:293 +#: templates/admin.php:294 msgid "Allow users to send mail notification for shared files" msgstr "" -#: templates/admin.php:298 +#: templates/admin.php:299 msgid "Exclude groups from sharing" msgstr "" -#: templates/admin.php:303 +#: templates/admin.php:304 msgid "" "These groups will still be able to receive shares, but not to initiate them." msgstr "" -#: templates/admin.php:308 +#: templates/admin.php:309 msgid "Security" msgstr "" -#: templates/admin.php:319 +#: templates/admin.php:320 msgid "Enforce HTTPS" msgstr "" -#: templates/admin.php:321 +#: templates/admin.php:322 #, php-format msgid "Forces the clients to connect to %s via an encrypted connection." msgstr "" -#: templates/admin.php:327 +#: templates/admin.php:328 #, php-format msgid "" "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." msgstr "" -#: templates/admin.php:337 +#: templates/admin.php:339 msgid "Email Server" msgstr "" -#: templates/admin.php:339 +#: templates/admin.php:341 msgid "This is used for sending out notifications." msgstr "" -#: templates/admin.php:370 +#: templates/admin.php:344 +msgid "Send mode" +msgstr "" + +#: templates/admin.php:357 templates/personal.php:198 +msgid "Encryption" +msgstr "" + +#: templates/admin.php:372 msgid "From address" msgstr "" -#: templates/admin.php:371 +#: templates/admin.php:373 msgid "mail" msgstr "" -#: templates/admin.php:392 +#: templates/admin.php:380 +msgid "Authentication method" +msgstr "" + +#: templates/admin.php:393 msgid "Authentication required" msgstr "" -#: templates/admin.php:396 +#: templates/admin.php:397 msgid "Server address" msgstr "" -#: templates/admin.php:400 +#: templates/admin.php:401 msgid "Port" msgstr "" -#: templates/admin.php:405 +#: templates/admin.php:407 msgid "Credentials" msgstr "" -#: templates/admin.php:406 +#: templates/admin.php:408 msgid "SMTP Username" msgstr "" -#: templates/admin.php:409 +#: templates/admin.php:411 msgid "SMTP Password" msgstr "" -#: templates/admin.php:413 +#: templates/admin.php:412 +msgid "Store credentials" +msgstr "" + +#: templates/admin.php:417 msgid "Test email settings" msgstr "" -#: templates/admin.php:414 +#: templates/admin.php:418 msgid "Send email" msgstr "" -#: templates/admin.php:419 +#: templates/admin.php:423 msgid "Log" msgstr "" -#: templates/admin.php:420 +#: templates/admin.php:424 msgid "Log level" msgstr "" -#: templates/admin.php:452 +#: templates/admin.php:456 msgid "More" msgstr "" -#: templates/admin.php:453 +#: templates/admin.php:457 msgid "Less" msgstr "" -#: templates/admin.php:459 templates/personal.php:247 +#: templates/admin.php:463 templates/personal.php:247 msgid "Version" msgstr "" -#: templates/admin.php:463 templates/personal.php:250 +#: templates/admin.php:467 templates/personal.php:250 msgid "" "Developed by the ownCloud community, the AGPL." msgstr "" -#: templates/apps.php:14 -msgid "Add your App" +#: templates/apps.php:8 +msgid "More apps" +msgstr "" + +#: templates/apps.php:11 +msgid "Add your app" msgstr "" -#: templates/apps.php:31 -msgid "More Apps" +#: templates/apps.php:24 +msgid "by" msgstr "" -#: templates/apps.php:38 -msgid "Select an App" +#: templates/apps.php:26 +msgid "licensed" msgstr "" -#: templates/apps.php:43 +#: templates/apps.php:40 msgid "Documentation:" msgstr "" -#: templates/apps.php:49 -msgid "See application page at apps.owncloud.com" +#: templates/apps.php:43 templates/help.php:7 +msgid "User Documentation" msgstr "" -#: templates/apps.php:51 -msgid "See application website" +#: templates/apps.php:49 +msgid "Admin Documentation" msgstr "" -#: templates/apps.php:53 -msgid "" -"-licensed by " +#: templates/apps.php:55 +#, php-format +msgid "Update to %s" msgstr "" -#: templates/apps.php:59 +#: templates/apps.php:60 msgid "Enable only for specific groups" msgstr "" +#: templates/apps.php:67 +msgid "Uninstall App" +msgstr "" + #: templates/help.php:13 msgid "Administrator Documentation" msgstr "" diff --git a/l10n/templates/user_ldap.pot b/l10n/templates/user_ldap.pot index e4c0491d364..7421a8e8092 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-10-15 01:54-0400\n" +"POT-Creation-Date: 2014-10-16 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/user_webdavauth.pot b/l10n/templates/user_webdavauth.pot index 5d6cccfe60e..e776c57e516 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-10-15 01:54-0400\n" +"POT-Creation-Date: 2014-10-16 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/lib/l10n/sl.php b/lib/l10n/sl.php index af92aac057d..1ae1628fdbd 100644 --- a/lib/l10n/sl.php +++ b/lib/l10n/sl.php @@ -83,6 +83,7 @@ $TRANSLATIONS = array( "No database drivers (sqlite, mysql, or postgresql) installed." => "Ni nameščenih programnikov podatkovnih zbirk (sqlite, mysql, ali postgresql).", "Cannot write into \"config\" directory" => "Mapa 'config' nima nastavljenih ustreznih dovoljenj za pisanje!", "Cannot write into \"apps\" directory" => "Mapa \"apps\" nima nastavljenih ustreznih dovoljenj za pisanje!", +"Setting locale to %s failed" => "Nastavljanje jezikovnih določil na %s je spodletelo.", "Please ask your server administrator to install the module." => "Obvestite skrbnika strežnika, da je treba namestiti manjkajoč modul.", "PHP module %s not installed." => "Modul PHP %s ni nameščen.", "PHP %s or higher is required." => "Zahtevana je različica PHP %s ali višja.", diff --git a/settings/l10n/ar.php b/settings/l10n/ar.php index ab69d19317c..93c2ae997f8 100644 --- a/settings/l10n/ar.php +++ b/settings/l10n/ar.php @@ -1,15 +1,5 @@ "ادخال خاطئ لقيمة %s", -"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" => "تم ارسال البريد الالكتروني", -"Send mode" => "وضعية الإرسال", -"Encryption" => "التشفير", -"Authentication method" => "أسلوب التطابق", -"Unable to load list from App Store" => "فشل تحميل القائمة من الآب ستور", "Authentication error" => "لم يتم التأكد من الشخصية بنجاح", "Your full name has been changed." => "اسمك الكامل تم تغييره.", "Unable to change full name" => "لم يتم التمكن من تغيير اسمك الكامل", @@ -32,21 +22,19 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "خطا في كلمة مرور المسؤول المستردة, يرجى التاكد من كلمة المرور والمحاولة مرة اخرى.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Back-end لا يدعم تغيير كلمة المرور, لاكن مفتاح تشفير المستخدمين تم تحديثة بنجاح.", "Unable to change password" => "لا يمكن تغيير كلمة المرور", +"Saved" => "حفظ", +"test email settings" => "إعدادات البريد التجريبي", +"Email sent" => "تم ارسال البريد الالكتروني", "Are you really sure you want add \"{domain}\" as trusted domain?" => "هل أنت متأكد انك تريد إضافة \"{domain}\" كنطاق موثوق فيه.", "Sending..." => "جاري الارسال ...", "All" => "الكل", -"User Documentation" => "كتاب توثيق المستخدم", -"Update to {appversion}" => "تم التحديث الى ", -"Uninstall App" => "أزالة تطبيق", -"Disable" => "إيقاف", -"Enable" => "تفعيل", "Please wait...." => "الرجاء الانتظار ...", "Error while disabling app" => "خطا عند تعطيل البرنامج", +"Disable" => "إيقاف", +"Enable" => "تفعيل", "Error while enabling app" => "خطا عند تفعيل البرنامج ", "Updating...." => "جاري التحديث ...", "Error while updating app" => "حصل خطأ أثناء تحديث التطبيق", -"Error" => "خطأ", -"Update" => "حدث", "Updated" => "تم التحديث بنجاح", "Uninstalling ...." => "جاري إلغاء التثبيت ...", "Uninstall" => "ألغاء التثبيت", @@ -102,6 +90,9 @@ $TRANSLATIONS = array( "Forces the clients to connect to %s via an encrypted connection." => "اجبار العميل للاتصال بـ %s عن طريق اتصال مشفر", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "يرجى الاتصال بـ %s عن طريق HTTPS لتفعيل او تعطيل SSL enforcement.", "Email Server" => "خادم البريد الالكتروني", +"Send mode" => "وضعية الإرسال", +"Encryption" => "التشفير", +"Authentication method" => "أسلوب التطابق", "Server address" => "عنوان الخادم", "Port" => "المنفذ", "Log" => "سجل", @@ -110,12 +101,9 @@ $TRANSLATIONS = array( "Less" => "أقل", "Version" => "إصدار", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "طوّر من قبل ownCloud مجتمع, الـ النص المصدري مرخص بموجب رخصة أفيرو العمومية.", -"Add your App" => "أضف تطبيقاتك", -"More Apps" => "المزيد من التطبيقات", -"Select an App" => "إختر تطبيقاً", "Documentation:" => "التوثيق", -"See application page at apps.owncloud.com" => "راجع صفحة التطبيق على apps.owncloud.com", -"-licensed by " => "-ترخيص من قبل ", +"User Documentation" => "كتاب توثيق المستخدم", +"Uninstall App" => "أزالة تطبيق", "Administrator Documentation" => "كتاب توثيق المدير", "Online Documentation" => "توثيق متوفر على الشبكة", "Forum" => "منتدى", diff --git a/settings/l10n/ast.php b/settings/l10n/ast.php index 61e82b0886d..bc79b9e49b0 100644 --- a/settings/l10n/ast.php +++ b/settings/l10n/ast.php @@ -1,16 +1,5 @@ "Introdúxose un valor non válidu pa %s", -"Saved" => "Guardáu", -"test email settings" => "probar configuración de corréu", -"If you received this email, the settings seem to be correct." => "Si recibisti esti mensaxe de corréu-e, la to configuración ta correuta.", -"A problem occurred while sending the e-mail. Please revisit your settings." => "Hebo un problema al unviar el mensaxe. Revisa la configuración.", -"Email sent" => "Corréu-e unviáu", -"You need to set your user email before being able to send test emails." => "Tienes de configurar la direición de corréu-e enantes de poder unviar mensaxes de prueba.", -"Send mode" => "Mou d'unviu", -"Encryption" => "Cifráu", -"Authentication method" => "Métodu d'autenticación", -"Unable to load list from App Store" => "Nun pudo cargase la llista dende'l App Store", "Authentication error" => "Fallu d'autenticación", "Your full name has been changed." => "Camudóse'l nome completu.", "Unable to change full name" => "Nun pue camudase'l nome completu", @@ -40,21 +29,19 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Contraseña de recuperación d'alministrador incorreuta. Comprueba la contraseña ya inténtalo dempués.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "El back-end nun sofita cambeos de contraseña, pero la contraseña de cifráu del usuariu anovóse afechiscamente.", "Unable to change password" => "Nun pudo camudase la contraseña", +"Saved" => "Guardáu", +"test email settings" => "probar configuración de corréu", +"Email sent" => "Corréu-e unviáu", +"You need to set your user email before being able to send test emails." => "Tienes de configurar la direición de corréu-e enantes de poder unviar mensaxes de prueba.", "Sending..." => "Unviando...", "All" => "Toos", -"User Documentation" => "Documentación d'usuariu", -"Admin Documentation" => "Documentación p'alministradores", -"Update to {appversion}" => "Anovar a {appversion}", -"Uninstall App" => "Desinstalar aplicación", -"Disable" => "Desactivar", -"Enable" => "Activar", "Please wait...." => "Espera, por favor....", "Error while disabling app" => "Fallu mientres se desactivaba l'aplicación", +"Disable" => "Desactivar", +"Enable" => "Activar", "Error while enabling app" => "Fallu mientres s'activaba l'aplicación", "Updating...." => "Anovando....", "Error while updating app" => "Fallu mientres s'anovaba l'aplicación", -"Error" => "Fallu", -"Update" => "Anovar", "Updated" => "Anováu", "Uninstalling ...." => "Desinstalando ...", "Error while uninstalling app" => "Fallu mientres se desinstalaba l'aplicación", @@ -139,8 +126,11 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Por favor, conéutate a %s al traviés de HTTPS p'habilitar o deshabilitar l'aplicación de SSL.", "Email Server" => "Sirvidor de corréu-e", "This is used for sending out notifications." => "Esto úsase pa unviar notificaciones.", +"Send mode" => "Mou d'unviu", +"Encryption" => "Cifráu", "From address" => "Dende la direición", "mail" => "corréu", +"Authentication method" => "Métodu d'autenticación", "Authentication required" => "Necesítase autenticación", "Server address" => "Direición del sirvidor", "Port" => "Puertu", @@ -155,14 +145,11 @@ $TRANSLATIONS = array( "Less" => "Menos", "Version" => "Versión", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Desendolcáu pola comunidad ownCloud, el códigu fonte ta baxo llicencia AGPL.", -"Add your App" => "Amiesta la to aplicación", -"More Apps" => "Más aplicaciones", -"Select an App" => "Esbillar una aplicación", "Documentation:" => "Documentación:", -"See application page at apps.owncloud.com" => "Ver la páxina d'aplicaciones en apps.owncloud.com", -"See application website" => "Ver sitiu web de l'aplicación", -"-licensed by " => "-llicencia otorgada por ", +"User Documentation" => "Documentación d'usuariu", +"Admin Documentation" => "Documentación p'alministradores", "Enable only for specific groups" => "Habilitar namái pa grupos específicos", +"Uninstall App" => "Desinstalar aplicación", "Administrator Documentation" => "Documentación d'alministrador", "Online Documentation" => "Documentación en llinia", "Forum" => "Foru", diff --git a/settings/l10n/az.php b/settings/l10n/az.php index 0c17c66ba56..95156f184f1 100644 --- a/settings/l10n/az.php +++ b/settings/l10n/az.php @@ -1,16 +1,5 @@ "%s üçün yalnış təyinat mənimsədildi", -"Saved" => "Saxlanıldı", -"test email settings" => "sınaq məktubu quraşdırmaları", -"If you received this email, the settings seem to be correct." => "Əgər siz bu məktubu aldınızsa, demək quraşdırmalar düzgündür.", -"A problem occurred while sending the e-mail. Please revisit your settings." => "Məktubun göndərilməsində səhv baş verdi. Xahiş edirik öz configlərinizə yenidən baxasınız.", -"Email sent" => "Məktub göndərildi", -"You need to set your user email before being able to send test emails." => "Test məktubu göndərməzdən öncə, siz öz istifadəçi poçtunuzu təyiin etməlisiniz.", -"Send mode" => "Göndərmə rejimi", -"Encryption" => "Şifrələnmə", -"Authentication method" => "Qeydiyyat metodikası", -"Unable to load list from App Store" => "Listi App Store-dan yükləmək mümkün deyil", "Authentication error" => "Təyinat metodikası", "Your full name has been changed." => "Sizin tam adınız dəyişdirildi.", "Unable to change full name" => "Tam adı dəyişmək olmur", @@ -40,22 +29,20 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "İnzibatçı geriyə qayıdış şifrəsi yalnışdır. Xahiş olunur şifrəni yoxlayıb yenidən təkrar edəsiniz.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "İnzibatçı mərkəzi şifrə dəyişilməsini dəstəkləmir ancaq, istifadəçi şifrələnmə açarı uğurla yeniləndi.", "Unable to change password" => "Şifrəni dəyişmək olmur", +"Saved" => "Saxlanıldı", +"test email settings" => "sınaq məktubu quraşdırmaları", +"Email sent" => "Məktub göndərildi", +"You need to set your user email before being able to send test emails." => "Test məktubu göndərməzdən öncə, siz öz istifadəçi poçtunuzu təyiin etməlisiniz.", "Are you really sure you want add \"{domain}\" as trusted domain?" => "\"{domain}\" adını inamlı domainlər siyahısına əlavə etməyinizdən əminsinizmi?", "Add trusted domain" => "İnamlı domainlərə əlavə et", "Sending..." => "Göndərilir...", -"User Documentation" => "İstifadəçi sənədləri", -"Admin Documentation" => "İnzibatçı sənədləri", -"Update to {appversion}" => "{appversion} -a yenilə", -"Uninstall App" => "Proqram təminatını sil", -"Disable" => "Dayandır", -"Enable" => "İşə sal", "Please wait...." => "Xahiş olunur gözləyəsiniz.", "Error while disabling app" => "Proqram təminatını dayandırdıqda səhv baş verdi", +"Disable" => "Dayandır", +"Enable" => "İşə sal", "Error while enabling app" => "Proqram təminatını işə saldıqda səhv baş verdi", "Updating...." => "Yenilənir...", "Error while updating app" => "Proqram təminatı yeniləndikdə səhv baş verdi", -"Error" => "Səhv", -"Update" => "Yenilənmə", "Updated" => "Yeniləndi", "Uninstalling ...." => "Silinir...", "Error while uninstalling app" => "Proqram təminatını sildikdə səhv baş verdi", @@ -102,7 +89,13 @@ $TRANSLATIONS = array( "Module 'fileinfo' missing" => "'fileinfo' modulu çatışmır", "Your PHP version is outdated" => "Sizin PHP versiyası köhnəlib", "PHP charset is not set to UTF-8" => "PHP simvol tipi UTF-8 deyil", +"Send mode" => "Göndərmə rejimi", +"Encryption" => "Şifrələnmə", +"Authentication method" => "Qeydiyyat metodikası", "More" => "Yenə", +"User Documentation" => "İstifadəçi sənədləri", +"Admin Documentation" => "İnzibatçı sənədləri", +"Uninstall App" => "Proqram təminatını sil", "Get the apps to sync your files" => "Fayllarınızın sinxronizasiyası üçün proqramları götürün", "Password" => "Şifrə", "Change password" => "Şifrəni dəyiş", diff --git a/settings/l10n/bg_BG.php b/settings/l10n/bg_BG.php index 335c81f81f0..82cad890e4e 100644 --- a/settings/l10n/bg_BG.php +++ b/settings/l10n/bg_BG.php @@ -1,16 +1,5 @@ "Зададена е невалидна стойност за %s.", -"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." => "Трябва да зададеш своя имейл преди да можеш да изпратиш проверяващи имейли.", -"Send mode" => "Режим на изпращане", -"Encryption" => "Криптиране", -"Authentication method" => "Метод за отризиране", -"Unable to load list from App Store" => "Неуспешен опит за зареждане на списъка от Магазина за Програми.", "Authentication error" => "Възникна проблем с идентификацията", "Your full name has been changed." => "Пълното ти име е променено.", "Unable to change full name" => "Неуспешна промяна на пълното име.", @@ -40,23 +29,21 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Грешна администраторска парола за възстановяване. Моля, провери паролата и опитай отново.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Сървърът не позволява смяна на паролата, но ключът за криптиране беше успешно обновен.", "Unable to change password" => "Неуспешна смяна на паролата.", +"Saved" => "Запис", +"test email settings" => "провери имейл настройките", +"Email sent" => "Имейлът е изпратен", +"You need to set your user email before being able to send test emails." => "Трябва да зададеш своя имейл преди да можеш да изпратиш проверяващи имейли.", "Are you really sure you want add \"{domain}\" as trusted domain?" => "Сигурен ли си, че искащ да добавиш \"{domain}\" сигурен домейн?", "Add trusted domain" => "Добави сигурен домейн", "Sending..." => "Изпращане...", "All" => "Всички", -"User Documentation" => "Потребителска Документация", -"Admin Documentation" => "Админ Документация", -"Update to {appversion}" => "Обновяване до {appversion}.", -"Uninstall App" => "Премахни Приложението", -"Disable" => "Изключено", -"Enable" => "Включено", "Please wait...." => "Моля изчакайте....", "Error while disabling app" => "Грешка при изключването на приложението", +"Disable" => "Изключено", +"Enable" => "Включено", "Error while enabling app" => "Грешка при включване на приложението", "Updating...." => "Обновява се...", "Error while updating app" => "Грешка при обновяване на приложението.", -"Error" => "Грешка", -"Update" => "Обновяване", "Updated" => "Обновено", "Uninstalling ...." => "Премахване ...", "Error while uninstalling app" => "Грешка при премахването на приложението.", @@ -148,8 +135,11 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Моля свържи се с твоя %s през HTTPS, за да включиш или изключиш SSL задължаването.", "Email Server" => "Имейл Сървър", "This is used for sending out notifications." => "Това се използва за изпращане на уведомления.", +"Send mode" => "Режим на изпращане", +"Encryption" => "Криптиране", "From address" => "От адрес", "mail" => "поща", +"Authentication method" => "Метод за отризиране", "Authentication required" => "Нужна е идентификация", "Server address" => "Адрес на сървъра", "Port" => "Порт", @@ -164,14 +154,11 @@ $TRANSLATIONS = array( "Less" => "По-малко", "Version" => "Версия", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Разработен от ownCloud обществото, кодът е лицензиран под AGPL.", -"Add your App" => "Дабави свое Приложение", -"More Apps" => "Още Приложения", -"Select an App" => "Избери Приложение", "Documentation:" => "Документация:", -"See application page at apps.owncloud.com" => "Виж страницата на приложението на apps.owncloud.com.", -"See application website" => "Виж страницата на приложението", -"-licensed by " => "-лицензиран от", +"User Documentation" => "Потребителска Документация", +"Admin Documentation" => "Админ Документация", "Enable only for specific groups" => "Включи само за определени групи", +"Uninstall App" => "Премахни Приложението", "Administrator Documentation" => "Административна Документация", "Online Documentation" => "Документация в Интернет", "Forum" => "Форум", diff --git a/settings/l10n/bn_BD.php b/settings/l10n/bn_BD.php index 58b2a245e32..558510daf3c 100644 --- a/settings/l10n/bn_BD.php +++ b/settings/l10n/bn_BD.php @@ -1,13 +1,5 @@ "%s এর জন্য অবৈধ ভ্যাল্যু প্রদান করা হয়েছৈ", -"Saved" => "সংরক্ষণ করা হলো", -"test email settings" => "ইমেইল নিয়ামকসমূহ পরীক্ষা করুন", -"If you received this email, the settings seem to be correct." => "এই ইমেইলের অর্থ নিয়ামকসমূহ সঠিক।", -"Email sent" => "ই-মেইল পাঠানো হয়েছে", -"Send mode" => "পাঠানো মোড", -"Encryption" => "সংকেতায়ন", -"Unable to load list from App Store" => "অ্যাপস্টোর থেকে তালিকা লোড করতে সক্ষম নয়", "Authentication error" => "অনুমোদন ঘটিত সমস্যা", "Your full name has been changed." => "আপনার পূর্ণ নাম পরিবর্তন করা হয়েছে।", "Group already exists" => "গোষ্ঠীটি পূর্ব থেকেই বিদ্যমান", @@ -28,16 +20,16 @@ $TRANSLATIONS = array( "Couldn't update app." => "অ্যাপ নবায়ন করা গেলনা।", "Wrong password" => "ভুল কুটশব্দ", "No user supplied" => "ব্যবহারকারী দেয়া হয়নি", +"Saved" => "সংরক্ষণ করা হলো", +"test email settings" => "ইমেইল নিয়ামকসমূহ পরীক্ষা করুন", +"Email sent" => "ই-মেইল পাঠানো হয়েছে", "All" => "সবাই", -"User Documentation" => "ব্যবহারকারী সহায়িকা", +"Error while disabling app" => "অ্যাপ অকার্যকর করতে সমস্যা দেখা দিয়েছে ", "Disable" => "নিষ্ক্রিয়", "Enable" => "সক্রিয় ", -"Error while disabling app" => "অ্যাপ অকার্যকর করতে সমস্যা দেখা দিয়েছে ", "Error while enabling app" => "অ্যাপ কার্যকর করতে সমস্যা দেখা দিয়েছে ", "Updating...." => "নবায়ন করা হচ্ছে....", "Error while updating app" => "অ্যাপ নবায়ন করতে সমস্যা দেখা দিয়েছে ", -"Error" => "সমস্যা", -"Update" => "পরিবর্ধন", "Updated" => "নবায়নকৃত", "Strong password" => "শক্তিশালী কুটশব্দ", "Valid until {date}" => "বৈধতা বলবৎ আছে {তারিখ} অবধি ", @@ -59,6 +51,8 @@ $TRANSLATIONS = array( "Enforce expiration date" => "মেয়াদোত্তীর্ণ হওয়ার তারিখ কার্যকর করুন", "Security" => "নিরাপত্তা", "Email Server" => "ইমেইল সার্ভার", +"Send mode" => "পাঠানো মোড", +"Encryption" => "সংকেতায়ন", "From address" => "হইতে ঠিকানা", "mail" => "মেইল", "Server address" => "সার্ভার ঠিকানা", @@ -68,11 +62,7 @@ $TRANSLATIONS = array( "Less" => "কম", "Version" => "ভার্সন", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "তৈলী করেছেন ownCloud সম্প্রদায়, যার উৎস কোডটি AGPL এর অধীনে লাইসেন্সকৃত।", -"Add your App" => "আপনার অ্যাপটি যোগ করুন", -"More Apps" => "আরও অ্যাপ", -"Select an App" => "অ্যাপ নির্বাচন করুন", -"See application page at apps.owncloud.com" => "apps.owncloud.com এ অ্যাপ্লিকেসন পৃষ্ঠা দেখুন", -"-licensed by " => "-লাইসেন্সধারী ", +"User Documentation" => "ব্যবহারকারী সহায়িকা", "Administrator Documentation" => "প্রশাসক সহায়িকা", "Online Documentation" => "অনলাইন সহায়িকা", "Forum" => "ফোরাম", diff --git a/settings/l10n/bn_IN.php b/settings/l10n/bn_IN.php index 9e3ce7f906b..325b868b117 100644 --- a/settings/l10n/bn_IN.php +++ b/settings/l10n/bn_IN.php @@ -1,7 +1,6 @@ "সংরক্ষিত", -"Error" => "ভুল", "Delete" => "মুছে ফেলা", "Get the apps to sync your files" => "আপনার ফাইল সিঙ্ক করার অ্যাপ পান", "Cancel" => "বাতিল করা", diff --git a/settings/l10n/ca.php b/settings/l10n/ca.php index 8a488402b48..895091738ec 100644 --- a/settings/l10n/ca.php +++ b/settings/l10n/ca.php @@ -1,16 +1,5 @@ "El valor proporcionat no és vàlid per %s", -"Saved" => "Desat", -"test email settings" => "prova l'arranjament del correu", -"If you received this email, the settings seem to be correct." => "Si rebeu aquest correu sembla que l'arranjament del correu és correcte.", -"A problem occurred while sending the e-mail. Please revisit your settings." => "Hi ha hagut un problema en enviar el correu. Comproveu-ne l'arranjament.", -"Email sent" => "El correu electrónic s'ha enviat", -"You need to set your user email before being able to send test emails." => "Heu d'establir un nom d'usuari abans de poder enviar correus de prova.", -"Send mode" => "Mode d'enviament", -"Encryption" => "Xifrat", -"Authentication method" => "Mètode d'autenticació", -"Unable to load list from App Store" => "No s'ha pogut carregar la llista des de l'App Store", "Authentication error" => "Error d'autenticació", "Your full name has been changed." => "El vostre nom complet ha canviat.", "Unable to change full name" => "No s'ha pogut canviar el nom complet", @@ -40,21 +29,19 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "La contrasenya de recuperació d'administrador és incorrecta. Comproveu-la i torneu-ho a intentar.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "El dorsal no permet canviar la contrasenya, però la clau d'encripació d'usuaris s'ha actualitzat correctament.", "Unable to change password" => "No es pot canviar la contrasenya", +"Saved" => "Desat", +"test email settings" => "prova l'arranjament del correu", +"Email sent" => "El correu electrónic s'ha enviat", +"You need to set your user email before being able to send test emails." => "Heu d'establir un nom d'usuari abans de poder enviar correus de prova.", "Sending..." => "Enviant...", "All" => "Tots", -"User Documentation" => "Documentació d'usuari", -"Admin Documentation" => "Documentació d'administrador", -"Update to {appversion}" => "Actualitza a {appversion}", -"Uninstall App" => "Desinstal·la l'aplicació", -"Disable" => "Desactiva", -"Enable" => "Habilita", "Please wait...." => "Espereu...", "Error while disabling app" => "Error en desactivar l'aplicació", +"Disable" => "Desactiva", +"Enable" => "Habilita", "Error while enabling app" => "Error en activar l'aplicació", "Updating...." => "Actualitzant...", "Error while updating app" => "Error en actualitzar l'aplicació", -"Error" => "Error", -"Update" => "Actualitza", "Updated" => "Actualitzada", "Uninstalling ...." => "Desintal·lant ...", "Error while uninstalling app" => "Error en desinstal·lar l'aplicació", @@ -138,8 +125,11 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Connecteu a %s a través de HTTPS per habilitar o inhabilitar l'accés SSL.", "Email Server" => "Servidor de correu", "This is used for sending out notifications." => "S'usa per enviar notificacions.", +"Send mode" => "Mode d'enviament", +"Encryption" => "Xifrat", "From address" => "Des de l'adreça", "mail" => "correu electrònic", +"Authentication method" => "Mètode d'autenticació", "Authentication required" => "Es requereix autenticació", "Server address" => "Adreça del servidor", "Port" => "Port", @@ -154,14 +144,11 @@ $TRANSLATIONS = array( "Less" => "Menys", "Version" => "Versió", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Desenvolupat per la comunitat ownCloud, el codi font té llicència AGPL.", -"Add your App" => "Afegiu la vostra aplicació", -"More Apps" => "Més aplicacions", -"Select an App" => "Seleccioneu una aplicació", "Documentation:" => "Documentació:", -"See application page at apps.owncloud.com" => "Mireu la pàgina d'aplicacions a apps.owncloud.com", -"See application website" => "Mostra la web de l'aplicació", -"-licensed by " => "-propietat de ", +"User Documentation" => "Documentació d'usuari", +"Admin Documentation" => "Documentació d'administrador", "Enable only for specific groups" => "Activa només per grups específics", +"Uninstall App" => "Desinstal·la l'aplicació", "Administrator Documentation" => "Documentació d'administrador", "Online Documentation" => "Documentació en línia", "Forum" => "Fòrum", diff --git a/settings/l10n/cs_CZ.php b/settings/l10n/cs_CZ.php index dbbabb4a10f..7f7d43fc05b 100644 --- a/settings/l10n/cs_CZ.php +++ b/settings/l10n/cs_CZ.php @@ -1,16 +1,5 @@ "Uvedena nesprávná hodnota pro %s", -"Saved" => "Uloženo", -"test email settings" => "otestovat nastavení e-mailu", -"If you received this email, the settings seem to be correct." => "Pokud jste obdrželi tento e-mail, nastavení se zdají být v pořádku.", -"A problem occurred while sending the e-mail. Please revisit your settings." => "Při odesílání e-mailu nastala chyba. Překontrolujte vaše nastavení.", -"Email sent" => "E-mail odeslán", -"You need to set your user email before being able to send test emails." => "Pro možnost odeslání zkušebních e-mailů musíte nejprve nastavit svou e-mailovou adresu.", -"Send mode" => "Mód odesílání", -"Encryption" => "Šifrování", -"Authentication method" => "Metoda ověření", -"Unable to load list from App Store" => "Nelze načíst seznam z App Store", "Authentication error" => "Chyba přihlášení", "Your full name has been changed." => "Vaše celé jméno bylo změněno.", "Unable to change full name" => "Nelze změnit celé jméno", @@ -40,23 +29,21 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Chybné administrátorské heslo pro obnovu. Překontrolujte správnost hesla a zkuste to znovu.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Úložiště nepodporuje změnu hesla, ale šifrovací klíč uživatelů byl úspěšně změněn.", "Unable to change password" => "Změna hesla se nezdařila", +"Saved" => "Uloženo", +"test email settings" => "otestovat nastavení e-mailu", +"Email sent" => "E-mail odeslán", +"You need to set your user email before being able to send test emails." => "Pro možnost odeslání zkušebních e-mailů musíte nejprve nastavit svou e-mailovou adresu.", "Are you really sure you want add \"{domain}\" as trusted domain?" => "Jste si jisti, že chcete přidat \"{domain}\" mezi důvěryhodné domény?", "Add trusted domain" => "Přidat důvěryhodnou doménu", "Sending..." => "Odesílání...", "All" => "Vše", -"User Documentation" => "Uživatelská dokumentace", -"Admin Documentation" => "Dokumentace pro administrátory", -"Update to {appversion}" => "Aktualizovat na {appversion}", -"Uninstall App" => "Odinstalovat aplikaci", -"Disable" => "Zakázat", -"Enable" => "Povolit", "Please wait...." => "Čekejte prosím...", "Error while disabling app" => "Chyba při zakazování aplikace", +"Disable" => "Zakázat", +"Enable" => "Povolit", "Error while enabling app" => "Chyba při povolování aplikace", "Updating...." => "Aktualizuji...", "Error while updating app" => "Chyba při aktualizaci aplikace", -"Error" => "Chyba", -"Update" => "Aktualizovat", "Updated" => "Aktualizováno", "Uninstalling ...." => "Probíhá odinstalace ...", "Error while uninstalling app" => "Chyba při odinstalaci aplikace", @@ -148,8 +135,11 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Připojte se k %s skrze HTTPS pro povolení nebo zakázání vynucování SSL.", "Email Server" => "E-mailový server", "This is used for sending out notifications." => "Toto se používá pro odesílání upozornění.", +"Send mode" => "Mód odesílání", +"Encryption" => "Šifrování", "From address" => "Adresa odesílatele", "mail" => "e-mail", +"Authentication method" => "Metoda ověření", "Authentication required" => "Vyžadováno ověření", "Server address" => "Adresa serveru", "Port" => "Port", @@ -164,14 +154,11 @@ $TRANSLATIONS = array( "Less" => "Méně", "Version" => "Verze", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Vyvinuto komunitou ownCloud, zdrojový kód je licencován pod AGPL.", -"Add your App" => "Přidat Vaši aplikaci", -"More Apps" => "Více aplikací", -"Select an App" => "Vyberte aplikaci", "Documentation:" => "Dokumentace:", -"See application page at apps.owncloud.com" => "Více na stránce s aplikacemi na apps.owncloud.com", -"See application website" => "Prohlédněte si webovou stránku aplikace", -"-licensed by " => "-licencováno ", +"User Documentation" => "Uživatelská dokumentace", +"Admin Documentation" => "Dokumentace pro administrátory", "Enable only for specific groups" => "Povolit pouze pro vybrané skupiny", +"Uninstall App" => "Odinstalovat aplikaci", "Administrator Documentation" => "Dokumentace správce", "Online Documentation" => "Online dokumentace", "Forum" => "Fórum", diff --git a/settings/l10n/cy_GB.php b/settings/l10n/cy_GB.php index 4fcfa2cfc72..0efe0361c84 100644 --- a/settings/l10n/cy_GB.php +++ b/settings/l10n/cy_GB.php @@ -1,10 +1,8 @@ "Anfonwyd yr e-bost", -"Encryption" => "Amgryptiad", "Authentication error" => "Gwall dilysu", "Invalid request" => "Cais annilys", -"Error" => "Gwall", +"Email sent" => "Anfonwyd yr e-bost", "Delete" => "Dileu", "Groups" => "Grwpiau", "undo" => "dadwneud", @@ -13,6 +11,7 @@ $TRANSLATIONS = array( "Login" => "Mewngofnodi", "Security Warning" => "Rhybudd Diogelwch", "Please double check the installation guides." => "Gwiriwch y canllawiau gosod eto.", +"Encryption" => "Amgryptiad", "Password" => "Cyfrinair", "New password" => "Cyfrinair newydd", "Email" => "E-bost", diff --git a/settings/l10n/da.php b/settings/l10n/da.php index bfb599bb09c..0631c6f73af 100644 --- a/settings/l10n/da.php +++ b/settings/l10n/da.php @@ -1,16 +1,5 @@ "Ugyldig værdi anført for %s", -"Saved" => "Gemt", -"test email settings" => "test e-mailindstillinger", -"If you received this email, the settings seem to be correct." => "Hvis du har modtaget denne e-mail, så lader indstillinger til at være korrekte.", -"A problem occurred while sending the e-mail. Please revisit your settings." => "Der opstod et problem under afsendelse af e-mailen. Gennemse venligst dine indstillinger påny.", -"Email sent" => "E-mail afsendt", -"You need to set your user email before being able to send test emails." => "Du skal angive din bruger-e-mail før der kan sendes test-e-mail.", -"Send mode" => "Tilstand for afsendelse", -"Encryption" => "Kryptering", -"Authentication method" => "Godkendelsesmetode", -"Unable to load list from App Store" => "Kunne ikke indlæse listen fra App Store", "Authentication error" => "Adgangsfejl", "Your full name has been changed." => "Dit fulde navn er blevet ændret.", "Unable to change full name" => "Ikke i stand til at ændre dit fulde navn", @@ -40,23 +29,21 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Forkert admin gendannelseskode. Se venligst koden efter og prøv igen.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Serveren understøtter ikke kodeordsskifte, men brugernes krypteringsnøgle blev opdateret.", "Unable to change password" => "Kunne ikke ændre kodeord", +"Saved" => "Gemt", +"test email settings" => "test e-mailindstillinger", +"Email sent" => "E-mail afsendt", +"You need to set your user email before being able to send test emails." => "Du skal angive din bruger-e-mail før der kan sendes test-e-mail.", "Are you really sure you want add \"{domain}\" as trusted domain?" => "Sikker på at du vil tilføje \"{domain}\" som et domæne du har tiilid til?", "Add trusted domain" => "Tilføj et domæne som du har tillid til", "Sending..." => "Sender...", "All" => "Alle", -"User Documentation" => "Brugerdokumentation", -"Admin Documentation" => "Administrator Dokumentation", -"Update to {appversion}" => "Opdatér til {appversion}", -"Uninstall App" => "Afinstallér app", -"Disable" => "Deaktiver", -"Enable" => "Aktiver", "Please wait...." => "Vent venligst...", "Error while disabling app" => "Kunne ikke deaktivere app", +"Disable" => "Deaktiver", +"Enable" => "Aktiver", "Error while enabling app" => "Kunne ikke aktivere app", "Updating...." => "Opdaterer....", "Error while updating app" => "Der opstod en fejl under app opgraderingen", -"Error" => "Fejl", -"Update" => "Opdater", "Updated" => "Opdateret", "Uninstalling ...." => "Afinstallerer...", "Error while uninstalling app" => "Fejl under afinstallering af app", @@ -148,8 +135,11 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Forbind venligst til din %s via HTTPS for at aktivere eller deaktivere SSL tvang.", "Email Server" => "E-mailserver", "This is used for sending out notifications." => "Dette anvendes til udsendelse af notifikationer.", +"Send mode" => "Tilstand for afsendelse", +"Encryption" => "Kryptering", "From address" => "Fra adresse", "mail" => "mail", +"Authentication method" => "Godkendelsesmetode", "Authentication required" => "Godkendelse påkrævet", "Server address" => "Serveradresse", "Port" => "Port", @@ -164,14 +154,11 @@ $TRANSLATIONS = array( "Less" => "Mindre", "Version" => "Version", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Udviklet af ownClouds community, og kildekoden er underlagt licensen AGPL.", -"Add your App" => "Tilføj din App", -"More Apps" => "Flere Apps", -"Select an App" => "Vælg en App", "Documentation:" => "Dokumentation:", -"See application page at apps.owncloud.com" => "Se applikationens side på apps.owncloud.com", -"See application website" => "Se programmets websted", -"-licensed by " => "-licenseret af ", +"User Documentation" => "Brugerdokumentation", +"Admin Documentation" => "Administrator Dokumentation", "Enable only for specific groups" => "Aktivér kun for udvalgte grupper", +"Uninstall App" => "Afinstallér app", "Administrator Documentation" => "Administrator Dokumentation", "Online Documentation" => "Online dokumentation", "Forum" => "Forum", diff --git a/settings/l10n/de.php b/settings/l10n/de.php index a6ce83fc552..2756b6da584 100644 --- a/settings/l10n/de.php +++ b/settings/l10n/de.php @@ -1,16 +1,5 @@ "Ungültiger Wert für %s übermittelt", -"Saved" => "Gespeichert", -"test email settings" => "E-Mail-Einstellungen testen", -"If you received this email, the settings seem to be correct." => "Wenn Sie diese E-Mail erhalten haben, sind die Einstellungen korrekt.", -"A problem occurred while sending the e-mail. Please revisit your settings." => "Ein Problem ist beim Senden der E-Mail aufgetreten. Bitte überprüfe deine Einstellungen", -"Email sent" => "E-Mail wurde verschickt", -"You need to set your user email before being able to send test emails." => "Du musst zunächst deine Benutzer-E-Mail-Adresse setzen, bevor du Test-E-Mail verschicken kannst.", -"Send mode" => "Sende-Modus", -"Encryption" => "Verschlüsselung", -"Authentication method" => "Authentifizierungsmethode", -"Unable to load list from App Store" => "Die Liste der Anwendungen im Store konnte nicht geladen werden.", "Authentication error" => "Fehler bei der Anmeldung", "Your full name has been changed." => "Dein vollständiger Name ist geändert worden.", "Unable to change full name" => "Der vollständige Name konnte nicht geändert werden", @@ -40,23 +29,21 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Falsches Wiederherstellungspasswort für das Admin-Konto. Bitte überprüfe das Passwort und versuche es erneut.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Das Back-End unterstützt die Passwortänderung nicht, aber der Benutzerschlüssel wurde erfolgreich aktualisiert.", "Unable to change password" => "Passwort konnte nicht geändert werden", +"Saved" => "Gespeichert", +"test email settings" => "E-Mail-Einstellungen testen", +"Email sent" => "E-Mail wurde verschickt", +"You need to set your user email before being able to send test emails." => "Du musst zunächst deine Benutzer-E-Mail-Adresse setzen, bevor du Test-E-Mail verschicken kannst.", "Are you really sure you want add \"{domain}\" as trusted domain?" => "Bist Du dir wirklich sicher, dass Du \"{domain}\" als vertrauenswürdige Domain hinzufügen möchtest?", "Add trusted domain" => "Vertrauenswürdige Domain hinzufügen", "Sending..." => "Sende...", "All" => "Alle", -"User Documentation" => "Dokumentation für Benutzer", -"Admin Documentation" => "Admin-Dokumentation", -"Update to {appversion}" => "Aktualisiere zu {appversion}", -"Uninstall App" => "App deinstallieren", -"Disable" => "Deaktivieren", -"Enable" => "Aktivieren", "Please wait...." => "Bitte warten...", "Error while disabling app" => "Beim Deaktivieren der Applikation ist ein Fehler aufgetreten", +"Disable" => "Deaktivieren", +"Enable" => "Aktivieren", "Error while enabling app" => "Beim Aktivieren der Applikation ist ein Fehler aufgetreten", "Updating...." => "Aktualisierung...", "Error while updating app" => "Fehler beim Aktualisieren der App", -"Error" => "Fehler", -"Update" => "Aktualisierung durchführen", "Updated" => "Aktualisiert", "Uninstalling ...." => "Deinstalliere ....", "Error while uninstalling app" => "Fehler beim Deinstallieren der App", @@ -148,8 +135,11 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Bitte verbinde dich zu deinem %s über HTTPS um die SSL-Erzwingung zu aktivieren oder zu deaktivieren.", "Email Server" => "E-Mail-Server", "This is used for sending out notifications." => "Dies wird zum Senden von Benachrichtigungen verwendet.", +"Send mode" => "Sende-Modus", +"Encryption" => "Verschlüsselung", "From address" => "Absender-Adresse", "mail" => "Mail", +"Authentication method" => "Authentifizierungsmethode", "Authentication required" => "Authentifizierung benötigt", "Server address" => "Adresse des Servers", "Port" => "Port", @@ -164,14 +154,11 @@ $TRANSLATIONS = array( "Less" => "Weniger", "Version" => "Version", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Entwickelt von der ownCloud-Community, der Quellcode ist unter der AGPL lizenziert.", -"Add your App" => "Füge Deine Anwendung hinzu", -"More Apps" => "Weitere Anwendungen", -"Select an App" => "Wähle eine Anwendung aus", "Documentation:" => "Dokumentation:", -"See application page at apps.owncloud.com" => "Weitere Anwendungen findest Du auf apps.owncloud.com", -"See application website" => "Siehe Anwendungs-Website", -"-licensed by " => "-lizenziert von ", +"User Documentation" => "Dokumentation für Benutzer", +"Admin Documentation" => "Admin-Dokumentation", "Enable only for specific groups" => "Nur für spezifizierte Gruppen aktivieren", +"Uninstall App" => "App deinstallieren", "Administrator Documentation" => "Dokumentation für Administratoren", "Online Documentation" => "Online-Dokumentation", "Forum" => "Forum", diff --git a/settings/l10n/de_AT.php b/settings/l10n/de_AT.php index 34177f8053c..2f4be525fe2 100644 --- a/settings/l10n/de_AT.php +++ b/settings/l10n/de_AT.php @@ -1,7 +1,6 @@ "Fehlerhafte Anfrage", -"Error" => "Fehler", "Delete" => "Löschen", "never" => "niemals", "__language_name__" => "Deutsch (Österreich)", diff --git a/settings/l10n/de_CH.php b/settings/l10n/de_CH.php index 154a3799f7e..0139b3b0970 100644 --- a/settings/l10n/de_CH.php +++ b/settings/l10n/de_CH.php @@ -1,9 +1,5 @@ "Gespeichert", -"Email sent" => "Email gesendet", -"Encryption" => "Verschlüsselung", -"Unable to load list from App Store" => "Die Liste der Anwendungen im Store konnte nicht geladen werden.", "Authentication error" => "Authentifizierungs-Fehler", "Group already exists" => "Die Gruppe existiert bereits", "Unable to add group" => "Die Gruppe konnte nicht angelegt werden", @@ -17,18 +13,16 @@ $TRANSLATIONS = array( "Unable to add user to group %s" => "Der Benutzer konnte nicht zur Gruppe %s hinzugefügt werden", "Unable to remove user from group %s" => "Der Benutzer konnte nicht aus der Gruppe %s entfernt werden", "Couldn't update app." => "Die App konnte nicht aktualisiert werden.", +"Saved" => "Gespeichert", +"Email sent" => "Email gesendet", "All" => "Alle", -"User Documentation" => "Dokumentation für Benutzer", -"Update to {appversion}" => "Update zu {appversion}", -"Disable" => "Deaktivieren", -"Enable" => "Aktivieren", "Please wait...." => "Bitte warten....", "Error while disabling app" => "Fehler während der Deaktivierung der Anwendung", +"Disable" => "Deaktivieren", +"Enable" => "Aktivieren", "Error while enabling app" => "Fehler während der Aktivierung der Anwendung", "Updating...." => "Update...", "Error while updating app" => "Es ist ein Fehler während des Updates aufgetreten", -"Error" => "Fehler", -"Update" => "Update durchführen", "Updated" => "Aktualisiert", "Delete" => "Löschen", "Decrypting files... Please wait, this can take some time." => "Entschlüssel Dateien ... Bitte warten Sie, denn dieser Vorgang kann einige Zeit beanspruchen.", @@ -59,6 +53,7 @@ $TRANSLATIONS = array( "Enforce HTTPS" => "HTTPS erzwingen", "Forces the clients to connect to %s via an encrypted connection." => "Zwingt die Clients, sich über eine verschlüsselte Verbindung zu %s zu verbinden.", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Bitte verbinden Sie sich zu Ihrem %s über HTTPS um die SSL-Erzwingung zu aktivieren oder zu deaktivieren.", +"Encryption" => "Verschlüsselung", "Server address" => "Adresse des Servers", "Port" => "Port", "Log" => "Log", @@ -67,11 +62,7 @@ $TRANSLATIONS = array( "Less" => "Weniger", "Version" => "Version", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Entwickelt von der ownCloud-Community. Der Quellcode ist unter der AGPL lizenziert.", -"Add your App" => "Fügen Sie Ihre Anwendung hinzu", -"More Apps" => "Weitere Anwendungen", -"Select an App" => "Wählen Sie eine Anwendung aus", -"See application page at apps.owncloud.com" => "Weitere Anwendungen finden Sie auf apps.owncloud.com", -"-licensed by " => "-lizenziert von ", +"User Documentation" => "Dokumentation für Benutzer", "Administrator Documentation" => "Dokumentation für Administratoren", "Online Documentation" => "Online-Dokumentation", "Forum" => "Forum", diff --git a/settings/l10n/de_DE.php b/settings/l10n/de_DE.php index 9435dcf30a9..8760da2006e 100644 --- a/settings/l10n/de_DE.php +++ b/settings/l10n/de_DE.php @@ -1,16 +1,5 @@ "Ungültiger Wert für %s übermittelt", -"Saved" => "Gespeichert", -"test email settings" => "E-Mail-Einstellungen testen", -"If you received this email, the settings seem to be correct." => "Wenn Sie diese E-Mail erhalten haben, scheinen die Einstellungen richtig zu sein.", -"A problem occurred while sending the e-mail. Please revisit your settings." => "Ein Problem ist beim Senden der E-Mail aufgetreten. Bitte überprüfen Sie Ihre Einstellungen.", -"Email sent" => "E-Mail gesendet", -"You need to set your user email before being able to send test emails." => "Sie müssen Ihre Benutzer-E-Mail-Adresse einstellen, bevor Sie Test-E-Mails versenden können.", -"Send mode" => "Sendemodus", -"Encryption" => "Verschlüsselung", -"Authentication method" => "Legitimierungsmethode", -"Unable to load list from App Store" => "Die Liste der Anwendungen im Store konnte nicht geladen werden.", "Authentication error" => "Authentifizierungs-Fehler", "Your full name has been changed." => "Ihr vollständiger Name ist geändert worden.", "Unable to change full name" => "Der vollständige Name konnte nicht geändert werden", @@ -40,23 +29,21 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Falsches Wiederherstellungspasswort für das Admin-Konto. Bitte überprüfen Sie das Passwort und versuchen Sie es erneut.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Das Hintergrundprogramm unterstützt die Passwortänderung nicht, aber der Benutzerschlüssel wurde erfolgreich aktualisiert.", "Unable to change password" => "Passwort konnte nicht geändert werden", +"Saved" => "Gespeichert", +"test email settings" => "E-Mail-Einstellungen testen", +"Email sent" => "E-Mail gesendet", +"You need to set your user email before being able to send test emails." => "Sie müssen Ihre Benutzer-E-Mail-Adresse einstellen, bevor Sie Test-E-Mails versenden können.", "Are you really sure you want add \"{domain}\" as trusted domain?" => "Sind Sie sich wirklich sicher, dass Sie »{domain}« als vertrauenswürdige Domain hinzufügen möchten?", "Add trusted domain" => "Vertrauenswürdige Domain hinzufügen", "Sending..." => "Wird gesendet …", "All" => "Alle", -"User Documentation" => "Dokumentation für Benutzer", -"Admin Documentation" => "Dokumentation für Administratoren", -"Update to {appversion}" => "Update zu {appversion}", -"Uninstall App" => "App deinstallieren", -"Disable" => "Deaktivieren", -"Enable" => "Aktivieren", "Please wait...." => "Bitte warten....", "Error while disabling app" => "Beim Deaktivieren der Applikation ist ein Fehler aufgetreten", +"Disable" => "Deaktivieren", +"Enable" => "Aktivieren", "Error while enabling app" => "Beim Aktivieren der Applikation ist ein Fehler aufgetreten", "Updating...." => "Update...", "Error while updating app" => "Es ist ein Fehler während des Updates aufgetreten", -"Error" => "Fehler", -"Update" => "Update durchführen", "Updated" => "Aktualisiert", "Uninstalling ...." => "Wird deinstalliert …", "Error while uninstalling app" => "Fehler beim Deinstallieren der App", @@ -148,8 +135,11 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Bitte verbinden Sie sich zu Ihrem %s über HTTPS um die SSL-Erzwingung zu aktivieren oder zu deaktivieren.", "Email Server" => "E-Mail-Server", "This is used for sending out notifications." => "Dies wird für das Senden von Benachrichtigungen verwendet.", +"Send mode" => "Sendemodus", +"Encryption" => "Verschlüsselung", "From address" => "Absender-Adresse", "mail" => "Mail", +"Authentication method" => "Legitimierungsmethode", "Authentication required" => "Authentifizierung benötigt", "Server address" => "Adresse des Servers", "Port" => "Port", @@ -164,14 +154,11 @@ $TRANSLATIONS = array( "Less" => "Weniger", "Version" => "Version", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Entwickelt von der ownCloud-Community. Der Quellcode ist unter der AGPL lizenziert.", -"Add your App" => "Fügen Sie Ihre Anwendung hinzu", -"More Apps" => "Weitere Anwendungen", -"Select an App" => "Wählen Sie eine Anwendung aus", "Documentation:" => "Dokumentation:", -"See application page at apps.owncloud.com" => "Weitere Anwendungen finden Sie auf apps.owncloud.com", -"See application website" => "Siehe Anwendungs-Website", -"-licensed by " => "-lizenziert von ", +"User Documentation" => "Dokumentation für Benutzer", +"Admin Documentation" => "Dokumentation für Administratoren", "Enable only for specific groups" => "Nur für bestimmte Gruppen aktivieren", +"Uninstall App" => "App deinstallieren", "Administrator Documentation" => "Dokumentation für Administratoren", "Online Documentation" => "Online-Dokumentation", "Forum" => "Forum", diff --git a/settings/l10n/el.php b/settings/l10n/el.php index 16c2b16e7f3..20e5279c0af 100644 --- a/settings/l10n/el.php +++ b/settings/l10n/el.php @@ -1,16 +1,5 @@ "Άκυρη τιμή για το %s", -"Saved" => "Αποθηκεύτηκαν", -"test email settings" => "δοκιμή ρυθμίσεων email", -"If you received this email, the settings seem to be correct." => "Εάν λάβατε αυτό το email, οι ρυθμίσεις δείχνουν να είναι σωστές.", -"A problem occurred while sending the e-mail. Please revisit your settings." => "Παρουσιάστηκε σφάλμα κατά την αποστολή e-mail. Παρακαλώ ελέγξτε τις ρυθμίσεις σας.", -"Email sent" => "Το Email απεστάλη ", -"You need to set your user email before being able to send test emails." => "Πρέπει να ορίσετε το email του χρήστη πριν να είστε σε θέση να στείλετε δοκιμαστικά emails.", -"Send mode" => "Κατάσταση αποστολής", -"Encryption" => "Κρυπτογράφηση", -"Authentication method" => "Μέθοδος πιστοποίησης", -"Unable to load list from App Store" => "Σφάλμα στην φόρτωση της λίστας από το App Store", "Authentication error" => "Σφάλμα πιστοποίησης", "Your full name has been changed." => "Το πλήρες όνομά σας άλλαξε.", "Unable to change full name" => "Δεν ήταν δυνατή η αλλαγή του πλήρους ονόματός σας", @@ -40,23 +29,21 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Λάθος κωδικός ανάκτησης διαχειριστή. Παρακαλώ ελέγξτε τον κωδικό και δοκιμάστε ξανά.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Το βασικό πλαίσιο δεν υποστηρίζει αλλαγή κωδικού, αλλά το κλειδί κρυπτογράφησης των χρηστών ενημερώθηκε επιτυχώς.", "Unable to change password" => "Αδυναμία αλλαγής συνθηματικού", +"Saved" => "Αποθηκεύτηκαν", +"test email settings" => "δοκιμή ρυθμίσεων email", +"Email sent" => "Το Email απεστάλη ", +"You need to set your user email before being able to send test emails." => "Πρέπει να ορίσετε το email του χρήστη πριν να είστε σε θέση να στείλετε δοκιμαστικά emails.", "Are you really sure you want add \"{domain}\" as trusted domain?" => "Είστε πραγματικά σίγουροι ότι θέλετε να προσθέσετε το \"{domain}\" σαν αξιόπιστη περιοχή;", "Add trusted domain" => "Προσθέστε αξιόπιστη περιοχή", "Sending..." => "Αποστέλεται...", "All" => "Όλες", -"User Documentation" => "Τεκμηρίωση Χρήστη", -"Admin Documentation" => "Τεκμηρίωση Διαχειριστή", -"Update to {appversion}" => "Ενημέρωση σε {appversion}", -"Uninstall App" => "Απεγκατάσταση Εφαρμογής", -"Disable" => "Απενεργοποίηση", -"Enable" => "Ενεργοποίηση", "Please wait...." => "Παρακαλώ περιμένετε...", "Error while disabling app" => "Σφάλμα κατά την απενεργοποίηση εισόδου", +"Disable" => "Απενεργοποίηση", +"Enable" => "Ενεργοποίηση", "Error while enabling app" => "Σφάλμα κατά την ενεργοποίηση της εφαρμογής", "Updating...." => "Ενημέρωση...", "Error while updating app" => "Σφάλμα κατά την ενημέρωση της εφαρμογής", -"Error" => "Σφάλμα", -"Update" => "Ενημέρωση", "Updated" => "Ενημερώθηκε", "Uninstalling ...." => "Απεγκατάσταση ....", "Error while uninstalling app" => "Σφάλμα κατά την απεγκατάσταση της εφαρμογής", @@ -148,8 +135,11 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Παρακαλώ συνδεθείτε στο %s σας μέσω HTTPS για να ενεργοποιήσετε ή να απενεργοποιήσετε την επιβολή του SSL.", "Email Server" => "Διακομιστής Email", "This is used for sending out notifications." => "Χρησιμοποιείται για αποστολή ειδοποιήσεων.", +"Send mode" => "Κατάσταση αποστολής", +"Encryption" => "Κρυπτογράφηση", "From address" => "Από τη διεύθυνση", "mail" => "ταχυδρομείο", +"Authentication method" => "Μέθοδος πιστοποίησης", "Authentication required" => "Απαιτείται πιστοποίηση", "Server address" => "Διεύθυνση διακομιστή", "Port" => "Θύρα", @@ -164,14 +154,11 @@ $TRANSLATIONS = array( "Less" => "Λιγότερα", "Version" => "Έκδοση", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Αναπτύχθηκε από την κοινότητα ownCloud. Ο πηγαίος κώδικας είναι υπό άδεια χρήσης AGPL.", -"Add your App" => "Προσθέστε Δικιά σας Εφαρμογή", -"More Apps" => "Περισσότερες Εφαρμογές", -"Select an App" => "Επιλέξτε μια Εφαρμογή", "Documentation:" => "Τεκμηρίωση:", -"See application page at apps.owncloud.com" => "Δείτε την σελίδα εφαρμογών στο apps.owncloud.com", -"See application website" => "Δείτε την ιστοσελίδα της εφαρμογής", -"-licensed by " => "Άδεια χρήσης από ", +"User Documentation" => "Τεκμηρίωση Χρήστη", +"Admin Documentation" => "Τεκμηρίωση Διαχειριστή", "Enable only for specific groups" => "Ενεργοποίηση μόνο για καθορισμένες ομάδες", +"Uninstall App" => "Απεγκατάσταση Εφαρμογής", "Administrator Documentation" => "Τεκμηρίωση Διαχειριστή", "Online Documentation" => "Τεκμηρίωση στο Διαδίκτυο", "Forum" => "Φόρουμ", diff --git a/settings/l10n/en_GB.php b/settings/l10n/en_GB.php index 101c94c2880..942b51d2002 100644 --- a/settings/l10n/en_GB.php +++ b/settings/l10n/en_GB.php @@ -1,16 +1,5 @@ "Invalid value supplied for %s", -"Saved" => "Saved", -"test email settings" => "test email settings", -"If you received this email, the settings seem to be correct." => "If you received this email, the settings seem to be correct.", -"A problem occurred while sending the e-mail. Please revisit your settings." => "A problem occurred whilst sending the e-mail. Please revisit your settings.", -"Email sent" => "Email sent", -"You need to set your user email before being able to send test emails." => "You need to set your user email before being able to send test emails.", -"Send mode" => "Send mode", -"Encryption" => "Encryption", -"Authentication method" => "Authentication method", -"Unable to load list from App Store" => "Unable to load list from App Store", "Authentication error" => "Authentication error", "Your full name has been changed." => "Your full name has been changed.", "Unable to change full name" => "Unable to change full name", @@ -40,23 +29,21 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Incorrect admin recovery password. Please check the password and try again.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Back-end doesn't support password change, but the user's encryption key was successfully updated.", "Unable to change password" => "Unable to change password", +"Saved" => "Saved", +"test email settings" => "test email settings", +"Email sent" => "Email sent", +"You need to set your user email before being able to send test emails." => "You need to set your user email before being able to send test emails.", "Are you really sure you want add \"{domain}\" as trusted domain?" => "Are you really sure you want add \"{domain}\" as a trusted domain?", "Add trusted domain" => "Add trusted domain", "Sending..." => "Sending...", "All" => "All", -"User Documentation" => "User Documentation", -"Admin Documentation" => "Admin Documentation", -"Update to {appversion}" => "Update to {appversion}", -"Uninstall App" => "Uninstall App", -"Disable" => "Disable", -"Enable" => "Enable", "Please wait...." => "Please wait....", "Error while disabling app" => "Error whilst disabling app", +"Disable" => "Disable", +"Enable" => "Enable", "Error while enabling app" => "Error whilst enabling app", "Updating...." => "Updating....", "Error while updating app" => "Error whilst updating app", -"Error" => "Error", -"Update" => "Update", "Updated" => "Updated", "Uninstalling ...." => "Uninstalling...", "Error while uninstalling app" => "Error whilst uninstalling app", @@ -148,8 +135,11 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Please connect to your %s via HTTPS to enable or disable the SSL enforcement.", "Email Server" => "Email Server", "This is used for sending out notifications." => "This is used for sending out notifications.", +"Send mode" => "Send mode", +"Encryption" => "Encryption", "From address" => "From address", "mail" => "mail", +"Authentication method" => "Authentication method", "Authentication required" => "Authentication required", "Server address" => "Server address", "Port" => "Port", @@ -164,14 +154,11 @@ $TRANSLATIONS = array( "Less" => "Less", "Version" => "Version", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Developed by the ownCloud community, the source code is licensed under the AGPL.", -"Add your App" => "Add your App", -"More Apps" => "More Apps", -"Select an App" => "Select an App", "Documentation:" => "Documentation:", -"See application page at apps.owncloud.com" => "See application page at apps.owncloud.com", -"See application website" => "See application website", -"-licensed by " => "-licensed by ", +"User Documentation" => "User Documentation", +"Admin Documentation" => "Admin Documentation", "Enable only for specific groups" => "Enable only for specific groups", +"Uninstall App" => "Uninstall App", "Administrator Documentation" => "Administrator Documentation", "Online Documentation" => "Online Documentation", "Forum" => "Forum", diff --git a/settings/l10n/eo.php b/settings/l10n/eo.php index 53724f9bc6c..ddfa33a6f6a 100644 --- a/settings/l10n/eo.php +++ b/settings/l10n/eo.php @@ -1,11 +1,5 @@ "Konservita", -"Email sent" => "La retpoŝtaĵo sendiĝis", -"Send mode" => "Sendi pli", -"Encryption" => "Ĉifrado", -"Authentication method" => "Aŭtentiga metodo", -"Unable to load list from App Store" => "Ne eblis ŝargi liston el aplikaĵovendejo", "Authentication error" => "Aŭtentiga eraro", "Your full name has been changed." => "Via plena nomo ŝanĝitas.", "Unable to change full name" => "Ne eblis ŝanĝi la plenan nomon", @@ -26,21 +20,17 @@ $TRANSLATIONS = array( "Couldn't update app." => "Ne eblis ĝisdatigi la aplikaĵon.", "Wrong password" => "Malĝusta pasvorto", "Unable to change password" => "Ne eblis ŝanĝi la pasvorton", +"Saved" => "Konservita", +"Email sent" => "La retpoŝtaĵo sendiĝis", "Sending..." => "Sendante...", "All" => "Ĉio", -"User Documentation" => "Dokumentaro por uzantoj", -"Admin Documentation" => "Administra dokumentaro", -"Update to {appversion}" => "Ĝisdatigi al {appversion}", -"Uninstall App" => "Malinstali aplikaĵon", -"Disable" => "Malkapabligi", -"Enable" => "Kapabligi", "Please wait...." => "Bonvolu atendi...", "Error while disabling app" => "Eraris malkapabligo de aplikaĵo", +"Disable" => "Malkapabligi", +"Enable" => "Kapabligi", "Error while enabling app" => "Eraris kapabligo de aplikaĵo", "Updating...." => "Ĝisdatigata...", "Error while updating app" => "Eraris ĝisdatigo de la aplikaĵo", -"Error" => "Eraro", -"Update" => "Ĝisdatigi", "Updated" => "Ĝisdatigita", "Uninstalling ...." => "Malinstalante...", "Error while uninstalling app" => "Eraris malinstalo de aplikaĵo", @@ -88,8 +78,11 @@ $TRANSLATIONS = array( "Allow resharing" => "Kapabligi rekunhavigon", "Security" => "Sekuro", "Email Server" => "Retpoŝtoservilo", +"Send mode" => "Sendi pli", +"Encryption" => "Ĉifrado", "From address" => "El adreso", "mail" => "retpoŝto", +"Authentication method" => "Aŭtentiga metodo", "Authentication required" => "Aŭtentiĝo nepras", "Server address" => "Servila adreso", "Port" => "Pordo", @@ -103,14 +96,11 @@ $TRANSLATIONS = array( "Less" => "Malpli", "Version" => "Eldono", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Ellaborita de la komunumo de ownCloud, la fontokodo publikas laŭ la permesilo AGPL.", -"Add your App" => "Aldonu vian aplikaĵon", -"More Apps" => "Pli da aplikaĵoj", -"Select an App" => "Elekti aplikaĵon", "Documentation:" => "Dokumentaro:", -"See application page at apps.owncloud.com" => "Vidu la paĝon pri aplikaĵoj ĉe apps.owncloud.com", -"See application website" => "Vidi la TTT-ejon de la aplikaĵo", -"-licensed by " => "-permesilhavigita de ", +"User Documentation" => "Dokumentaro por uzantoj", +"Admin Documentation" => "Administra dokumentaro", "Enable only for specific groups" => "Kapabligi nur por specifajn grupojn", +"Uninstall App" => "Malinstali aplikaĵon", "Administrator Documentation" => "Dokumentaro por administrantoj", "Online Documentation" => "Reta dokumentaro", "Forum" => "Forumo", diff --git a/settings/l10n/es.php b/settings/l10n/es.php index 661f20d3181..1a7ad06db4a 100644 --- a/settings/l10n/es.php +++ b/settings/l10n/es.php @@ -1,16 +1,5 @@ "Se introdujo un valor inválido para %s", -"Saved" => "Guardado", -"test email settings" => "probar configuración de correo", -"If you received this email, the settings seem to be correct." => "Si recibió este mensaje de correo electrónico, su configuración debe estar correcta.", -"A problem occurred while sending the e-mail. Please revisit your settings." => "Ocurrió un problema la enviar el mensaje. Revise la configuración.", -"Email sent" => "Correo electrónico enviado", -"You need to set your user email before being able to send test emails." => "Tiene que configurar su dirección de correo electrónico antes de poder enviar mensajes de prueba.", -"Send mode" => "Modo de envío", -"Encryption" => "Cifrado", -"Authentication method" => "Método de autenticación", -"Unable to load list from App Store" => "No se pudo cargar la lista desde el App Store", "Authentication error" => "Error de autenticación", "Your full name has been changed." => "Se ha cambiado su nombre completo.", "Unable to change full name" => "No se puede cambiar el nombre completo", @@ -40,23 +29,21 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Contraseña de recuperación de administrador incorrecta. Por favor compruebe la contraseña e inténtelo de nuevo.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "El back-end no soporta cambios de contraseña, pero la clave de cifrado del usuario ha sido actualizada satisfactoriamente.", "Unable to change password" => "No se ha podido cambiar la contraseña", +"Saved" => "Guardado", +"test email settings" => "probar configuración de correo", +"Email sent" => "Correo electrónico enviado", +"You need to set your user email before being able to send test emails." => "Tiene que configurar su dirección de correo electrónico antes de poder enviar mensajes de prueba.", "Are you really sure you want add \"{domain}\" as trusted domain?" => "¿Está seguro de querer agregar \"{domain}\" como un dominio de confianza?", "Add trusted domain" => "Agregar dominio de confianza", "Sending..." => "Enviando...", "All" => "Todos", -"User Documentation" => "Documentación de usuario", -"Admin Documentation" => "Documentación para administradores", -"Update to {appversion}" => "Actualizar a {appversion}", -"Uninstall App" => "Desinstalar aplicación", -"Disable" => "Desactivar", -"Enable" => "Activar", "Please wait...." => "Espere, por favor....", "Error while disabling app" => "Error mientras se desactivaba la aplicación", +"Disable" => "Desactivar", +"Enable" => "Activar", "Error while enabling app" => "Error mientras se activaba la aplicación", "Updating...." => "Actualizando....", "Error while updating app" => "Error mientras se actualizaba la aplicación", -"Error" => "Error", -"Update" => "Actualizar", "Updated" => "Actualizado", "Uninstalling ...." => "Desinstalando...", "Error while uninstalling app" => "Error al desinstalar la aplicación", @@ -148,8 +135,11 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Por favor, conéctese a su %s a través de HTTPS para habilitar o deshabilitar la aplicación de SSL.", "Email Server" => "Servidor de correo electrónico", "This is used for sending out notifications." => "Esto se usa para enviar notificaciones.", +"Send mode" => "Modo de envío", +"Encryption" => "Cifrado", "From address" => "Desde la dirección", "mail" => "correo electrónico", +"Authentication method" => "Método de autenticación", "Authentication required" => "Se necesita autenticación", "Server address" => "Dirección del servidor", "Port" => "Puerto", @@ -164,14 +154,11 @@ $TRANSLATIONS = array( "Less" => "Menos", "Version" => "Versión", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Desarrollado por la comunidad ownCloud, el código fuente está bajo licencia AGPL.", -"Add your App" => "Añade tu aplicación", -"More Apps" => "Más aplicaciones", -"Select an App" => "Seleccionar una aplicación", "Documentation:" => "Documentación:", -"See application page at apps.owncloud.com" => "Ver la página de aplicaciones en apps.owncloud.com", -"See application website" => "Ver sitio web de la aplicación", -"-licensed by " => "-licencia otorgada por ", +"User Documentation" => "Documentación de usuario", +"Admin Documentation" => "Documentación para administradores", "Enable only for specific groups" => "Activar solamente para grupos específicos", +"Uninstall App" => "Desinstalar aplicación", "Administrator Documentation" => "Documentación de administrador", "Online Documentation" => "Documentación en línea", "Forum" => "Foro", diff --git a/settings/l10n/es_AR.php b/settings/l10n/es_AR.php index 98082c72a80..5262fdf249e 100644 --- a/settings/l10n/es_AR.php +++ b/settings/l10n/es_AR.php @@ -1,16 +1,5 @@ "Parámetro suministrado invalido para %s", -"Saved" => "Guardado", -"test email settings" => "Configuración de correo de prueba.", -"If you received this email, the settings seem to be correct." => "Si recibió este correo, la configuración parece estar correcta.", -"A problem occurred while sending the e-mail. Please revisit your settings." => "Un problema ocurrió cuando se intentó enviar el correo electrónico. Por favor revea su configuración.", -"Email sent" => "e-mail mandado", -"You need to set your user email before being able to send test emails." => "Necesita especificar el usuario de correo electrónico antes de poder enviar correos electrónicos de prueba.", -"Send mode" => "Modo de envio", -"Encryption" => "Encriptación", -"Authentication method" => "Método de autenticación", -"Unable to load list from App Store" => "Imposible cargar la lista desde el App Store", "Authentication error" => "Error al autenticar", "Your full name has been changed." => "Su nombre completo ha sido cambiado.", "Unable to change full name" => "Imposible cambiar el nombre completo", @@ -33,20 +22,19 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Contraseña de recuperación administrativa incorrecta. Por favor, chequee la clave e intente de nuevo", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "El back-end no soporta cambios de contraseña, pero las claves de encriptación fueron subidas exitosamente.", "Unable to change password" => "Imposible cambiar la contraseña", +"Saved" => "Guardado", +"test email settings" => "Configuración de correo de prueba.", +"Email sent" => "e-mail mandado", +"You need to set your user email before being able to send test emails." => "Necesita especificar el usuario de correo electrónico antes de poder enviar correos electrónicos de prueba.", "Sending..." => "Enviando...", "All" => "Todos", -"User Documentation" => "Documentación de Usuario", -"Admin Documentation" => "Documentación de Administrador.", -"Update to {appversion}" => "Actualizar a {appversion}", -"Disable" => "Desactivar", -"Enable" => "Activar", "Please wait...." => "Por favor, esperá....", "Error while disabling app" => "Se ha producido un error mientras se deshabilitaba la aplicación", +"Disable" => "Desactivar", +"Enable" => "Activar", "Error while enabling app" => "Se ha producido un error mientras se habilitaba la aplicación", "Updating...." => "Actualizando....", "Error while updating app" => "Error al actualizar App", -"Error" => "Error", -"Update" => "Actualizar", "Updated" => "Actualizado", "Select a profile picture" => "Seleccionar una imágen de perfil", "Very weak password" => "Contraseña muy débil.", @@ -104,7 +92,10 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Por favor conéctese a su %s por medio de HTTPS para habilitar o deshabilitar la característica SSL", "Email Server" => "Servidor de correo electrónico", "This is used for sending out notifications." => "Esto es usado para enviar notificaciones.", +"Send mode" => "Modo de envio", +"Encryption" => "Encriptación", "From address" => "Dirección remitente", +"Authentication method" => "Método de autenticación", "Authentication required" => "Autentificación requerida", "Server address" => "Dirección del servidor", "Port" => "Puerto", @@ -119,13 +110,9 @@ $TRANSLATIONS = array( "Less" => "Menos", "Version" => "Versión", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Desarrollado por la comunidad ownCloud, el código fuente está bajo licencia AGPL.", -"Add your App" => "Añadí tu App", -"More Apps" => "Más Apps", -"Select an App" => "Elegí una App", "Documentation:" => "Documentación:", -"See application page at apps.owncloud.com" => "Mirá la web de aplicaciones apps.owncloud.com", -"See application website" => "Ver sitio web de la aplicación", -"-licensed by " => "-licenciado por ", +"User Documentation" => "Documentación de Usuario", +"Admin Documentation" => "Documentación de Administrador.", "Administrator Documentation" => "Documentación de Administrador", "Online Documentation" => "Documentación en línea", "Forum" => "Foro", diff --git a/settings/l10n/es_CL.php b/settings/l10n/es_CL.php index bdf34e62979..fc5e328f3bc 100644 --- a/settings/l10n/es_CL.php +++ b/settings/l10n/es_CL.php @@ -1,6 +1,5 @@ "Error", "Password" => "Clave", "Cancel" => "Cancelar", "Username" => "Usuario" diff --git a/settings/l10n/es_MX.php b/settings/l10n/es_MX.php index 1bb88e959cd..96352aa5ed8 100644 --- a/settings/l10n/es_MX.php +++ b/settings/l10n/es_MX.php @@ -1,8 +1,5 @@ "Correo electrónico enviado", -"Encryption" => "Cifrado", -"Unable to load list from App Store" => "No se pudo cargar la lista desde el App Store", "Authentication error" => "Error de autenticación", "Your full name has been changed." => "Se ha cambiado su nombre completo.", "Unable to change full name" => "No se puede cambiar el nombre completo", @@ -24,18 +21,15 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Contraseña de recuperación de administrador incorrecta. Por favor compruebe la contraseña e inténtelo de nuevo.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "El back-end no soporta cambios de contraseña, pero la clave de cifrado del usuario ha sido actualizada satisfactoriamente.", "Unable to change password" => "No se ha podido cambiar la contraseña", +"Email sent" => "Correo electrónico enviado", "All" => "Todos", -"User Documentation" => "Documentación de usuario", -"Update to {appversion}" => "Actualizado a {appversion}", -"Disable" => "Desactivar", -"Enable" => "Activar", "Please wait...." => "Espere, por favor....", "Error while disabling app" => "Error mientras se desactivaba la aplicación", +"Disable" => "Desactivar", +"Enable" => "Activar", "Error while enabling app" => "Error mientras se activaba la aplicación", "Updating...." => "Actualizando....", "Error while updating app" => "Error mientras se actualizaba la aplicación", -"Error" => "Error", -"Update" => "Actualizar", "Updated" => "Actualizado", "Select a profile picture" => "Seleccionar una imagen de perfil", "Delete" => "Eliminar", @@ -80,6 +74,7 @@ $TRANSLATIONS = array( "Enforce HTTPS" => "Forzar HTTPS", "Forces the clients to connect to %s via an encrypted connection." => "Forzar a los clientes a conectarse a %s por medio de una conexión cifrada.", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Por favor, conéctese a su %s a través de HTTPS para habilitar o deshabilitar la aplicación de SSL.", +"Encryption" => "Cifrado", "Server address" => "Dirección del servidor", "Port" => "Puerto", "Log" => "Registro", @@ -88,11 +83,7 @@ $TRANSLATIONS = array( "Less" => "Menos", "Version" => "Versión", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Desarrollado por la comunidad ownCloud, el código fuente está bajo licencia AGPL.", -"Add your App" => "Añade tu aplicación", -"More Apps" => "Más aplicaciones", -"Select an App" => "Seleccionar una aplicación", -"See application page at apps.owncloud.com" => "Ver la página de aplicaciones en apps.owncloud.com", -"-licensed by " => "-licencia otorgada por ", +"User Documentation" => "Documentación de usuario", "Administrator Documentation" => "Documentación de administrador", "Online Documentation" => "Documentación en línea", "Forum" => "Foro", diff --git a/settings/l10n/et_EE.php b/settings/l10n/et_EE.php index 11e72734092..1256d74e24d 100644 --- a/settings/l10n/et_EE.php +++ b/settings/l10n/et_EE.php @@ -1,16 +1,5 @@ "Sisestatud sobimatu väärtus %s jaoks", -"Saved" => "Salvestatud", -"test email settings" => "testi e-posti seadeid", -"If you received this email, the settings seem to be correct." => "Kui said selle kirja, siis on seadistus korrektne.", -"A problem occurred while sending the e-mail. Please revisit your settings." => "Kirja saatmisel tekkis tõrge. Palun kontrolli üle oma seadistus.", -"Email sent" => "E-kiri on saadetud", -"You need to set your user email before being able to send test emails." => "Pead seadistama oma e-postienne kui on võimalik saata test-kirju.", -"Send mode" => "Saatmise viis", -"Encryption" => "Krüpteerimine", -"Authentication method" => "Autentimise meetod", -"Unable to load list from App Store" => "App Store'i nimekirja laadimine ebaõnnestus", "Authentication error" => "Autentimise viga", "Your full name has been changed." => "Sinu täispikk nimi on muudetud.", "Unable to change full name" => "Täispika nime muutmine ebaõnnestus", @@ -40,23 +29,21 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Vale administraatori taasteparool. Palun kontrolli parooli ning proovi uuesti.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Tagarakend ei toeta parooli vahetust, kuid kasutaja krüptimisvõti uuendati edukalt.", "Unable to change password" => "Ei suuda parooli muuta", +"Saved" => "Salvestatud", +"test email settings" => "testi e-posti seadeid", +"Email sent" => "E-kiri on saadetud", +"You need to set your user email before being able to send test emails." => "Pead seadistama oma e-postienne kui on võimalik saata test-kirju.", "Are you really sure you want add \"{domain}\" as trusted domain?" => "Oled sa kindel, et soovid lisada domeeni \"{domain}\" usaldusväärseks domeeniks?", "Add trusted domain" => "Lis ausaldusväärne domeen", "Sending..." => "Saadan...", "All" => "Kõik", -"User Documentation" => "Kasutaja dokumentatsioon", -"Admin Documentation" => "Admin dokumentatsioon", -"Update to {appversion}" => "Uuenda versioonile {appversion}", -"Uninstall App" => "Eemada rakend", -"Disable" => "Lülita välja", -"Enable" => "Lülita sisse", "Please wait...." => "Palun oota...", "Error while disabling app" => "Viga rakenduse keelamisel", +"Disable" => "Lülita välja", +"Enable" => "Lülita sisse", "Error while enabling app" => "Viga rakenduse lubamisel", "Updating...." => "Uuendamine...", "Error while updating app" => "Viga rakenduse uuendamisel", -"Error" => "Viga", -"Update" => "Uuenda", "Updated" => "Uuendatud", "Uninstalling ...." => "Eemaldan...", "Error while uninstalling app" => "Viga rakendi eemaldamisel", @@ -146,8 +133,11 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Palun ühendu oma %s üle HTTPS või keela SSL kasutamine.", "Email Server" => "Postiserver", "This is used for sending out notifications." => "Seda kasutatakse teadete välja saatmiseks.", +"Send mode" => "Saatmise viis", +"Encryption" => "Krüpteerimine", "From address" => "Saatja aadress", "mail" => "e-mail", +"Authentication method" => "Autentimise meetod", "Authentication required" => "Autentimine on vajalik", "Server address" => "Serveri aadress", "Port" => "Port", @@ -162,14 +152,11 @@ $TRANSLATIONS = array( "Less" => "Vähem", "Version" => "Versioon", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Arendatud ownCloud kogukonna poolt. Lähtekood on avaldatud ja kaetud AGPL litsentsiga.", -"Add your App" => "Lisa oma rakendus", -"More Apps" => "Veel rakendusi", -"Select an App" => "Vali programm", "Documentation:" => "Dokumentatsioon:", -"See application page at apps.owncloud.com" => "Vaata rakenduste lehte aadressil apps.owncloud.com", -"See application website" => "Vaata rakendi veebilehte", -"-licensed by " => "-litsenseeritud ", +"User Documentation" => "Kasutaja dokumentatsioon", +"Admin Documentation" => "Admin dokumentatsioon", "Enable only for specific groups" => "Luba ainult kindlad grupid", +"Uninstall App" => "Eemada rakend", "Administrator Documentation" => "Administraatori dokumentatsioon", "Online Documentation" => "Online dokumentatsioon", "Forum" => "Foorum", diff --git a/settings/l10n/eu.php b/settings/l10n/eu.php index 284b3ffdec3..1c2153d24ac 100644 --- a/settings/l10n/eu.php +++ b/settings/l10n/eu.php @@ -1,16 +1,5 @@ "%s-entzako baliogabea", -"Saved" => "Gordeta", -"test email settings" => "probatu eposta ezarpenak", -"If you received this email, the settings seem to be correct." => "Eposta hau jaso baduzu, zure ezarpenak egokiak direnaren seinale", -"A problem occurred while sending the e-mail. Please revisit your settings." => "Arazo bat gertatu da eposta bidaltzean. Berrikusi zure ezarpenak.", -"Email sent" => "Eposta bidalia", -"You need to set your user email before being able to send test emails." => "Epostaren erabiltzailea zehaztu behar duzu probako eposta bidali aurretik.", -"Send mode" => "Bidaltzeko modua", -"Encryption" => "Enkriptazioa", -"Authentication method" => "Autentifikazio metodoa", -"Unable to load list from App Store" => "Ezin izan da App Dendatik zerrenda kargatu", "Authentication error" => "Autentifikazio errorea", "Your full name has been changed." => "Zure izena aldatu egin da.", "Unable to change full name" => "Ezin izan da izena aldatu", @@ -40,23 +29,21 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Administratzailearen berreskuratze pasahitza ez egokia. Mesedez egiaztatu pasahitza eta saiatu berriz.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Atzeko prozesuak ez du pasahitz aldaketa onartzen, baina erabiltzailearen enkriptatze gakoa ongi eguneratu da.", "Unable to change password" => "Ezin izan da pasahitza aldatu", +"Saved" => "Gordeta", +"test email settings" => "probatu eposta ezarpenak", +"Email sent" => "Eposta bidalia", +"You need to set your user email before being able to send test emails." => "Epostaren erabiltzailea zehaztu behar duzu probako eposta bidali aurretik.", "Are you really sure you want add \"{domain}\" as trusted domain?" => "Ziur zaude gehitu nahi duzula \"{domain}\" domeinu fidagarri gisa?", "Add trusted domain" => "Gehitu domeinu fidagarria", "Sending..." => "Bidaltzen...", "All" => "Denak", -"User Documentation" => "Erabiltzaile dokumentazioa", -"Admin Documentation" => "Administrazio dokumentazioa", -"Update to {appversion}" => "Eguneratu {appversion}-ra", -"Uninstall App" => "Desinstalatu aplikazioa", -"Disable" => "Ez-gaitu", -"Enable" => "Gaitu", "Please wait...." => "Itxoin mesedez...", "Error while disabling app" => "Erroea izan da aplikazioa desgaitzerakoan", +"Disable" => "Ez-gaitu", +"Enable" => "Gaitu", "Error while enabling app" => "Erroea izan da aplikazioa gaitzerakoan", "Updating...." => "Eguneratzen...", "Error while updating app" => "Errorea aplikazioa eguneratzen zen bitartean", -"Error" => "Errorea", -"Update" => "Eguneratu", "Updated" => "Eguneratuta", "Uninstalling ...." => "Desinstalatzen ...", "Error while uninstalling app" => "Erroea izan da aplikazioa desinstalatzerakoan", @@ -145,8 +132,11 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Mesedez konektatu zure %s-ra HTTPS bidez SSL zehaztapenak aldatzeko.", "Email Server" => "Eposta zerbitzaria", "This is used for sending out notifications." => "Hau jakinarazpenak bidaltzeko erabiltzen da.", +"Send mode" => "Bidaltzeko modua", +"Encryption" => "Enkriptazioa", "From address" => "Helbidetik", "mail" => "posta", +"Authentication method" => "Autentifikazio metodoa", "Authentication required" => "Autentikazioa beharrezkoa", "Server address" => "Zerbitzariaren helbidea", "Port" => "Portua", @@ -161,14 +151,11 @@ $TRANSLATIONS = array( "Less" => "Gutxiago", "Version" => "Bertsioa", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "ownCloud komunitateak garatuta, itubruru kodeaAGPL lizentziarekin banatzen da.", -"Add your App" => "Gehitu zure aplikazioa", -"More Apps" => "Aplikazio gehiago", -"Select an App" => "Aukeratu aplikazio bat", "Documentation:" => "Dokumentazioa:", -"See application page at apps.owncloud.com" => "Ikusi aplikazioaren orria apps.owncloud.com orrian", -"See application website" => "Ikusi aplikazioaren webgunea", -"-licensed by " => "-lizentziatua ", +"User Documentation" => "Erabiltzaile dokumentazioa", +"Admin Documentation" => "Administrazio dokumentazioa", "Enable only for specific groups" => "Baimendu bakarri talde espezifikoetarako", +"Uninstall App" => "Desinstalatu aplikazioa", "Administrator Documentation" => "Administratzaile dokumentazioa", "Online Documentation" => "Online dokumentazioa", "Forum" => "Foroa", diff --git a/settings/l10n/fa.php b/settings/l10n/fa.php index c72e83bb8ad..840de096558 100644 --- a/settings/l10n/fa.php +++ b/settings/l10n/fa.php @@ -1,13 +1,5 @@ "مقدار ارائه شده برای %s معتبر نیست", -"Saved" => "ذخیره شد", -"test email settings" => "تنظیمات ایمیل آزمایشی", -"Email sent" => "ایمیل ارسال شد", -"Send mode" => "حالت ارسال", -"Encryption" => "رمزگذاری", -"Authentication method" => "روش احراز هویت", -"Unable to load list from App Store" => "قادر به بارگذاری لیست از فروشگاه اپ نیستم", "Authentication error" => "خطا در اعتبار سنجی", "Your full name has been changed." => "نام کامل شما تغییر یافت", "Unable to change full name" => "امکان تغییر نام کامل وجود ندارد", @@ -33,21 +25,18 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "رمز مدیریتی بازیابی غلط است. لطفاً رمز را کنترل کرده و دوباره امتحان نمایید.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "سیستم مدیریتی امکان تغییر رمز را پشتیبانی نمی‌کند. ولی کلید رمزنگاری کاربران با موفقیت به روز شد.", "Unable to change password" => "نمی‌توان رمز را تغییر داد", +"Saved" => "ذخیره شد", +"test email settings" => "تنظیمات ایمیل آزمایشی", +"Email sent" => "ایمیل ارسال شد", "Sending..." => "در حال ارسال...", "All" => "همه", -"User Documentation" => "مستندات کاربر", -"Admin Documentation" => "مستند سازی مدیر", -"Update to {appversion}" => "بهنگام شده به {appversion}", -"Uninstall App" => "حذف برنامه", -"Disable" => "غیرفعال", -"Enable" => "فعال", "Please wait...." => "لطفا صبر کنید ...", "Error while disabling app" => "خطا در هنگام غیر فعال سازی برنامه", +"Disable" => "غیرفعال", +"Enable" => "فعال", "Error while enabling app" => "خطا در هنگام فعال سازی برنامه", "Updating...." => "در حال بروز رسانی...", "Error while updating app" => "خطا در هنگام بهنگام سازی برنامه", -"Error" => "خطا", -"Update" => "به روز رسانی", "Updated" => "بروز رسانی انجام شد", "Uninstalling ...." => "در حال حذف...", "Error while uninstalling app" => "خطا در هنگام حذف برنامه....", @@ -119,8 +108,11 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "برای فعال سازی یا عدم فعال سازی اجبار استفاده از SSL، لطفاً از طریق HTTPS به %s وصل شوید.", "Email Server" => "سرور ایمیل", "This is used for sending out notifications." => "این برای ارسال هشدار ها استفاده می شود", +"Send mode" => "حالت ارسال", +"Encryption" => "رمزگذاری", "From address" => "آدرس فرستنده", "mail" => "ایمیل", +"Authentication method" => "روش احراز هویت", "Authentication required" => "احراز هویت مورد نیاز است", "Server address" => "آدرس سرور", "Port" => "درگاه", @@ -135,14 +127,11 @@ $TRANSLATIONS = array( "Less" => "کم‌تر", "Version" => "نسخه", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "توسعه یافته به وسیله ی انجمن ownCloud, the کد اصلی مجاز زیر گواهی AGPL.", -"Add your App" => "برنامه خود را بیافزایید", -"More Apps" => "برنامه های بیشتر", -"Select an App" => "یک برنامه انتخاب کنید", "Documentation:" => "مستند سازی:", -"See application page at apps.owncloud.com" => "صفحه این اٌپ را در apps.owncloud.com ببینید", -"See application website" => "مشاهده وب سایت برنامه", -"-licensed by " => "-مجاز از طرف ", +"User Documentation" => "مستندات کاربر", +"Admin Documentation" => "مستند سازی مدیر", "Enable only for specific groups" => "فعال سازی تنها برای گروه های خاص", +"Uninstall App" => "حذف برنامه", "Administrator Documentation" => "مستندات مدیر", "Online Documentation" => "مستندات آنلاین", "Forum" => "انجمن", diff --git a/settings/l10n/fi_FI.php b/settings/l10n/fi_FI.php index 9b09f0fbadd..e5c1ce516c0 100644 --- a/settings/l10n/fi_FI.php +++ b/settings/l10n/fi_FI.php @@ -1,16 +1,5 @@ "Virheellinen arvo kohdassa %s", -"Saved" => "Tallennettu", -"test email settings" => "testaa sähköpostiasetukset", -"If you received this email, the settings seem to be correct." => "Jos sait tämän sähköpostin, kaikki asetukset vaikuttavat olevan kunnossa.", -"A problem occurred while sending the e-mail. Please revisit your settings." => "Sähköpostia lähettäessä tapahtui virhe. Tarkista asetukset.", -"Email sent" => "Sähköposti lähetetty", -"You need to set your user email before being able to send test emails." => "Aseta sähköpostiosoite, jotta voit testata sähköpostin toimivuutta.", -"Send mode" => "Lähetystila", -"Encryption" => "Salaus", -"Authentication method" => "Tunnistautumistapa", -"Unable to load list from App Store" => "Ei pystytä lataamaan listaa sovellusvarastosta (App Store)", "Authentication error" => "Tunnistautumisvirhe", "Your full name has been changed." => "Koko nimesi on muutettu.", "Unable to change full name" => "Koko nimen muuttaminen epäonnistui", @@ -40,23 +29,21 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Väärä ylläpitäjän salasana. Tarkista salasana ja yritä uudelleen.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Taustaosa ei tue salasanan vaihtamista, mutta käyttäjän salausavain päivitettiin onnistuneesti.", "Unable to change password" => "Salasanan vaihto ei onnistunut", +"Saved" => "Tallennettu", +"test email settings" => "testaa sähköpostiasetukset", +"Email sent" => "Sähköposti lähetetty", +"You need to set your user email before being able to send test emails." => "Aseta sähköpostiosoite, jotta voit testata sähköpostin toimivuutta.", "Are you really sure you want add \"{domain}\" as trusted domain?" => "Haluatko varmasti liittää kohteen \"{domain}\" luotetuksi toimialueeksi?", "Add trusted domain" => "Lisää luotettu toimialue", "Sending..." => "Lähetetään...", "All" => "Kaikki", -"User Documentation" => "Käyttäjäohjeistus", -"Admin Documentation" => "Ylläpitäjän ohjeistus", -"Update to {appversion}" => "Päivitä versioon {appversion}", -"Uninstall App" => "Poista sovelluksen asennus", -"Disable" => "Poista käytöstä", -"Enable" => "Käytä", "Please wait...." => "Odota hetki...", "Error while disabling app" => "Virhe poistaessa sovellusta käytöstä", +"Disable" => "Poista käytöstä", +"Enable" => "Käytä", "Error while enabling app" => "Virhe ottaessa sovellusta käyttöön", "Updating...." => "Päivitetään...", "Error while updating app" => "Virhe sovellusta päivittäessä", -"Error" => "Virhe", -"Update" => "Päivitä", "Updated" => "Päivitetty", "Uninstalling ...." => "Poistetaan asennusta....", "Error while uninstalling app" => "Virhe sovellusta poistaessa", @@ -141,7 +128,10 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Yhdistä %siin HTTPS-yhteydellä ottaaksesi käyttöön tai poistaaksesi käytöstä SSL-pakotteen.", "Email Server" => "Sähköpostipalvelin", "This is used for sending out notifications." => "Tätä käytetään ilmoitusten lähettämiseen.", +"Send mode" => "Lähetystila", +"Encryption" => "Salaus", "From address" => "Lähettäjän osoite", +"Authentication method" => "Tunnistautumistapa", "Authentication required" => "Tunnistautuminen vaaditaan", "Server address" => "Palvelimen osoite", "Port" => "Portti", @@ -156,14 +146,11 @@ $TRANSLATIONS = array( "Less" => "Vähemmän", "Version" => "Versio", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Kehityksestä on vastannut ownCloud-yhteisö, lähdekoodi on julkaistu lisenssin AGPL alaisena.", -"Add your App" => "Lisää sovelluksesi", -"More Apps" => "Lisää sovelluksia", -"Select an App" => "Valitse sovellus", "Documentation:" => "Ohjeistus:", -"See application page at apps.owncloud.com" => "Katso sovellussivu osoitteessa apps.owncloud.com", -"See application website" => "Lue lisää sovelluksen sivustolta", -"-licensed by " => "-lisensoija ", +"User Documentation" => "Käyttäjäohjeistus", +"Admin Documentation" => "Ylläpitäjän ohjeistus", "Enable only for specific groups" => "Salli vain tietyille ryhmille", +"Uninstall App" => "Poista sovelluksen asennus", "Administrator Documentation" => "Ylläpito-ohjeistus", "Online Documentation" => "Verkko-ohjeistus", "Forum" => "Keskustelupalsta", diff --git a/settings/l10n/fr.php b/settings/l10n/fr.php index 6c82b4e266b..a498030a15e 100644 --- a/settings/l10n/fr.php +++ b/settings/l10n/fr.php @@ -1,16 +1,5 @@ "Valeur fournie pour %s non valable", -"Saved" => "Sauvegardé", -"test email settings" => "tester les paramètres d'e-mail", -"If you received this email, the settings seem to be correct." => "Si vous recevez cet email, c'est que les paramètres sont corrects", -"A problem occurred while sending the e-mail. Please revisit your settings." => "Une erreur est survenue lors de l'envoi de l'e-mail. Veuillez vérifier vos paramètres.", -"Email sent" => "Email envoyé", -"You need to set your user email before being able to send test emails." => "Vous devez configurer votre e-mail d'utilisateur avant de pouvoir envoyer des e-mails de test.", -"Send mode" => "Mode d'envoi", -"Encryption" => "Chiffrement", -"Authentication method" => "Méthode d'authentification", -"Unable to load list from App Store" => "Impossible de charger la liste depuis l'App Store", "Authentication error" => "Erreur d'authentification", "Your full name has been changed." => "Votre nom complet a été modifié.", "Unable to change full name" => "Impossible de changer le nom complet", @@ -40,23 +29,21 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Mot de passe administrateur de récupération de données non valable. Veuillez vérifier le mot de passe et essayer à nouveau.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "L'infrastructure d'arrière-plan ne supporte pas la modification de mot de passe, mais la clef de chiffrement des utilisateurs a été mise à jour avec succès.", "Unable to change password" => "Impossible de modifier le mot de passe", +"Saved" => "Sauvegardé", +"test email settings" => "tester les paramètres d'e-mail", +"Email sent" => "Email envoyé", +"You need to set your user email before being able to send test emails." => "Vous devez configurer votre e-mail d'utilisateur avant de pouvoir envoyer des e-mails de test.", "Are you really sure you want add \"{domain}\" as trusted domain?" => "Êtes-vous vraiment sûr de vouloir ajouter \"{domain}\" comme domaine de confiance ?", "Add trusted domain" => "Ajouter un domaine de confiance", "Sending..." => "Envoi en cours...", "All" => "Tous", -"User Documentation" => "Documentation utilisateur", -"Admin Documentation" => "Documentation administrateur", -"Update to {appversion}" => "Mettre à jour vers {appversion}", -"Uninstall App" => "Désinstaller l'application", -"Disable" => "Désactiver", -"Enable" => "Activer", "Please wait...." => "Veuillez patienter…", "Error while disabling app" => "Erreur lors de la désactivation de l'application", +"Disable" => "Désactiver", +"Enable" => "Activer", "Error while enabling app" => "Erreur lors de l'activation de l'application", "Updating...." => "Mise à jour...", "Error while updating app" => "Erreur lors de la mise à jour de l'application", -"Error" => "Erreur", -"Update" => "Mettre à jour", "Updated" => "Mise à jour effectuée avec succès", "Uninstalling ...." => "Désintallation...", "Error while uninstalling app" => "Erreur lors de la désinstallation de l'application", @@ -148,8 +135,11 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Veuillez vous connecter à cette instance %s via HTTPS pour activer ou désactiver SSL.", "Email Server" => "Serveur mail", "This is used for sending out notifications." => "Ceci est utilisé pour l'envoi des notifications.", +"Send mode" => "Mode d'envoi", +"Encryption" => "Chiffrement", "From address" => "Adresse source", "mail" => "courriel", +"Authentication method" => "Méthode d'authentification", "Authentication required" => "Authentification requise", "Server address" => "Adresse du serveur", "Port" => "Port", @@ -164,14 +154,11 @@ $TRANSLATIONS = array( "Less" => "Moins", "Version" => "Version", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Développé par la communauté ownCloud, le code source est publié sous license AGPL.", -"Add your App" => "Ajoutez votre application", -"More Apps" => "Plus d'applications…", -"Select an App" => "Sélectionnez une Application", "Documentation:" => "Documentation :", -"See application page at apps.owncloud.com" => "Voir la page de l'application sur apps.owncloud.com", -"See application website" => "Voir le site web de l'application", -"-licensed by " => "Distribué sous licence , par ", +"User Documentation" => "Documentation utilisateur", +"Admin Documentation" => "Documentation administrateur", "Enable only for specific groups" => "Activer uniquement pour certains groupes", +"Uninstall App" => "Désinstaller l'application", "Administrator Documentation" => "Documentation administrateur", "Online Documentation" => "Documentation en ligne", "Forum" => "Forum", diff --git a/settings/l10n/gl.php b/settings/l10n/gl.php index 58e8f14feac..c2fac946544 100644 --- a/settings/l10n/gl.php +++ b/settings/l10n/gl.php @@ -1,16 +1,5 @@ "Forneceu un valor incorrecto para %s", -"Saved" => "Gardado", -"test email settings" => "correo de proba dos axustes", -"If you received this email, the settings seem to be correct." => "Se recibiu este correo, semella que a configuración é correcta.", -"A problem occurred while sending the e-mail. Please revisit your settings." => "Produciuse un problema ao enviar o correo. Revise os seus axustes.", -"Email sent" => "Correo enviado", -"You need to set your user email before being able to send test emails." => "É necesario configurar o correo do usuario antes de poder enviar mensaxes de correo de proba.", -"Send mode" => "Modo de envío", -"Encryption" => "Cifrado", -"Authentication method" => "Método de autenticación", -"Unable to load list from App Store" => "Non foi posíbel cargar a lista desde a App Store", "Authentication error" => "Produciuse un erro de autenticación", "Your full name has been changed." => "O seu nome completo foi cambiado", "Unable to change full name" => "Non é posíbel cambiar o nome completo", @@ -40,21 +29,19 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Contrasinal de recuperación do administrador incorrecto. Comprobe o contrasinal e tenteo de novo.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "A infraestrutura non admite o cambio de contrasinal, mais a chave de cifrado dos usuarios foi actualizada correctamente.", "Unable to change password" => "Non é posíbel cambiar o contrasinal", +"Saved" => "Gardado", +"test email settings" => "correo de proba dos axustes", +"Email sent" => "Correo enviado", +"You need to set your user email before being able to send test emails." => "É necesario configurar o correo do usuario antes de poder enviar mensaxes de correo de proba.", "Sending..." => "Enviando...", "All" => "Todo", -"User Documentation" => "Documentación do usuario", -"Admin Documentation" => "Documentación do administrador", -"Update to {appversion}" => "Actualizar á {appversion}", -"Uninstall App" => "Desinstalar unha aplicación", -"Disable" => "Desactivar", -"Enable" => "Activar", "Please wait...." => "Agarde...", "Error while disabling app" => "Produciuse un erro ao desactivar a aplicación", +"Disable" => "Desactivar", +"Enable" => "Activar", "Error while enabling app" => "Produciuse un erro ao activar a aplicación", "Updating...." => "Actualizando...", "Error while updating app" => "Produciuse un erro mentres actualizaba a aplicación", -"Error" => "Erro", -"Update" => "Actualizar", "Updated" => "Actualizado", "Uninstalling ...." => "Desinstalando ...", "Error while uninstalling app" => "Produciuse un erro ao desinstalar o aplicatvo", @@ -143,8 +130,11 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Conéctese a %s empregando HTTPS para activar ou desactivar o forzado de SSL.", "Email Server" => "Servidor de correo", "This is used for sending out notifications." => "Isto utilizase para o envío de notificacións.", +"Send mode" => "Modo de envío", +"Encryption" => "Cifrado", "From address" => "Desde o enderezo", "mail" => "correo", +"Authentication method" => "Método de autenticación", "Authentication required" => "Requírese autenticación", "Server address" => "Enderezo do servidor", "Port" => "Porto", @@ -159,14 +149,11 @@ $TRANSLATIONS = array( "Less" => "Menos", "Version" => "Versión", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Desenvolvido pola comunidade ownCloud, o código fonte está baixo a licenza AGPL.", -"Add your App" => "Engada a súa aplicación", -"More Apps" => "Máis aplicacións", -"Select an App" => "Escolla unha aplicación", "Documentation:" => "Documentación:", -"See application page at apps.owncloud.com" => "Consulte a páxina da aplicación en apps.owncloud.com", -"See application website" => "Vexa o sitio web da aplicación", -"-licensed by " => "-licenciado por", +"User Documentation" => "Documentación do usuario", +"Admin Documentation" => "Documentación do administrador", "Enable only for specific groups" => "Activar só para grupos específicos", +"Uninstall App" => "Desinstalar unha aplicación", "Administrator Documentation" => "Documentación do administrador", "Online Documentation" => "Documentación na Rede", "Forum" => "Foro", diff --git a/settings/l10n/he.php b/settings/l10n/he.php index d3624c983fd..e761cead850 100644 --- a/settings/l10n/he.php +++ b/settings/l10n/he.php @@ -1,9 +1,5 @@ "נשמר", -"Email sent" => "הודעת הדוא״ל נשלחה", -"Encryption" => "הצפנה", -"Unable to load list from App Store" => "לא ניתן לטעון רשימה מה־App Store", "Authentication error" => "שגיאת הזדהות", "Group already exists" => "הקבוצה כבר קיימת", "Unable to add group" => "לא ניתן להוסיף קבוצה", @@ -17,16 +13,14 @@ $TRANSLATIONS = array( "Unable to add user to group %s" => "לא ניתן להוסיף משתמש לקבוצה %s", "Unable to remove user from group %s" => "לא ניתן להסיר משתמש מהקבוצה %s", "Couldn't update app." => "לא ניתן לעדכן את היישום.", +"Saved" => "נשמר", +"Email sent" => "הודעת הדוא״ל נשלחה", "All" => "הכל", -"User Documentation" => "תיעוד משתמש", -"Update to {appversion}" => "עדכון לגרסה {appversion}", +"Please wait...." => "נא להמתין…", "Disable" => "בטל", "Enable" => "הפעלה", -"Please wait...." => "נא להמתין…", "Updating...." => "מתבצע עדכון…", "Error while updating app" => "אירעה שגיאה בעת עדכון היישום", -"Error" => "שגיאה", -"Update" => "עדכון", "Updated" => "מעודכן", "Delete" => "מחיקה", "Groups" => "קבוצות", @@ -51,6 +45,7 @@ $TRANSLATIONS = array( "Allow resharing" => "לאפשר שיתוף מחדש", "Security" => "אבטחה", "Enforce HTTPS" => "לאלץ HTTPS", +"Encryption" => "הצפנה", "Server address" => "כתובת שרת", "Port" => "פורט", "Credentials" => "פרטי גישה", @@ -60,11 +55,7 @@ $TRANSLATIONS = array( "Less" => "פחות", "Version" => "גרסא", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "פותח על די קהילתownCloud, קוד המקור מוגן ברישיון AGPL.", -"Add your App" => "הוספת היישום שלך", -"More Apps" => "יישומים נוספים", -"Select an App" => "בחירת יישום", -"See application page at apps.owncloud.com" => "צפה בעמוד הישום ב apps.owncloud.com", -"-licensed by " => "ברישיון לטובת ", +"User Documentation" => "תיעוד משתמש", "Administrator Documentation" => "תיעוד מנהלים", "Online Documentation" => "תיעוד מקוון", "Forum" => "פורום", diff --git a/settings/l10n/hi.php b/settings/l10n/hi.php index c19ac7e1018..a328b3700aa 100644 --- a/settings/l10n/hi.php +++ b/settings/l10n/hi.php @@ -1,8 +1,6 @@ "ईमेल भेज दिया गया है ", -"Error" => "त्रुटि", -"Update" => "अद्यतन", "Security Warning" => "सुरक्षा चेतावनी ", "More" => "और अधिक", "Password" => "पासवर्ड", diff --git a/settings/l10n/hr.php b/settings/l10n/hr.php index 6007bbbefca..d37f8beccf2 100644 --- a/settings/l10n/hr.php +++ b/settings/l10n/hr.php @@ -1,16 +1,5 @@ "Neispravna vrijednost dostavljena za %s", -"Saved" => "Spremljeno", -"test email settings" => "Postavke za testiranje e-pošte", -"If you received this email, the settings seem to be correct." => "Ako ste ovu e-poštu primili,čini se da su postavke ispravne.", -"A problem occurred while sending the e-mail. Please revisit your settings." => "Za vrijeme slanja e-pošte pojavio se problem. Molimo ponovno posjetite svoje postavke.", -"Email sent" => "E-pošta je poslana", -"You need to set your user email before being able to send test emails." => "Prije nego li ste u mogućnosti slati testnu e-poštu trebate postaviti svoj korisnički email.", -"Send mode" => "Način rada za slanje", -"Encryption" => "Šifriranje", -"Authentication method" => "Postupak autentikacije", -"Unable to load list from App Store" => "Popis iz App Store-a nije moguće učitati.", "Authentication error" => "Pogrešna autentikacija", "Your full name has been changed." => "Vaše puno ime je promijenjeno.", "Unable to change full name" => "Puno ime nije moguće promijeniti.", @@ -40,23 +29,21 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Pogrešna admin lozinka za oporavak. Molimo provjerite lozinku i pokušajte ponovno.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Pozadina ne podržava promjenu lozinke, ali korisnički ključ za šifriranje je uspješno ažuriran.", "Unable to change password" => "Promjena lozinke nije moguća", +"Saved" => "Spremljeno", +"test email settings" => "Postavke za testiranje e-pošte", +"Email sent" => "E-pošta je poslana", +"You need to set your user email before being able to send test emails." => "Prije nego li ste u mogućnosti slati testnu e-poštu trebate postaviti svoj korisnički email.", "Are you really sure you want add \"{domain}\" as trusted domain?" => "Jeste li doista sigurni da želite dodati \"{domain}\" kao pouzdanu domenu?", "Add trusted domain" => "Dodajte pouzdanu domenu", "Sending..." => "Slanje...", "All" => "Sve", -"User Documentation" => "Korisnička dokumentacija", -"Admin Documentation" => "Admin dokumentacija", -"Update to {appversion}" => "Ažurirajte u {appversion}", -"Uninstall App" => "Deinstalirajte app", -"Disable" => "Onemogućite", -"Enable" => "Omogućite", "Please wait...." => "Molimo pričekajte...", "Error while disabling app" => "Pogreška pri onemogućavanju app", +"Disable" => "Onemogućite", +"Enable" => "Omogućite", "Error while enabling app" => "Pogreška pri omogućavanju app", "Updating...." => "Ažuriranje...", "Error while updating app" => "Pogreška pri ažuriranju app", -"Error" => "Pogreška", -"Update" => "Ažurirajte", "Updated" => "Ažurirano", "Uninstalling ...." => "Deinstaliranje....", "Error while uninstalling app" => "Pogreška pri deinstaliranju app", @@ -146,8 +133,11 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Molimo,priključite se na svoj %s putem HTTPS da biste omogućili ili onemogućili SSL", "Email Server" => "Poslužitelj e-pošte", "This is used for sending out notifications." => "Ovo se koristi za slanje notifikacija.", +"Send mode" => "Način rada za slanje", +"Encryption" => "Šifriranje", "From address" => "S adrese", "mail" => "pošta", +"Authentication method" => "Postupak autentikacije", "Authentication required" => "Potrebna autentikacija", "Server address" => "Adresa poslužitelja", "Port" => "Priključak", @@ -162,14 +152,11 @@ $TRANSLATIONS = array( "Less" => "Manje", "Version" => "Verzija", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Razvila ownCloud zajednica, izvorni kod je licenciran AGPL licencom.", -"Add your App" => "Dodajte svoje aplikacije", -"More Apps" => "Više aplikacija", -"Select an App" => "Odaberite jednu aplikaciju", "Documentation:" => "Dokumentacija:", -"See application page at apps.owncloud.com" => "Vidite stranicu aplikacija na apps.owncloud.com", -"See application website" => "Vidite web mjesto aplikacija", -"-licensed by " => "-licencirano ", +"User Documentation" => "Korisnička dokumentacija", +"Admin Documentation" => "Admin dokumentacija", "Enable only for specific groups" => "Omogućite samo za specifične grupe", +"Uninstall App" => "Deinstalirajte app", "Administrator Documentation" => "Dokumentacija administratora", "Online Documentation" => "Online dokumentacija", "Forum" => "Forum", diff --git a/settings/l10n/hu_HU.php b/settings/l10n/hu_HU.php index c0bf40f00fe..2f1d9db9e85 100644 --- a/settings/l10n/hu_HU.php +++ b/settings/l10n/hu_HU.php @@ -1,16 +1,5 @@ "Érvénytelen adatot adott meg erre: %s", -"Saved" => "Elmentve", -"test email settings" => "e-mail beállítások ellenőrzése", -"If you received this email, the settings seem to be correct." => "Amennyiben megérkezett ez az e-mail akkor a beállítások megfelelők.", -"A problem occurred while sending the e-mail. Please revisit your settings." => "Hiba történt az e-mail küldésekor. Kérjük ellenőrizze a beállításokat!", -"Email sent" => "Az e-mailt elküldtük", -"You need to set your user email before being able to send test emails." => "Előbb meg kell adnia az e-mail címét, mielőtt tesztelni tudná az e-mail küldést.", -"Send mode" => "Küldési mód", -"Encryption" => "Titkosítás", -"Authentication method" => "A felhasználóazonosítás módszere", -"Unable to load list from App Store" => "Nem tölthető le a lista az App Store-ból", "Authentication error" => "Azonosítási hiba", "Your full name has been changed." => "Az Ön teljes nevét módosítottuk.", "Unable to change full name" => "Nem sikerült megváltoztatni a teljes nevét", @@ -40,23 +29,21 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Hibás admin helyreállítási jelszó. Ellenőrizze a jelszót és próbálja újra!", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "A háttér-alrendszer nem támogatja a jelszómódosítást, de felhasználó titkosítási kulcsát sikeresen frissítettük.", "Unable to change password" => "Nem sikerült megváltoztatni a jelszót", +"Saved" => "Elmentve", +"test email settings" => "e-mail beállítások ellenőrzése", +"Email sent" => "Az e-mailt elküldtük", +"You need to set your user email before being able to send test emails." => "Előbb meg kell adnia az e-mail címét, mielőtt tesztelni tudná az e-mail küldést.", "Are you really sure you want add \"{domain}\" as trusted domain?" => "Biztos abban, hogy hozzá akarja adni \"{domain}\"-t a megbízható tartományokhoz?", "Add trusted domain" => "Megbízható tartomány hozzáadása", "Sending..." => "Küldés...", "All" => "Mind", -"User Documentation" => "Felhasználói leírás", -"Admin Documentation" => "Adminisztrátori leírás", -"Update to {appversion}" => "Frissítés erre a verzióra: {appversion}", -"Uninstall App" => "Az alkalmazás eltávolítása", -"Disable" => "Letiltás", -"Enable" => "Engedélyezés", "Please wait...." => "Kérem várjon...", "Error while disabling app" => "Hiba az alkalmazás letiltása közben", +"Disable" => "Letiltás", +"Enable" => "Engedélyezés", "Error while enabling app" => "Hiba az alkalmazás engedélyezése közben", "Updating...." => "Frissítés folyamatban...", "Error while updating app" => "Hiba történt az alkalmazás frissítése közben", -"Error" => "Hiba", -"Update" => "Frissítés", "Updated" => "Frissítve", "Uninstalling ...." => "Eltávolítás ...", "Error while uninstalling app" => "Hiba történt az alkalmazás eltávolítása közben", @@ -145,8 +132,11 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Kérjük, hogy HTTPS protokollon keresztül kapcsolódjon a %s rendszerhez, ha be- vagy ki akarja kapcsolni a kötelező SSL-beállítást!", "Email Server" => "E-mail kiszolgáló", "This is used for sending out notifications." => "Ezt használjuk a jelentések kiküldésére.", +"Send mode" => "Küldési mód", +"Encryption" => "Titkosítás", "From address" => "A feladó címe", "mail" => "mail", +"Authentication method" => "A felhasználóazonosítás módszere", "Authentication required" => "Felhasználóazonosítás szükséges", "Server address" => "A kiszolgáló címe", "Port" => "Port", @@ -161,14 +151,11 @@ $TRANSLATIONS = array( "Less" => "Kevesebb", "Version" => "Verzió", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "A programot az ownCloud közösség fejleszti. A forráskód az AGPL feltételei mellett használható föl.", -"Add your App" => "Az alkalmazás hozzáadása", -"More Apps" => "További alkalmazások", -"Select an App" => "Válasszon egy alkalmazást", "Documentation:" => "Leírások:", -"See application page at apps.owncloud.com" => "Lásd apps.owncloud.com, alkalmazások oldal", -"See application website" => "Lásd az alkalmazások weboldalát", -"-licensed by " => "-a jogtuladonos ", +"User Documentation" => "Felhasználói leírás", +"Admin Documentation" => "Adminisztrátori leírás", "Enable only for specific groups" => "Csak bizonyos csoportok számára tegyük elérhetővé", +"Uninstall App" => "Az alkalmazás eltávolítása", "Administrator Documentation" => "Üzemeltetői leírás", "Online Documentation" => "Online leírás", "Forum" => "Fórum", diff --git a/settings/l10n/ia.php b/settings/l10n/ia.php index 608beddbe61..b2f50db8cb6 100644 --- a/settings/l10n/ia.php +++ b/settings/l10n/ia.php @@ -1,11 +1,9 @@ "Salveguardate", -"Email sent" => "Message de e-posta inviate", "Language changed" => "Linguage cambiate", "Invalid request" => "Requesta invalide", -"Error" => "Error", -"Update" => "Actualisar", +"Saved" => "Salveguardate", +"Email sent" => "Message de e-posta inviate", "Very weak password" => "Contrasigno multo debile", "Weak password" => "Contrasigno debile", "So-so password" => "Contrasigno passabile", @@ -18,8 +16,6 @@ $TRANSLATIONS = array( "Security Warning" => "Aviso de securitate", "Log" => "Registro", "More" => "Plus", -"Add your App" => "Adder tu application", -"Select an App" => "Selectionar un app", "Get the apps to sync your files" => "Obtene le apps (applicationes) pro synchronizar tu files", "Password" => "Contrasigno", "Unable to change your password" => "Non pote cambiar tu contrasigno", diff --git a/settings/l10n/id.php b/settings/l10n/id.php index f21e0fa082b..08544547ddd 100644 --- a/settings/l10n/id.php +++ b/settings/l10n/id.php @@ -1,15 +1,5 @@ "Disimpan", -"test email settings" => "pengaturan email percobaan", -"If you received this email, the settings seem to be correct." => "Jika Anda menerma email ini, pengaturan tampaknya sudah benar.", -"A problem occurred while sending the e-mail. Please revisit your settings." => "Terjadi masalah saat mengirim email. Mohon tinjau ulang pengaturan Anda.", -"Email sent" => "Email terkirim", -"You need to set your user email before being able to send test emails." => "Anda perlu menetapkan email pengguna Anda sebelum dapat mengirim email percobaan.", -"Send mode" => "Modus kirim", -"Encryption" => "Enkripsi", -"Authentication method" => "Metode otentikasi", -"Unable to load list from App Store" => "Tidak dapat memuat daftar dari App Store", "Authentication error" => "Galat saat autentikasi", "Your full name has been changed." => "Nama lengkap Anda telah diubah", "Unable to change full name" => "Tidak dapat mengubah nama lengkap", @@ -30,20 +20,19 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Sandi pemulihan admin salah. Periksa sandi dan ulangi kembali.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Back-end tidak mendukung perubahan password, tetapi kunci enkripsi pengguna berhasil diperbarui.", "Unable to change password" => "Tidak dapat mengubah sandi", +"Saved" => "Disimpan", +"test email settings" => "pengaturan email percobaan", +"Email sent" => "Email terkirim", +"You need to set your user email before being able to send test emails." => "Anda perlu menetapkan email pengguna Anda sebelum dapat mengirim email percobaan.", "Sending..." => "Mengirim", "All" => "Semua", -"User Documentation" => "Dokumentasi Pengguna", -"Admin Documentation" => "Dokumentasi Admin", -"Update to {appversion}" => "Perbarui ke {appversion}", -"Disable" => "Nonaktifkan", -"Enable" => "Aktifkan", "Please wait...." => "Mohon tunggu....", "Error while disabling app" => "Galat saat menonaktifkan aplikasi", +"Disable" => "Nonaktifkan", +"Enable" => "Aktifkan", "Error while enabling app" => "Galat saat mengakifkan aplikasi", "Updating...." => "Memperbarui....", "Error while updating app" => "Gagal ketika memperbarui aplikasi", -"Error" => "Galat", -"Update" => "Perbarui", "Updated" => "Diperbarui", "Select a profile picture" => "Pilih foto profil", "Very weak password" => "Sandi sangat lemah", @@ -101,7 +90,10 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Mohon sambungkan ke %s menggunakan HTTPS untuk mengaktifkannya atau menonaktifkan penegakan SSL.", "Email Server" => "Server Email", "This is used for sending out notifications." => "Ini digunakan untuk mengirim notifikasi keluar.", +"Send mode" => "Modus kirim", +"Encryption" => "Enkripsi", "From address" => "Dari alamat", +"Authentication method" => "Metode otentikasi", "Authentication required" => "Diperlukan otentikasi", "Server address" => "Alamat server", "Port" => "port", @@ -116,13 +108,9 @@ $TRANSLATIONS = array( "Less" => "Ciutkan", "Version" => "Versi", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Dikembangkan oleh komunitas ownCloud, kode sumber dilisensikan di bawah AGPL.", -"Add your App" => "Tambahkan Aplikasi Anda", -"More Apps" => "Aplikasi Lainnya", -"Select an App" => "Pilih Aplikasi", "Documentation:" => "Dokumentasi:", -"See application page at apps.owncloud.com" => "Lihat halaman aplikasi di apps.owncloud.com", -"See application website" => "Kunjungi situs web aplikasi", -"-licensed by " => "-dilisensikan oleh ", +"User Documentation" => "Dokumentasi Pengguna", +"Admin Documentation" => "Dokumentasi Admin", "Administrator Documentation" => "Dokumentasi Administrator", "Online Documentation" => "Dokumentasi Online", "Forum" => "Forum", diff --git a/settings/l10n/is.php b/settings/l10n/is.php index dc82b74006f..b28a15cf903 100644 --- a/settings/l10n/is.php +++ b/settings/l10n/is.php @@ -1,8 +1,5 @@ "Tölvupóstur sendur", -"Encryption" => "Dulkóðun", -"Unable to load list from App Store" => "Ekki tókst að hlaða lista frá forrita síðu", "Authentication error" => "Villa við auðkenningu", "Group already exists" => "Hópur er þegar til", "Unable to add group" => "Ekki tókst að bæta við hóp", @@ -15,13 +12,11 @@ $TRANSLATIONS = array( "Admins can't remove themself from the admin group" => "Stjórnendur geta ekki fjarlægt sjálfa sig úr stjórnendahóp", "Unable to add user to group %s" => "Ekki tókst að bæta notenda við hópinn %s", "Unable to remove user from group %s" => "Ekki tókst að fjarlægja notanda úr hópnum %s", -"User Documentation" => "Notenda handbók", +"Email sent" => "Tölvupóstur sendur", +"Please wait...." => "Andartak....", "Disable" => "Gera óvirkt", "Enable" => "Virkja", -"Please wait...." => "Andartak....", "Updating...." => "Uppfæri...", -"Error" => "Villa", -"Update" => "Uppfæra", "Updated" => "Uppfært", "Delete" => "Eyða", "Groups" => "Hópar", @@ -31,16 +26,13 @@ $TRANSLATIONS = array( "__language_name__" => "__nafn_tungumáls__", "None" => "Ekkert", "Security Warning" => "Öryggis aðvörun", +"Encryption" => "Dulkóðun", "Server address" => "Host nafn netþjóns", "More" => "Meira", "Less" => "Minna", "Version" => "Útgáfa", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Þróað af ownCloud samfélaginu, forrita kóðinn er skráðu með AGPL.", -"Add your App" => "Bæta við forriti", -"More Apps" => "Fleiri forrit", -"Select an App" => "Veldu forrit", -"See application page at apps.owncloud.com" => "Skoða síðu forrits hjá apps.owncloud.com", -"-licensed by " => "-leyfi skráð af ", +"User Documentation" => "Notenda handbók", "Administrator Documentation" => "Stjórnenda handbók", "Online Documentation" => "Handbók á netinu", "Forum" => "Vefspjall", diff --git a/settings/l10n/it.php b/settings/l10n/it.php index d7cb337f41a..d140819e454 100644 --- a/settings/l10n/it.php +++ b/settings/l10n/it.php @@ -1,16 +1,5 @@ "Valore non valido fornito per %s", -"Saved" => "Salvato", -"test email settings" => "prova impostazioni email", -"If you received this email, the settings seem to be correct." => "Se hai ricevuto questa email, le impostazioni dovrebbero essere corrette.", -"A problem occurred while sending the e-mail. Please revisit your settings." => "Si è verificato un problema durante l'invio dell'email. Controlla le tue impostazioni.", -"Email sent" => "Email inviata", -"You need to set your user email before being able to send test emails." => "Devi impostare l'indirizzo del tuo utente prima di poter provare l'invio delle email.", -"Send mode" => "Modalità di invio", -"Encryption" => "Cifratura", -"Authentication method" => "Metodo di autenticazione", -"Unable to load list from App Store" => "Impossibile caricare l'elenco dall'App Store", "Authentication error" => "Errore di autenticazione", "Your full name has been changed." => "Il tuo nome completo è stato cambiato.", "Unable to change full name" => "Impossibile cambiare il nome completo", @@ -40,23 +29,21 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Password amministrativa di ripristino errata. Controlla la password e prova ancora.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Il motore non supporta la modifica della password, ma la chiave di cifratura dell'utente è stata aggiornata correttamente.", "Unable to change password" => "Impossibile cambiare la password", +"Saved" => "Salvato", +"test email settings" => "prova impostazioni email", +"Email sent" => "Email inviata", +"You need to set your user email before being able to send test emails." => "Devi impostare l'indirizzo del tuo utente prima di poter provare l'invio delle email.", "Are you really sure you want add \"{domain}\" as trusted domain?" => "Sei sicuro di voler aggiungere \"{domain}\" come dominio attendibile?", "Add trusted domain" => "Aggiungi dominio attendibile", "Sending..." => "Invio in corso...", "All" => "Tutti", -"User Documentation" => "Documentazione utente", -"Admin Documentation" => "Documentazione di amministrazione", -"Update to {appversion}" => "Aggiorna a {appversion}", -"Uninstall App" => "Disinstalla applicazione", -"Disable" => "Disabilita", -"Enable" => "Abilita", "Please wait...." => "Attendere...", "Error while disabling app" => "Errore durante la disattivazione", +"Disable" => "Disabilita", +"Enable" => "Abilita", "Error while enabling app" => "Errore durante l'attivazione", "Updating...." => "Aggiornamento in corso...", "Error while updating app" => "Errore durante l'aggiornamento", -"Error" => "Errore", -"Update" => "Aggiorna", "Updated" => "Aggiornato", "Uninstalling ...." => "Disinstallazione...", "Error while uninstalling app" => "Errore durante la disinstallazione dell'applicazione", @@ -148,8 +135,11 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Connettiti al tuo %s tramite HTTPS per abilitare o disabilitare l'applicazione di SSL.", "Email Server" => "Server di posta", "This is used for sending out notifications." => "Viene utilizzato per inviare le notifiche.", +"Send mode" => "Modalità di invio", +"Encryption" => "Cifratura", "From address" => "Indirizzo mittente", "mail" => "posta", +"Authentication method" => "Metodo di autenticazione", "Authentication required" => "Autenticazione richiesta", "Server address" => "Indirizzo del server", "Port" => "Porta", @@ -164,14 +154,11 @@ $TRANSLATIONS = array( "Less" => "Meno", "Version" => "Versione", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Sviluppato dalla comunità di ownCloud, il codice sorgente è rilasciato nei termini della licenza AGPL.", -"Add your App" => "Aggiungi la tua applicazione", -"More Apps" => "Altre applicazioni", -"Select an App" => "Seleziona un'applicazione", "Documentation:" => "Documentazione:", -"See application page at apps.owncloud.com" => "Vedere la pagina dell'applicazione su apps.owncloud.com", -"See application website" => "Visita il sito web dell'applicazione", -"-licensed by " => "-licenziato da ", +"User Documentation" => "Documentazione utente", +"Admin Documentation" => "Documentazione di amministrazione", "Enable only for specific groups" => "Abilita solo per gruppi specifici", +"Uninstall App" => "Disinstalla applicazione", "Administrator Documentation" => "Documentazione amministratore", "Online Documentation" => "Documentazione in linea", "Forum" => "Forum", diff --git a/settings/l10n/ja.php b/settings/l10n/ja.php index a9b02663797..c3a828206dc 100644 --- a/settings/l10n/ja.php +++ b/settings/l10n/ja.php @@ -1,16 +1,5 @@ "%s に提供された無効な値", -"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." => "ユーザーメールを設定して初めて、テストメールを送信することができるようになります。", -"Send mode" => "送信モード", -"Encryption" => "暗号化", -"Authentication method" => "認証方法", -"Unable to load list from App Store" => "アプリストアからリストをロードできません", "Authentication error" => "認証エラー", "Your full name has been changed." => "名前を変更しました。", "Unable to change full name" => "名前を変更できません", @@ -40,23 +29,21 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "リカバリ用の管理者パスワードが間違っています。パスワードを確認して再度実行してください。", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "バックエンドはパスワード変更をサポートしていませんが、ユーザーの暗号化キーは正常に更新されました。", "Unable to change password" => "パスワードを変更できません", +"Saved" => "保存されました", +"test email settings" => "メール設定をテスト", +"Email sent" => "メールを送信しました", +"You need to set your user email before being able to send test emails." => "ユーザーメールを設定して初めて、テストメールを送信することができるようになります。", "Are you really sure you want add \"{domain}\" as trusted domain?" => "\"{domain}\" を信頼するドメインに追加してもよろしいでしょうか?", "Add trusted domain" => "信頼するドメイン名に追加", "Sending..." => "送信中…", "All" => "すべて", -"User Documentation" => "ユーザードキュメント", -"Admin Documentation" => "管理者ドキュメント", -"Update to {appversion}" => "{appversion} にアップデート", -"Uninstall App" => "アプリをアンインストール", -"Disable" => "無効", -"Enable" => "有効にする", "Please wait...." => "しばらくお待ちください。", "Error while disabling app" => "アプリ無効化中にエラーが発生", +"Disable" => "無効", +"Enable" => "有効にする", "Error while enabling app" => "アプリを有効にする際にエラーが発生", "Updating...." => "更新中....", "Error while updating app" => "アプリの更新中にエラーが発生", -"Error" => "エラー", -"Update" => "アップデート", "Updated" => "アップデート済み", "Uninstalling ...." => "アンインストール中 ....", "Error while uninstalling app" => "アプリをアンインストール中にエラーが発生", @@ -148,8 +135,11 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "強制的なSSL接続を有効/無効にするには、HTTPS経由で %s へ接続してください。", "Email Server" => "メールサーバー", "This is used for sending out notifications." => "これは通知の送信に使われます。", +"Send mode" => "送信モード", +"Encryption" => "暗号化", "From address" => "送信元アドレス", "mail" => "メール", +"Authentication method" => "認証方法", "Authentication required" => "認証を必要とする", "Server address" => "サーバーアドレス", "Port" => "ポート", @@ -164,14 +154,11 @@ $TRANSLATIONS = array( "Less" => "閉じる", "Version" => "バージョン", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "ownCloud コミュニティにより開発されています。 ソースコードは、AGPL ライセンスの下で提供されています。", -"Add your App" => "アプリを追加", -"More Apps" => "さらにアプリを表示", -"Select an App" => "アプリを選択してください", "Documentation:" => "ドキュメント:", -"See application page at apps.owncloud.com" => "apps.owncloud.com でアプリケーションのページを見てください", -"See application website" => "アプリケーションのウェブサイトを見る", -"-licensed by " => "-ライセンス: ", +"User Documentation" => "ユーザードキュメント", +"Admin Documentation" => "管理者ドキュメント", "Enable only for specific groups" => "特定のグループのみ有効に", +"Uninstall App" => "アプリをアンインストール", "Administrator Documentation" => "管理者ドキュメント", "Online Documentation" => "オンラインドキュメント", "Forum" => "フォーラム", diff --git a/settings/l10n/ka_GE.php b/settings/l10n/ka_GE.php index 5637b417956..bea73e94943 100644 --- a/settings/l10n/ka_GE.php +++ b/settings/l10n/ka_GE.php @@ -1,8 +1,5 @@ "იმეილი გაიგზავნა", -"Encryption" => "ენკრიპცია", -"Unable to load list from App Store" => "აპლიკაციების სია ვერ ჩამოიტვირთა App Store", "Authentication error" => "ავთენტიფიკაციის შეცდომა", "Group already exists" => "ჯგუფი უკვე არსებობს", "Unable to add group" => "ჯგუფის დამატება ვერ მოხერხდა", @@ -16,16 +13,13 @@ $TRANSLATIONS = array( "Unable to add user to group %s" => "მომხმარებლის დამატება ვერ მოხეხდა ჯგუფში %s", "Unable to remove user from group %s" => "მომხმარებლის წაშლა ვერ მოხეხდა ჯგუფიდან %s", "Couldn't update app." => "ვერ მოხერხდა აპლიკაციის განახლება.", +"Email sent" => "იმეილი გაიგზავნა", "All" => "ყველა", -"User Documentation" => "მომხმარებლის დოკუმენტაცია", -"Update to {appversion}" => "განაახლე {appversion}–მდე", +"Please wait...." => "დაიცადეთ....", "Disable" => "გამორთვა", "Enable" => "ჩართვა", -"Please wait...." => "დაიცადეთ....", "Updating...." => "მიმდინარეობს განახლება....", "Error while updating app" => "შეცდომა აპლიკაციის განახლების დროს", -"Error" => "შეცდომა", -"Update" => "განახლება", "Updated" => "განახლებულია", "Delete" => "წაშლა", "Groups" => "ჯგუფები", @@ -52,6 +46,7 @@ $TRANSLATIONS = array( "Allow resharing" => "გადაზიარების დაშვება", "Security" => "უსაფრთხოება", "Enforce HTTPS" => "HTTPS–ის ჩართვა", +"Encryption" => "ენკრიპცია", "Server address" => "სერვერის მისამართი", "Port" => "პორტი", "Credentials" => "იუზერ/პაროლი", @@ -61,11 +56,7 @@ $TRANSLATIONS = array( "Less" => "უფრო ნაკლები", "Version" => "ვერსია", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "წარმოებულია ownCloud community–ის მიერ. source code ვრცელდება AGPL ლიცენზიის ფარგლებში.", -"Add your App" => "დაამატე შენი აპლიკაცია", -"More Apps" => "უფრო მეტი აპლიკაციები", -"Select an App" => "აირჩიეთ აპლიკაცია", -"See application page at apps.owncloud.com" => "ნახეთ აპლიკაციის გვერდი apps.owncloud.com –ზე", -"-licensed by " => "-ლიცენსირებულია ", +"User Documentation" => "მომხმარებლის დოკუმენტაცია", "Administrator Documentation" => "ადმინისტრატორის დოკუმენტაცია", "Online Documentation" => "ონლაინ დოკუმენტაცია", "Forum" => "ფორუმი", diff --git a/settings/l10n/km.php b/settings/l10n/km.php index da1f5872741..74df3711c0d 100644 --- a/settings/l10n/km.php +++ b/settings/l10n/km.php @@ -1,13 +1,5 @@ "បាន​រក្សាទុក", -"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" => "កំហុស​ការ​ផ្ទៀង​ផ្ទាត់​ភាព​ត្រឹម​ត្រូវ", "Group already exists" => "មាន​ក្រុម​នេះ​រួច​ហើយ", "Unable to add group" => "មិន​អាច​បន្ថែម​ក្រុម", @@ -22,18 +14,17 @@ $TRANSLATIONS = array( "Unable to remove user from group %s" => "មិន​អាច​ដក​អ្នក​ប្រើ​ចេញ​ពី​ក្រុម​ %s", "Couldn't update app." => "មិន​អាច​ធ្វើ​បច្ចុប្បន្នភាព​កម្មវិធី។", "Wrong password" => "ខុស​ពាក្យ​សម្ងាត់", +"Saved" => "បាន​រក្សាទុក", +"test email settings" => "សាក​ល្បង​ការ​កំណត់​អ៊ីមែល", +"Email sent" => "បាន​ផ្ញើ​អ៊ីមែល", +"You need to set your user email before being able to send test emails." => "អ្នក​ត្រូវ​តែ​កំណត់​អ៊ីមែល​របស់​អ្នក​មុន​នឹង​អាច​ផ្ញើ​អ៊ីមែល​សាកល្បង​បាន។", "Sending..." => "កំពុង​ផ្ញើ...", -"User Documentation" => "ឯកសារ​សម្រាប់​អ្នក​ប្រើប្រាស់", -"Admin Documentation" => "កម្រង​ឯកសារ​អភិបាល", -"Update to {appversion}" => "ធ្វើ​បច្ចុប្បន្នភាព​ទៅ {appversion}", -"Disable" => "បិទ", -"Enable" => "បើក", "Please wait...." => "សូម​រង់​ចាំ....", "Error while disabling app" => "មាន​កំហុស​ពេល​កំពុង​បិទកម្មវិធី", +"Disable" => "បិទ", +"Enable" => "បើក", "Updating...." => "កំពុង​ធ្វើ​បច្ចុប្បន្នភាព....", "Error while updating app" => "មាន​កំហុស​ពេល​ធ្វើ​បច្ចុប្បន្នភាព​កម្មវិធី", -"Error" => "កំហុស", -"Update" => "ធ្វើ​បច្ចុប្បន្នភាព", "Updated" => "បាន​ធ្វើ​បច្ចុប្បន្នភាព", "Select a profile picture" => "ជ្រើស​រូបភាព​ប្រវត្តិរូប", "Very weak password" => "ពាក្យ​សម្ងាត់​ខ្សោយ​ណាស់", @@ -69,6 +60,7 @@ $TRANSLATIONS = array( "Security" => "សុវត្ថិភាព", "Enforce HTTPS" => "បង្ខំ HTTPS", "Email Server" => "ម៉ាស៊ីន​បម្រើ​អ៊ីមែល", +"Encryption" => "កូដនីយកម្ម", "From address" => "ពី​អាសយដ្ឋាន", "Server address" => "អាសយដ្ឋាន​ម៉ាស៊ីន​បម្រើ", "Port" => "ច្រក", @@ -79,11 +71,8 @@ $TRANSLATIONS = array( "Less" => "តិច", "Version" => "កំណែ", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "សរសេរ​កម្មវិធី​ដោយ សហគមន៍ ownCloud ហើយ source code គឺ​ស្ថិត​ក្នុង​អាជ្ញាប័ណ្ណ AGPL។", -"Add your App" => "បន្ថែម​កម្មវិធី​របស់​អ្នក", -"More Apps" => "កម្មវិធី​ច្រើន​ទៀត", -"Select an App" => "ជ្រើស​កម្មវិធី​មួយ", -"See application page at apps.owncloud.com" => "សូម​មើក​កម្មវិធី​ផ្សេងៗ​លើទំព័រ apps.owncloud.com", -"-licensed by " => "-អាជ្ញា​ប័ណ្ណ​ដោយ ", +"User Documentation" => "ឯកសារ​សម្រាប់​អ្នក​ប្រើប្រាស់", +"Admin Documentation" => "កម្រង​ឯកសារ​អភិបាល", "Administrator Documentation" => "ឯកសារ​សម្រាប់​​អ្នក​​គ្រប់​គ្រង​ប្រព័ន្ធ", "Online Documentation" => "ឯកសារ Online", "Forum" => "វេទិកាពិភាក្សា", diff --git a/settings/l10n/ko.php b/settings/l10n/ko.php index cc1448f1d2f..689c6d27bde 100644 --- a/settings/l10n/ko.php +++ b/settings/l10n/ko.php @@ -1,10 +1,5 @@ "저장됨", -"Email sent" => "이메일 발송됨", -"Encryption" => "암호화", -"Authentication method" => "인증 방법", -"Unable to load list from App Store" => "앱 스토어에서 목록을 가져올 수 없습니다", "Authentication error" => "인증 오류", "Your full name has been changed." => "전체 이름이 변경되었습니다.", "Unable to change full name" => "전체 이름을 변경할 수 없음", @@ -28,21 +23,17 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "관리자 복구 암호가 잘못되었습니다. 암호를 다시 확인하십시오.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "백엔드에서 암호 변경을 지원하지 않지만, 사용자의 암호화 키는 갱신되었습니다.", "Unable to change password" => "암호를 변경할 수 없음", +"Saved" => "저장됨", +"Email sent" => "이메일 발송됨", "Sending..." => "보내는 중...", "All" => "모두", -"User Documentation" => "사용자 문서", -"Admin Documentation" => "운영자 문서", -"Update to {appversion}" => "버전 {appversion}(으)로 업데이트", -"Uninstall App" => "앱 제거", -"Disable" => "사용 안함", -"Enable" => "사용함", "Please wait...." => "기다려 주십시오....", "Error while disabling app" => "앱을 비활성화하는 중 오류 발생", +"Disable" => "사용 안함", +"Enable" => "사용함", "Error while enabling app" => "앱을 활성화하는 중 오류 발생", "Updating...." => "업데이트 중....", "Error while updating app" => "앱을 업데이트하는 중 오류 발생", -"Error" => "오류", -"Update" => "업데이트", "Updated" => "업데이트됨", "Uninstalling ...." => "제거 하는 중 ....", "Error while uninstalling app" => "앱을 제거하는 중 오류 발생", @@ -104,7 +95,9 @@ $TRANSLATIONS = array( "Forces the clients to connect to %s via an encrypted connection." => "클라이언트가 %s에 연결할 때 암호화 연결을 강제로 사용합니다.", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "SSL 강제 설정을 변경하려면 %s에 HTTPS로 연결해야 합니다.", "Email Server" => "전자우편 서버", +"Encryption" => "암호화", "From address" => "보낸 이 주소", +"Authentication method" => "인증 방법", "Authentication required" => "인증 필요함", "Server address" => "서버 주소", "Port" => "포트", @@ -119,14 +112,11 @@ $TRANSLATIONS = array( "Less" => "덜 중요함", "Version" => "버전", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "ownCloud 커뮤니티에 의해서 개발되었습니다. 원본 코드는 AGPL에 따라 사용이 허가됩니다.", -"Add your App" => "내 앱 추가", -"More Apps" => "더 많은 앱", -"Select an App" => "앱 선택", "Documentation:" => "문서", -"See application page at apps.owncloud.com" => "apps.owncloud.com에 있는 앱 페이지를 참고하십시오", -"See application website" => "어플리케이션 웹사이트 보기", -"-licensed by " => "-라이선스됨: ", +"User Documentation" => "사용자 문서", +"Admin Documentation" => "운영자 문서", "Enable only for specific groups" => "특정 그룹에만 허용", +"Uninstall App" => "앱 제거", "Administrator Documentation" => "관리자 문서", "Online Documentation" => "온라인 문서", "Forum" => "포럼", diff --git a/settings/l10n/ku_IQ.php b/settings/l10n/ku_IQ.php index b5c40ae0a1f..01ca81e68c2 100644 --- a/settings/l10n/ku_IQ.php +++ b/settings/l10n/ku_IQ.php @@ -1,12 +1,10 @@ "نهێنیکردن", "Invalid request" => "داواکارى نادروستە", "Enable" => "چالاککردن", -"Error" => "هه‌ڵه", -"Update" => "نوێکردنه‌وه", "None" => "هیچ", "Login" => "چوونەژوورەوە", +"Encryption" => "نهێنیکردن", "Server address" => "ناونیشانی ڕاژه", "Password" => "وشەی تێپەربو", "New password" => "وشەی نهێنی نوێ", diff --git a/settings/l10n/lb.php b/settings/l10n/lb.php index 214ed9d2bc5..82edc1748db 100644 --- a/settings/l10n/lb.php +++ b/settings/l10n/lb.php @@ -1,7 +1,5 @@ "Email geschéckt", -"Unable to load list from App Store" => "Konnt Lescht net vum App Store lueden", "Authentication error" => "Authentifikatioun's Fehler", "Group already exists" => "Group existeiert schon.", "Unable to add group" => "Onmeiglech Grupp beizefügen.", @@ -13,11 +11,10 @@ $TRANSLATIONS = array( "Invalid request" => "Ongülteg Requête", "Admins can't remove themself from the admin group" => "Admins kennen sech selwer net aus enger Admin Group läschen.", "Unable to add user to group %s" => "Onmeiglech User an Grupp ze sätzen %s", +"Email sent" => "Email geschéckt", "All" => "All", "Disable" => "Ofschalten", "Enable" => "Aschalten", -"Error" => "Fehler", -"Update" => "Update", "Delete" => "Läschen", "Groups" => "Gruppen", "undo" => "réckgängeg man", @@ -33,9 +30,6 @@ $TRANSLATIONS = array( "Log" => "Log", "More" => "Méi", "Less" => "Manner", -"Add your App" => "Setz deng App bei", -"Select an App" => "Wiel eng Applikatioun aus", -"See application page at apps.owncloud.com" => "Kuck dir d'Applicatioun's Säit op apps.owncloud.com un", "Password" => "Passwuert", "Unable to change your password" => "Konnt däin Passwuert net änneren", "Current password" => "Momentan 't Passwuert", diff --git a/settings/l10n/lt_LT.php b/settings/l10n/lt_LT.php index bc8a9127a17..ebc255c461e 100644 --- a/settings/l10n/lt_LT.php +++ b/settings/l10n/lt_LT.php @@ -1,8 +1,5 @@ "Laiškas išsiųstas", -"Encryption" => "Šifravimas", -"Unable to load list from App Store" => "Neįmanoma įkelti sąrašo iš Programų Katalogo", "Authentication error" => "Autentikacijos klaida", "Group already exists" => "Grupė jau egzistuoja", "Unable to add group" => "Nepavyko pridėti grupės", @@ -22,18 +19,15 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Netinkamas administratoriau atkūrimo slaptažodis. Prašome pasitikrinti ir bandyti vėl.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Sistema nepalaiko slaptažodžio keitimo, bet naudotojo šifravimo raktas buvo sėkmingai atnaujintas.", "Unable to change password" => "Nepavyksta pakeisti slaptažodžio", +"Email sent" => "Laiškas išsiųstas", "All" => "Viskas", -"User Documentation" => "Naudotojo dokumentacija", -"Update to {appversion}" => "Atnaujinti iki {appversion}", -"Disable" => "Išjungti", -"Enable" => "Įjungti", "Please wait...." => "Prašome palaukti...", "Error while disabling app" => "Klaida išjungiant programą", +"Disable" => "Išjungti", +"Enable" => "Įjungti", "Error while enabling app" => "Klaida įjungiant programą", "Updating...." => "Atnaujinama...", "Error while updating app" => "Įvyko klaida atnaujinant programą", -"Error" => "Klaida", -"Update" => "Atnaujinti", "Updated" => "Atnaujinta", "Select a profile picture" => "Pažymėkite profilio paveikslėlį", "Delete" => "Ištrinti", @@ -69,6 +63,7 @@ $TRANSLATIONS = array( "Enforce HTTPS" => "Reikalauti HTTPS", "Forces the clients to connect to %s via an encrypted connection." => "Verčia klientus jungtis prie %s per šifruotą ryšį.", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Prašome prisijungti prie savo %s per HTTPS, kad įjungti ar išjungti SSL reikalavimą.", +"Encryption" => "Šifravimas", "Server address" => "Serverio adresas", "Port" => "Prievadas", "Log" => "Žurnalas", @@ -77,11 +72,7 @@ $TRANSLATIONS = array( "Less" => "Mažiau", "Version" => "Versija", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Sukurta ownCloud bendruomenės, pirminis kodas platinamas pagal AGPL.", -"Add your App" => "Pridėti programėlę", -"More Apps" => "Daugiau aplikacijų", -"Select an App" => "Pasirinkite programą", -"See application page at apps.owncloud.com" => "Žiūrėti programos puslapį svetainėje apps.owncloud.com", -"-licensed by " => "- autorius", +"User Documentation" => "Naudotojo dokumentacija", "Administrator Documentation" => "Administratoriaus dokumentacija", "Online Documentation" => "Dokumentacija tinkle", "Forum" => "Forumas", diff --git a/settings/l10n/lv.php b/settings/l10n/lv.php index 256e35076f1..2fde1034818 100644 --- a/settings/l10n/lv.php +++ b/settings/l10n/lv.php @@ -1,8 +1,5 @@ "Vēstule nosūtīta", -"Encryption" => "Šifrēšana", -"Unable to load list from App Store" => "Nevar lejupielādēt sarakstu no lietotņu veikala", "Authentication error" => "Autentifikācijas kļūda", "Group already exists" => "Grupa jau eksistē", "Unable to add group" => "Nevar pievienot grupu", @@ -16,16 +13,13 @@ $TRANSLATIONS = array( "Unable to add user to group %s" => "Nevar pievienot lietotāju grupai %s", "Unable to remove user from group %s" => "Nevar izņemt lietotāju no grupas %s", "Couldn't update app." => "Nevarēja atjaunināt lietotni.", +"Email sent" => "Vēstule nosūtīta", "All" => "Visi", -"User Documentation" => "Lietotāja dokumentācija", -"Update to {appversion}" => "Atjaunināt uz {appversion}", +"Please wait...." => "Lūdzu, uzgaidiet....", "Disable" => "Deaktivēt", "Enable" => "Aktivēt", -"Please wait...." => "Lūdzu, uzgaidiet....", "Updating...." => "Atjaunina....", "Error while updating app" => "Kļūda, atjauninot lietotni", -"Error" => "Kļūda", -"Update" => "Atjaunināt", "Updated" => "Atjaunināta", "Delete" => "Dzēst", "Decrypting files... Please wait, this can take some time." => "Atšifrēju failus... Uzgaidiet tas var ilgt kādu laiku.", @@ -57,6 +51,7 @@ $TRANSLATIONS = array( "Enforce HTTPS" => "Uzspiest HTTPS", "Forces the clients to connect to %s via an encrypted connection." => "Uzspiest klientiem pieslēgties pie %s caur šifrētu savienojumu.", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Lūdzu slēdzieties pie %s caur HTTPS lai iespējotu vai atspējotu SSL izpildīšanu", +"Encryption" => "Šifrēšana", "Server address" => "Servera adrese", "Port" => "Ports", "Credentials" => "Akreditācijas dati", @@ -66,11 +61,7 @@ $TRANSLATIONS = array( "Less" => "Mazāk", "Version" => "Versija", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "IzstrādājusiownCloud kopiena,pirmkodukurš ir licencēts zem AGPL.", -"Add your App" => "Pievieno savu lietotni", -"More Apps" => "Vairāk lietotņu", -"Select an App" => "Izvēlies lietotni", -"See application page at apps.owncloud.com" => "Apskati lietotņu lapu — apps.owncloud.com", -"-licensed by " => "-licencēts no ", +"User Documentation" => "Lietotāja dokumentācija", "Administrator Documentation" => "Administratora dokumentācija", "Online Documentation" => "Tiešsaistes dokumentācija", "Forum" => "Forums", diff --git a/settings/l10n/mk.php b/settings/l10n/mk.php index 229bd0a16e4..bc90e8d343d 100644 --- a/settings/l10n/mk.php +++ b/settings/l10n/mk.php @@ -1,13 +1,5 @@ "Неправилна вредност е доставена за %s", -"Saved" => "Снимено", -"test email settings" => "провери ги нагодувањата за електронска пошта", -"Email sent" => "Е-порака пратена", -"Send mode" => "Мод на испраќање", -"Encryption" => "Енкрипција", -"Authentication method" => "Метод на автентификација", -"Unable to load list from App Store" => "Неможам да вчитам листа од App Store", "Authentication error" => "Грешка во автентикација", "Your full name has been changed." => "Вашето целосно име е променето.", "Unable to change full name" => "Не можам да го променам целото име", @@ -29,20 +21,18 @@ $TRANSLATIONS = array( "Wrong password" => "Погрешна лозинка", "No user supplied" => "Нема корисничко име", "Unable to change password" => "Вашата лозинка неможе да се смени", +"Saved" => "Снимено", +"test email settings" => "провери ги нагодувањата за електронска пошта", +"Email sent" => "Е-порака пратена", "Sending..." => "Испраќам...", "All" => "Сите", -"User Documentation" => "Корисничка документација", -"Admin Documentation" => "Админстраторска документација", -"Update to {appversion}" => "Надгради на {appversion}", -"Disable" => "Оневозможи", -"Enable" => "Овозможи", "Please wait...." => "Ве молам почекајте ...", "Error while disabling app" => "Грешка при исклучувањето на апликацијата", +"Disable" => "Оневозможи", +"Enable" => "Овозможи", "Error while enabling app" => "Грешка при вклучувањето на апликацијата", "Updating...." => "Надградувам ...", "Error while updating app" => "Грешка додека ја надградувам апликацијата", -"Error" => "Грешка", -"Update" => "Ажурирај", "Updated" => "Надграден", "Select a profile picture" => "Одбери фотографија за профилот", "Very weak password" => "Многу слаба лозинка", @@ -97,8 +87,11 @@ $TRANSLATIONS = array( "Enforce HTTPS" => "Наметни HTTPS", "Email Server" => "Сервер за електронска пошта", "This is used for sending out notifications." => "Ова се користи за испраќање на известувања.", +"Send mode" => "Мод на испраќање", +"Encryption" => "Енкрипција", "From address" => "Од адреса", "mail" => "Електронска пошта", +"Authentication method" => "Метод на автентификација", "Authentication required" => "Потребна е автентификација", "Server address" => "Адреса на сервер", "Port" => "Порта", @@ -113,13 +106,9 @@ $TRANSLATIONS = array( "Less" => "Помалку", "Version" => "Верзија", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Развој од ownCloud заедницата, изворниот код е лиценциран соAGPL.", -"Add your App" => "Додадете ја Вашата апликација", -"More Apps" => "Повеќе аппликации", -"Select an App" => "Избери аппликација", "Documentation:" => "Документација:", -"See application page at apps.owncloud.com" => "Види ја страницата со апликации на apps.owncloud.com", -"See application website" => "Види го веб сајтот на апликацијата", -"-licensed by " => "-лиценцирано од ", +"User Documentation" => "Корисничка документација", +"Admin Documentation" => "Админстраторска документација", "Enable only for specific groups" => "Овозможи само на специфицирани групи", "Administrator Documentation" => "Администраторска документација", "Online Documentation" => "Документација на интернет", diff --git a/settings/l10n/ms_MY.php b/settings/l10n/ms_MY.php index 690b92bc732..98869363e95 100644 --- a/settings/l10n/ms_MY.php +++ b/settings/l10n/ms_MY.php @@ -7,8 +7,6 @@ $TRANSLATIONS = array( "Invalid request" => "Permintaan tidak sah", "Disable" => "Nyahaktif", "Enable" => "Aktif", -"Error" => "Ralat", -"Update" => "Kemaskini", "Delete" => "Padam", "Groups" => "Kumpulan", "never" => "jangan", @@ -19,9 +17,6 @@ $TRANSLATIONS = array( "Log" => "Log", "Log level" => "Tahap Log", "More" => "Lanjutan", -"Add your App" => "Tambah apps anda", -"Select an App" => "Pilih aplikasi", -"See application page at apps.owncloud.com" => "Lihat halaman applikasi di apps.owncloud.com", "Password" => "Kata laluan", "Unable to change your password" => "Gagal mengubah kata laluan anda ", "Current password" => "Kata laluan semasa", diff --git a/settings/l10n/nb_NO.php b/settings/l10n/nb_NO.php index 68f827ac2c0..f10f8e8fe44 100644 --- a/settings/l10n/nb_NO.php +++ b/settings/l10n/nb_NO.php @@ -1,16 +1,5 @@ "Ugyldig verdi angitt for %s", -"Saved" => "Lagret", -"test email settings" => "Test av innstillinger for e-post", -"If you received this email, the settings seem to be correct." => "Hvis du mottar denne e-posten er innstillingene tydeligvis korrekte.", -"A problem occurred while sending the e-mail. Please revisit your settings." => "Et problem oppstod under sending av e-posten. Sjekk innstillingene.", -"Email sent" => "E-post sendt", -"You need to set your user email before being able to send test emails." => "Du må sette e-postadressen for brukeren din før du kan teste sending av e-post.", -"Send mode" => "Sendemåte", -"Encryption" => "Kryptering", -"Authentication method" => "Autentiseringsmetode", -"Unable to load list from App Store" => "Lasting av liste fra App Store feilet.", "Authentication error" => "Autentiseringsfeil", "Your full name has been changed." => "Ditt fulle navn er blitt endret.", "Unable to change full name" => "Klarte ikke å endre fullt navn", @@ -40,23 +29,21 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Feil administrativt gjenopprettingspassord. Sjekk passordet og prøv igjen.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Serveren støtter ikke endring av passord, men oppdatering av brukerens krypteringsnøkkel var vellykket.", "Unable to change password" => "Kunne ikke endre passord", +"Saved" => "Lagret", +"test email settings" => "Test av innstillinger for e-post", +"Email sent" => "E-post sendt", +"You need to set your user email before being able to send test emails." => "Du må sette e-postadressen for brukeren din før du kan teste sending av e-post.", "Are you really sure you want add \"{domain}\" as trusted domain?" => "Ønsker du virkelig å legge til \"{domain}\" som tiltrodd domene?", "Add trusted domain" => "Legg til et tiltrodd domene", "Sending..." => "Sender...", "All" => "Alle", -"User Documentation" => "Brukerdokumentasjon", -"Admin Documentation" => "Admin-dokumentasjon", -"Update to {appversion}" => "Oppdater til {appversion}", -"Uninstall App" => "Avinstaller app", -"Disable" => "Deaktiver ", -"Enable" => "Aktiver", "Please wait...." => "Vennligst vent...", "Error while disabling app" => "Deaktivering av app feilet", +"Disable" => "Deaktiver ", +"Enable" => "Aktiver", "Error while enabling app" => "Aktivering av app feilet", "Updating...." => "Oppdaterer...", "Error while updating app" => "Feil ved oppdatering av app", -"Error" => "Feil", -"Update" => "Oppdater", "Updated" => "Oppdatert", "Uninstalling ...." => "Avinstallerer ....", "Error while uninstalling app" => "Feil ved avinstallering av app", @@ -148,8 +135,11 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Vennligst koble til din %s via HTTPS for å aktivere eller deaktivere tvungen SSL.", "Email Server" => "E-postserver", "This is used for sending out notifications." => "Dette brukes for utsending av varsler.", +"Send mode" => "Sendemåte", +"Encryption" => "Kryptering", "From address" => "Fra adresse", "mail" => "e-post", +"Authentication method" => "Autentiseringsmetode", "Authentication required" => "Autentisering kreves", "Server address" => "Server-adresse", "Port" => "Port", @@ -164,14 +154,11 @@ $TRANSLATIONS = array( "Less" => "Mindre", "Version" => "Versjon", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Utviklet av ownCloud-fellesskapet. Kildekoden er lisensiert under AGPL.", -"Add your App" => "Legg til din App", -"More Apps" => "Flere apper", -"Select an App" => "Velg en app", "Documentation:" => "Dokumentasjon:", -"See application page at apps.owncloud.com" => "Se applikasjonens side på apps.owncloud.org", -"See application website" => "Vis applikasjonens nettsted", -"-licensed by " => "-lisensiert av ", +"User Documentation" => "Brukerdokumentasjon", +"Admin Documentation" => "Admin-dokumentasjon", "Enable only for specific groups" => "Aktiver kun for visse grupper", +"Uninstall App" => "Avinstaller app", "Administrator Documentation" => "Dokumentasjon for administratorer", "Online Documentation" => "Online dokumentasjon", "Forum" => "Forum", diff --git a/settings/l10n/nl.php b/settings/l10n/nl.php index 07c5f66bc9c..666b34981f6 100644 --- a/settings/l10n/nl.php +++ b/settings/l10n/nl.php @@ -1,16 +1,5 @@ "Ongeldige waarde voor %s", -"Saved" => "Bewaard", -"test email settings" => "test e-mailinstellingen", -"If you received this email, the settings seem to be correct." => "Als u dit e-mailbericht ontvangt, lijken de instellingen juist.", -"A problem occurred while sending the e-mail. Please revisit your settings." => "Er ontstond een probleem bij het versturen van de e-mail. Controleer uw instellingen.", -"Email sent" => "E-mail verzonden", -"You need to set your user email before being able to send test emails." => "U moet uw e-mailadres invoeren voordat u testberichten kunt versturen.", -"Send mode" => "Verstuurmodus", -"Encryption" => "Versleuteling", -"Authentication method" => "Authenticatiemethode", -"Unable to load list from App Store" => "Kan de lijst niet van de App store laden", "Authentication error" => "Authenticatie fout", "Your full name has been changed." => "Uw volledige naam is gewijzigd.", "Unable to change full name" => "Kan de volledige naam niet wijzigen", @@ -40,23 +29,21 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Onjuist beheerdersherstelwachtwoord. Controleer het wachtwoord en probeer het opnieuw.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "De Back-end ondersteunt geen wachtwoordwijzigingen, maar de cryptosleutel van de gebruiker is succesvol bijgewerkt.", "Unable to change password" => "Kan wachtwoord niet wijzigen", +"Saved" => "Bewaard", +"test email settings" => "test e-mailinstellingen", +"Email sent" => "E-mail verzonden", +"You need to set your user email before being able to send test emails." => "U moet uw e-mailadres invoeren voordat u testberichten kunt versturen.", "Are you really sure you want add \"{domain}\" as trusted domain?" => "Weet u zeker dat u \"{domain}\" als een vertrouwd domein wilt toevoegen?", "Add trusted domain" => "Vertrouwd domein toevoegen", "Sending..." => "Versturen...", "All" => "Alle", -"User Documentation" => "Gebruikersdocumentatie", -"Admin Documentation" => "Beheerdocumentatie", -"Update to {appversion}" => "Bijwerken naar {appversion}", -"Uninstall App" => "De-installeren app", -"Disable" => "Uitschakelen", -"Enable" => "Activeer", "Please wait...." => "Even geduld aub....", "Error while disabling app" => "Fout tijdens het uitzetten van het programma", +"Disable" => "Uitschakelen", +"Enable" => "Activeer", "Error while enabling app" => "Fout tijdens het aanzetten van het programma", "Updating...." => "Bijwerken....", "Error while updating app" => "Fout bij bijwerken app", -"Error" => "Fout", -"Update" => "Bijwerken", "Updated" => "Bijgewerkt", "Uninstalling ...." => "De-installeren ...", "Error while uninstalling app" => "Fout bij de-installeren app", @@ -148,8 +135,11 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Maak verbinding naar uw %s via HTTPS om een geforceerde versleutelde verbinding in- of uit te schakelen.", "Email Server" => "E-mailserver", "This is used for sending out notifications." => "Dit wordt gestuurd voor het verzenden van meldingen.", +"Send mode" => "Verstuurmodus", +"Encryption" => "Versleuteling", "From address" => "Afzenderadres", "mail" => "e-mail", +"Authentication method" => "Authenticatiemethode", "Authentication required" => "Authenticatie vereist", "Server address" => "Server adres", "Port" => "Poort", @@ -164,14 +154,11 @@ $TRANSLATIONS = array( "Less" => "Minder", "Version" => "Versie", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Ontwikkeld door de ownCloud gemeenschap, de broncode is gelicenseerd onder de AGPL.", -"Add your App" => "App toevoegen", -"More Apps" => "Meer apps", -"Select an App" => "Selecteer een app", "Documentation:" => "Documentatie:", -"See application page at apps.owncloud.com" => "Zie de applicatiepagina op apps.owncloud.com", -"See application website" => "Zie website van de applicatie", -"-licensed by " => "-Gelicenseerd door ", +"User Documentation" => "Gebruikersdocumentatie", +"Admin Documentation" => "Beheerdocumentatie", "Enable only for specific groups" => "Alleen voor bepaalde groepen activeren", +"Uninstall App" => "De-installeren app", "Administrator Documentation" => "Beheerdersdocumentatie", "Online Documentation" => "Online documentatie", "Forum" => "Forum", diff --git a/settings/l10n/nn_NO.php b/settings/l10n/nn_NO.php index cc0f2438f3b..b8d0d23ca84 100644 --- a/settings/l10n/nn_NO.php +++ b/settings/l10n/nn_NO.php @@ -1,8 +1,5 @@ "E-post sendt", -"Encryption" => "Kryptering", -"Unable to load list from App Store" => "Klarer ikkje å lasta inn liste fra app-butikken", "Authentication error" => "Autentiseringsfeil", "Group already exists" => "Gruppa finst allereie", "Unable to add group" => "Klarte ikkje leggja til gruppa", @@ -22,18 +19,15 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Feil admingjenopprettingspassord. Ver venleg og sjekk passordet og prøv igjen.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Bakstykket støttar ikkje passordendring, men krypteringsnøkkelen til brukaren blei oppdatert.", "Unable to change password" => "Klarte ikkje å endra passordet", +"Email sent" => "E-post sendt", "All" => "Alle", -"User Documentation" => "Brukardokumentasjon", -"Update to {appversion}" => "Oppdater til {appversion}", -"Disable" => "Slå av", -"Enable" => "Slå på", "Please wait...." => "Ver venleg og vent …", "Error while disabling app" => "Klarte ikkje å skru av programmet", +"Disable" => "Slå av", +"Enable" => "Slå på", "Error while enabling app" => "Klarte ikkje å skru på programmet", "Updating...." => "Oppdaterer …", "Error while updating app" => "Feil ved oppdatering av app", -"Error" => "Feil", -"Update" => "Oppdater", "Updated" => "Oppdatert", "Select a profile picture" => "Vel eit profilbilete", "Very weak password" => "Veldig svakt passord", @@ -67,6 +61,7 @@ $TRANSLATIONS = array( "Enforce HTTPS" => "Krev HTTPS", "Forces the clients to connect to %s via an encrypted connection." => "Tvingar klientar til å kopla til %s med ei kryptert tilkopling.", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Ver venleg å kopla til %s med HTTPS (eller skru av SSL-kravet).", +"Encryption" => "Kryptering", "Server address" => "Tenaradresse", "Log" => "Logg", "Log level" => "Log nivå", @@ -74,11 +69,7 @@ $TRANSLATIONS = array( "Less" => "Mindre", "Version" => "Utgåve", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Kjeldekoden, utvikla av ownCloud-fellesskapet, er lisensiert under AGPL.", -"Add your App" => "Legg til din app", -"More Apps" => "Fleire app-ar", -"Select an App" => "Vel eit program", -"See application page at apps.owncloud.com" => "Sjå programsida på apps.owncloud.com", -"-licensed by " => "Lisensiert under av ", +"User Documentation" => "Brukardokumentasjon", "Administrator Documentation" => "Administratordokumentasjon", "Online Documentation" => "Dokumentasjon på nett", "Forum" => "Forum", diff --git a/settings/l10n/oc.php b/settings/l10n/oc.php index 5ed02ec8f42..4fc9968a384 100644 --- a/settings/l10n/oc.php +++ b/settings/l10n/oc.php @@ -1,6 +1,5 @@ "Pas possible de cargar la tièra dempuèi App Store", "Authentication error" => "Error d'autentificacion", "Group already exists" => "Lo grop existís ja", "Unable to add group" => "Pas capable d'apondre un grop", @@ -14,7 +13,6 @@ $TRANSLATIONS = array( "Unable to remove user from group %s" => "Pas capable de tira un usancièr del grop %s", "Disable" => "Desactiva", "Enable" => "Activa", -"Error" => "Error", "Delete" => "Escafa", "Groups" => "Grops", "undo" => "defar", @@ -28,10 +26,6 @@ $TRANSLATIONS = array( "Sharing" => "Al partejar", "Log" => "Jornal", "More" => "Mai d'aquò", -"Add your App" => "Ajusta ton App", -"Select an App" => "Selecciona una applicacion", -"See application page at apps.owncloud.com" => "Agacha la pagina d'applications en cò de apps.owncloud.com", -"-licensed by " => "-licençiat per ", "Password" => "Senhal", "Your password was changed" => "Ton senhal a cambiat", "Unable to change your password" => "Pas possible de cambiar ton senhal", diff --git a/settings/l10n/pa.php b/settings/l10n/pa.php index 94b807624a9..5d651a78dd8 100644 --- a/settings/l10n/pa.php +++ b/settings/l10n/pa.php @@ -1,11 +1,10 @@ "ਭਾਸ਼ਾ ਬਦਲੀ", +"Please wait...." => "...ਉਡੀਕੋ ਜੀ", "Disable" => "ਬੰਦ", "Enable" => "ਚਾਲੂ", -"Please wait...." => "...ਉਡੀਕੋ ਜੀ", "Updating...." => "...ਅੱਪਡੇਟ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ", -"Error" => "ਗਲਤੀ", "Updated" => "ਅੱਪਡੇਟ ਕੀਤਾ", "Delete" => "ਹਟਾਓ", "Groups" => "ਗਰੁੱਪ", diff --git a/settings/l10n/pl.php b/settings/l10n/pl.php index d5720a62139..3e2ca7d26e1 100644 --- a/settings/l10n/pl.php +++ b/settings/l10n/pl.php @@ -1,16 +1,5 @@ "Nieprawidłowa wartość %s", -"Saved" => "Zapisano", -"test email settings" => "przetestuj ustawienia email", -"If you received this email, the settings seem to be correct." => "Jeśli otrzymałeś ten email, ustawienia wydają się być poprawne.", -"A problem occurred while sending the e-mail. Please revisit your settings." => "Pojawił się problem podczas wysyłania e-mail. Proszę sprawdzić ponownie ustawienia", -"Email sent" => "E-mail wysłany", -"You need to set your user email before being able to send test emails." => "Musisz najpierw ustawić użytkownika e-mail, aby móc wysyłać wiadomości testowe.", -"Send mode" => "Tryb wysyłki", -"Encryption" => "Szyfrowanie", -"Authentication method" => "Metoda autentykacji", -"Unable to load list from App Store" => "Nie można wczytać listy aplikacji", "Authentication error" => "Błąd uwierzytelniania", "Your full name has been changed." => "Twoja pełna nazwa została zmieniona.", "Unable to change full name" => "Nie można zmienić pełnej nazwy", @@ -40,23 +29,21 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Błędne hasło odzyskiwania. Sprawdź hasło i spróbuj ponownie.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Zaplecze nie obsługuje zmiany hasła, ale klucz szyfrowania użytkownika został pomyślnie zaktualizowany.", "Unable to change password" => "Nie można zmienić hasła", +"Saved" => "Zapisano", +"test email settings" => "przetestuj ustawienia email", +"Email sent" => "E-mail wysłany", +"You need to set your user email before being able to send test emails." => "Musisz najpierw ustawić użytkownika e-mail, aby móc wysyłać wiadomości testowe.", "Are you really sure you want add \"{domain}\" as trusted domain?" => "Czy jesteś pewien/pewna że chcesz dodać \"{domain}\" jako zaufaną domenę?", "Add trusted domain" => "Dodaj zaufaną domenę", "Sending..." => "Wysyłam...", "All" => "Wszystkie", -"User Documentation" => "Dokumentacja użytkownika", -"Admin Documentation" => "Dokumentacja Administratora", -"Update to {appversion}" => "Aktualizacja do {appversion}", -"Uninstall App" => "Odinstaluj aplikację", -"Disable" => "Wyłącz", -"Enable" => "Włącz", "Please wait...." => "Proszę czekać...", "Error while disabling app" => "Błąd podczas wyłączania aplikacji", +"Disable" => "Wyłącz", +"Enable" => "Włącz", "Error while enabling app" => "Błąd podczas włączania aplikacji", "Updating...." => "Aktualizacja w toku...", "Error while updating app" => "Błąd podczas aktualizacji aplikacji", -"Error" => "Błąd", -"Update" => "Aktualizuj", "Updated" => "Zaktualizowano", "Uninstalling ...." => "Odinstalowywanie....", "Error while uninstalling app" => "Błąd przy odinstalowywaniu aplikacji", @@ -148,8 +135,11 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Proszę połącz się do twojego %s za pośrednictwem protokołu HTTPS, aby włączyć lub wyłączyć stosowanie protokołu SSL.", "Email Server" => "Serwer pocztowy", "This is used for sending out notifications." => "To jest używane do wysyłania powiadomień", +"Send mode" => "Tryb wysyłki", +"Encryption" => "Szyfrowanie", "From address" => "Z adresu", "mail" => "mail", +"Authentication method" => "Metoda autentykacji", "Authentication required" => "Wymagana autoryzacja", "Server address" => "Adres Serwera", "Port" => "Port", @@ -164,14 +154,11 @@ $TRANSLATIONS = array( "Less" => "Mniej", "Version" => "Wersja", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Stworzone przez społeczność ownCloud, kod źródłowy na licencji AGPL.", -"Add your App" => "Dodaj swoją aplikację", -"More Apps" => "Więcej aplikacji", -"Select an App" => "Zaznacz aplikację", "Documentation:" => "Dokumentacja:", -"See application page at apps.owncloud.com" => "Zobacz stronę aplikacji na apps.owncloud.com", -"See application website" => "Zobacz na stronie aplikacji", -"-licensed by " => "-licencjonowane przez ", +"User Documentation" => "Dokumentacja użytkownika", +"Admin Documentation" => "Dokumentacja Administratora", "Enable only for specific groups" => "Włącz tylko dla określonych grup", +"Uninstall App" => "Odinstaluj aplikację", "Administrator Documentation" => "Dokumentacja administratora", "Online Documentation" => "Dokumentacja online", "Forum" => "Forum", diff --git a/settings/l10n/pt_BR.php b/settings/l10n/pt_BR.php index 3ab79191e27..2e9a1a2c016 100644 --- a/settings/l10n/pt_BR.php +++ b/settings/l10n/pt_BR.php @@ -1,16 +1,5 @@ "Valor inválido fornecido para %s", -"Saved" => "Salvo", -"test email settings" => "testar configurações de email", -"If you received this email, the settings seem to be correct." => "Se você recebeu este e-mail, as configurações parecem estar corretas.", -"A problem occurred while sending the e-mail. Please revisit your settings." => "Ocorreu um problema ao enviar o e-mail. Por favor, reveja suas configurações.", -"Email sent" => "E-mail enviado", -"You need to set your user email before being able to send test emails." => "Você precisa configurar seu e-mail de usuário antes de ser capaz de enviar e-mails de teste.", -"Send mode" => "Modo enviar", -"Encryption" => "Criptografia", -"Authentication method" => "Método de autenticação", -"Unable to load list from App Store" => "Não foi possível carregar lista da App Store", "Authentication error" => "Erro de autenticação", "Your full name has been changed." => "Seu nome completo foi alterado.", "Unable to change full name" => "Não é possível alterar o nome completo", @@ -40,23 +29,21 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Senha de recuperação do administrador errada. Por favor verifique a senha e tente novamente.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Back-end não suporta alteração de senha, mas a chave de criptografia de usuários foi atualizado com sucesso....", "Unable to change password" => "Impossível modificar senha", +"Saved" => "Salvo", +"test email settings" => "testar configurações de email", +"Email sent" => "E-mail enviado", +"You need to set your user email before being able to send test emails." => "Você precisa configurar seu e-mail de usuário antes de ser capaz de enviar e-mails de teste.", "Are you really sure you want add \"{domain}\" as trusted domain?" => "Você tem certeza que você quer adicionar \"{domain}\" como domínio confiável?", "Add trusted domain" => "Adicionar domínio confiável", "Sending..." => "Enviando...", "All" => "Todos", -"User Documentation" => "Documentação de Usuário", -"Admin Documentation" => "Documentação de Administrador", -"Update to {appversion}" => "Atualizar para {appversion}", -"Uninstall App" => "Desinstalar Aplicativo", -"Disable" => "Desabilitar", -"Enable" => "Habilitar", "Please wait...." => "Por favor, aguarde...", "Error while disabling app" => "Erro enquanto desabilitava o aplicativo", +"Disable" => "Desabilitar", +"Enable" => "Habilitar", "Error while enabling app" => "Erro enquanto habilitava o aplicativo", "Updating...." => "Atualizando...", "Error while updating app" => "Erro ao atualizar aplicativo", -"Error" => "Erro", -"Update" => "Atualizar", "Updated" => "Atualizado", "Uninstalling ...." => "Desinstalando ...", "Error while uninstalling app" => "Erro enquanto desinstalava aplicativo", @@ -148,8 +135,11 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Por favor, se conectar ao seu %s via HTTPS para forçar ativar ou desativar SSL.", "Email Server" => "Servidor de Email", "This is used for sending out notifications." => "Isto é usado para o envio de notificações.", +"Send mode" => "Modo enviar", +"Encryption" => "Criptografia", "From address" => "Do Endereço", "mail" => "email", +"Authentication method" => "Método de autenticação", "Authentication required" => "Autenticação é requerida", "Server address" => "Endereço do servidor", "Port" => "Porta", @@ -164,14 +154,11 @@ $TRANSLATIONS = array( "Less" => "Menos", "Version" => "Versão", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Desenvolvido pela comunidade ownCloud, o código fonte está licenciado sob AGPL.", -"Add your App" => "Adicione seu Aplicativo", -"More Apps" => "Mais Apps", -"Select an App" => "Selecione um Aplicativo", "Documentation:" => "Documentação:", -"See application page at apps.owncloud.com" => "Ver página do aplicativo em apps.owncloud.com", -"See application website" => "Consulte o site aplicação", -"-licensed by " => "-licenciado por ", +"User Documentation" => "Documentação de Usuário", +"Admin Documentation" => "Documentação de Administrador", "Enable only for specific groups" => "Ativar apenas para grupos específicos", +"Uninstall App" => "Desinstalar Aplicativo", "Administrator Documentation" => "Documentação de Administrador", "Online Documentation" => "Documentação Online", "Forum" => "Fórum", diff --git a/settings/l10n/pt_PT.php b/settings/l10n/pt_PT.php index ac318109742..d4a24cf29bd 100644 --- a/settings/l10n/pt_PT.php +++ b/settings/l10n/pt_PT.php @@ -1,16 +1,5 @@ "Valor dado a %s éinválido", -"Saved" => "Guardado", -"test email settings" => "testar configurações de email", -"If you received this email, the settings seem to be correct." => "Se você recebeu este e-mail as configurações parecem estar correctas", -"A problem occurred while sending the e-mail. Please revisit your settings." => "Ocorreu um erro ao enviar o email. Por favor verifique as definições.", -"Email sent" => "E-mail enviado", -"You need to set your user email before being able to send test emails." => "Você precisa de configurar o seu e-mail de usuário antes de ser capaz de enviar e-mails de teste", -"Send mode" => "Modo de envio", -"Encryption" => "Encriptação", -"Authentication method" => "Método de autenticação", -"Unable to load list from App Store" => "Incapaz de carregar a lista da App Store", "Authentication error" => "Erro na autenticação", "Your full name has been changed." => "O seu nome completo foi alterado.", "Unable to change full name" => "Não foi possível alterar o seu nome completo", @@ -40,23 +29,21 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Palavra chave de recuperação de administrador errada. Por favor verifique a palavra chave e tente de novo.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Não foi possível alterar a sua palavra-passe, mas a chave de encriptação foi atualizada.", "Unable to change password" => "Não foi possível alterar a sua password", +"Saved" => "Guardado", +"test email settings" => "testar configurações de email", +"Email sent" => "E-mail enviado", +"You need to set your user email before being able to send test emails." => "Você precisa de configurar o seu e-mail de usuário antes de ser capaz de enviar e-mails de teste", "Are you really sure you want add \"{domain}\" as trusted domain?" => "Você tem certeza que quer adicionar \"{domain}\" como domínio confiável?", "Add trusted domain" => "Adicionar domínio confiável ", "Sending..." => "A enviar...", "All" => "Todos", -"User Documentation" => "Documentação de Utilizador", -"Admin Documentation" => "Documentação de administrador.", -"Update to {appversion}" => "Actualizar para a versão {appversion}", -"Uninstall App" => "Desinstalar aplicação", -"Disable" => "Desactivar", -"Enable" => "Activar", "Please wait...." => "Por favor aguarde...", "Error while disabling app" => "Erro enquanto desactivava a aplicação", +"Disable" => "Desactivar", +"Enable" => "Activar", "Error while enabling app" => "Erro enquanto activava a aplicação", "Updating...." => "A Actualizar...", "Error while updating app" => "Erro enquanto actualizava a aplicação", -"Error" => "Erro", -"Update" => "Actualizar", "Updated" => "Actualizado", "Uninstalling ...." => "Desinstalando ....", "Error while uninstalling app" => "Erro durante a desinstalação da aplicação", @@ -147,8 +134,11 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Por favor ligue-se a %s através de uma ligação HTTPS para ligar/desligar o uso de ligação por SSL", "Email Server" => "Servidor de email", "This is used for sending out notifications." => "Isto é utilizado para enviar notificações", +"Send mode" => "Modo de envio", +"Encryption" => "Encriptação", "From address" => "Do endereço", "mail" => "Correio", +"Authentication method" => "Método de autenticação", "Authentication required" => "Autenticação necessária", "Server address" => "Endereço do servidor", "Port" => "Porto", @@ -163,14 +153,11 @@ $TRANSLATIONS = array( "Less" => "Menos", "Version" => "Versão", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Desenvolvido pela comunidade ownCloud, ocódigo fonte está licenciado sob a AGPL.", -"Add your App" => "Adicione a sua aplicação", -"More Apps" => "Mais Aplicações", -"Select an App" => "Selecione uma aplicação", "Documentation:" => "Documentação:", -"See application page at apps.owncloud.com" => "Ver a página da aplicação em apps.owncloud.com", -"See application website" => "Ver site da aplicação", -"-licensed by " => "-licenciado por ", +"User Documentation" => "Documentação de Utilizador", +"Admin Documentation" => "Documentação de administrador.", "Enable only for specific groups" => "Activar só para grupos específicos", +"Uninstall App" => "Desinstalar aplicação", "Administrator Documentation" => "Documentação de administrador.", "Online Documentation" => "Documentação Online", "Forum" => "Fórum", diff --git a/settings/l10n/ro.php b/settings/l10n/ro.php index 4b566a4486a..3bc87d1f8c6 100644 --- a/settings/l10n/ro.php +++ b/settings/l10n/ro.php @@ -1,13 +1,5 @@ "Salvat", -"test email settings" => "verifică setările de e-mail", -"If you received this email, the settings seem to be correct." => "Dacă ai primit acest e-mail atunci setările par a fi corecte.", -"Email sent" => "Mesajul a fost expediat", -"Send mode" => "Modul de expediere", -"Encryption" => "Încriptare", -"Authentication method" => "Modul de autentificare", -"Unable to load list from App Store" => "Imposibil de actualizat lista din App Store.", "Authentication error" => "Eroare la autentificare", "Your full name has been changed." => "Numele tău complet a fost schimbat.", "Unable to change full name" => "Nu s-a puput schimba numele complet", @@ -29,19 +21,18 @@ $TRANSLATIONS = array( "Wrong password" => "Parolă greșită", "No user supplied" => "Nici un utilizator furnizat", "Unable to change password" => "Imposibil de schimbat parola", +"Saved" => "Salvat", +"test email settings" => "verifică setările de e-mail", +"Email sent" => "Mesajul a fost expediat", "Sending..." => "Se expediază...", "All" => "Toate ", -"User Documentation" => "Documentație utilizator", -"Update to {appversion}" => "Actualizat la {versiuneaaplicaţiei}", -"Disable" => "Dezactivați", -"Enable" => "Activare", "Please wait...." => "Aşteptaţi vă rog....", "Error while disabling app" => "Eroare în timpul dezactivării aplicației", +"Disable" => "Dezactivați", +"Enable" => "Activare", "Error while enabling app" => "Eroare în timpul activării applicației", "Updating...." => "Actualizare în curs....", "Error while updating app" => "Eroare în timpul actualizării aplicaţiei", -"Error" => "Eroare", -"Update" => "Actualizare", "Updated" => "Actualizat", "Select a profile picture" => "Selectează o imagine de profil", "Very weak password" => "Parolă foarte slabă", @@ -80,6 +71,9 @@ $TRANSLATIONS = array( "Allow users to send mail notification for shared files" => "Permite utilizatorilor sa expedieze notificări prin e-mail pentru dosarele comune", "Security" => "Securitate", "Forces the clients to connect to %s via an encrypted connection." => "Forțează clienții să se conecteze la %s folosind o conexiune sigură", +"Send mode" => "Modul de expediere", +"Encryption" => "Încriptare", +"Authentication method" => "Modul de autentificare", "Server address" => "Adresa server-ului", "Port" => "Portul", "SMTP Username" => "Nume utilizator SMTP", @@ -92,11 +86,7 @@ $TRANSLATIONS = array( "Less" => "Mai puțin", "Version" => "Versiunea", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Dezvoltat de the comunitatea ownCloud, codul sursă este licențiat sub AGPL.", -"Add your App" => "Adaugă aplicația ta", -"More Apps" => "Mai multe aplicații", -"Select an App" => "Selectează o aplicație", -"See application page at apps.owncloud.com" => "Vizualizează pagina applicației pe apps.owncloud.com", -"-licensed by " => "-licențiat ", +"User Documentation" => "Documentație utilizator", "Administrator Documentation" => "Documentație administrator", "Online Documentation" => "Documentație online", "Forum" => "Forum", diff --git a/settings/l10n/ru.php b/settings/l10n/ru.php index e9f41756919..b1559c0c14e 100644 --- a/settings/l10n/ru.php +++ b/settings/l10n/ru.php @@ -1,16 +1,5 @@ "Неверное значение для %s", -"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." => "Вы должны настроить свой e-mail пользователя прежде чем отправлять тестовые сообщения.", -"Send mode" => "Отправить сообщение", -"Encryption" => "Шифрование", -"Authentication method" => "Метод проверки подлинности", -"Unable to load list from App Store" => "Не удалось загрузить список из App Store", "Authentication error" => "Ошибка аутентификации", "Your full name has been changed." => "Ваше полное имя было изменено.", "Unable to change full name" => "Невозможно изменить полное имя", @@ -40,23 +29,21 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Неправильный пароль восстановления. Проверьте пароль и попробуйте еще раз.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Используемый механизм не поддерживает смену паролей, но пользовательский ключ шифрования был успешно обновлён", "Unable to change password" => "Невозможно изменить пароль", +"Saved" => "Сохранено", +"test email settings" => "проверить настройки почты", +"Email sent" => "Письмо отправлено", +"You need to set your user email before being able to send test emails." => "Вы должны настроить свой e-mail пользователя прежде чем отправлять тестовые сообщения.", "Are you really sure you want add \"{domain}\" as trusted domain?" => "Вы действительно хотите добавить домен \"{domain}\" как доверенный?", "Add trusted domain" => "Добавить доверенный домен", "Sending..." => "Отправляется ...", "All" => "Все", -"User Documentation" => "Пользовательская документация", -"Admin Documentation" => "Документация администратора", -"Update to {appversion}" => "Обновить до {версия приложения}", -"Uninstall App" => "Удалить приложение", -"Disable" => "Выключить", -"Enable" => "Включить", "Please wait...." => "Подождите...", "Error while disabling app" => "Ошибка отключения приложения", +"Disable" => "Выключить", +"Enable" => "Включить", "Error while enabling app" => "Ошибка включения приложения", "Updating...." => "Обновление...", "Error while updating app" => "Ошибка при обновлении приложения", -"Error" => "Ошибка", -"Update" => "Обновить", "Updated" => "Обновлено", "Uninstalling ...." => "Удаление ...", "Error while uninstalling app" => "Ошибка при удалении приложения.", @@ -148,8 +135,11 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Пожалуйста, подключитесь к %s используя HTTPS чтобы включить или отключить обязательные SSL подключения.", "Email Server" => "Почтовый сервер", "This is used for sending out notifications." => "Используется для отправки уведомлений.", +"Send mode" => "Отправить сообщение", +"Encryption" => "Шифрование", "From address" => "Адрес отправителя", "mail" => "почта", +"Authentication method" => "Метод проверки подлинности", "Authentication required" => "Требуется аутентификация ", "Server address" => "Адрес сервера", "Port" => "Порт", @@ -164,14 +154,11 @@ $TRANSLATIONS = array( "Less" => "Меньше", "Version" => "Версия", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Разрабатывается сообществом ownCloud, исходный код доступен под лицензией AGPL.", -"Add your App" => "Добавить приложение", -"More Apps" => "Больше приложений", -"Select an App" => "Выберите приложение", "Documentation:" => "Документация:", -"See application page at apps.owncloud.com" => "Смотрите дополнения на apps.owncloud.com", -"See application website" => "См. сайт приложений", -"-licensed by " => " лицензия. Автор ", +"User Documentation" => "Пользовательская документация", +"Admin Documentation" => "Документация администратора", "Enable only for specific groups" => "Включить только для этих групп", +"Uninstall App" => "Удалить приложение", "Administrator Documentation" => "Документация администратора", "Online Documentation" => "Online документация", "Forum" => "Форум", diff --git a/settings/l10n/si_LK.php b/settings/l10n/si_LK.php index 36686372978..5c63346a64d 100644 --- a/settings/l10n/si_LK.php +++ b/settings/l10n/si_LK.php @@ -1,6 +1,5 @@ "ගුප්ත කේතනය", "Authentication error" => "සත්‍යාපන දෝෂයක්", "Group already exists" => "කණ්ඩායම දැනටමත් තිබේ", "Unable to add group" => "කාණඩයක් එක් කළ නොහැකි විය", @@ -14,8 +13,6 @@ $TRANSLATIONS = array( "Unable to remove user from group %s" => "පරිශීලකයා %s කණ්ඩායමින් ඉවත් කළ නොහැක", "Disable" => "අක්‍රිය කරන්න", "Enable" => "සක්‍රිය කරන්න", -"Error" => "දෝෂයක්", -"Update" => "යාවත්කාල කිරීම", "Delete" => "මකා දමන්න", "Groups" => "කණ්ඩායම්", "undo" => "නිෂ්ප්‍රභ කරන්න", @@ -26,15 +23,13 @@ $TRANSLATIONS = array( "Security Warning" => "ආරක්ෂක නිවේදනයක්", "Sharing" => "හුවමාරු කිරීම", "Allow resharing" => "යළි යළිත් හුවමාරුවට අවසර දෙමි", +"Encryption" => "ගුප්ත කේතනය", "Server address" => "සේවාදායකයේ ලිපිනය", "Port" => "තොට", "Log" => "ලඝුව", "More" => "වැඩි", "Less" => "අඩු", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "නිපදන ලද්දේ ownCloud සමාජයෙන්, the මුල් කේතය ලයිසන්ස් කර ඇත්තේ AGPL යටතේ.", -"Add your App" => "යෙදුමක් එක් කිරීම", -"More Apps" => "තවත් යෙදුම්", -"Select an App" => "යෙදුමක් තොරන්න", "Password" => "මුර පදය", "Your password was changed" => "ඔබගේ මුර පදය වෙනස් කෙරුණි", "Unable to change your password" => "මුර පදය වෙනස් කළ නොහැකි විය", diff --git a/settings/l10n/sk_SK.php b/settings/l10n/sk_SK.php index eb70ba50973..281434452ee 100644 --- a/settings/l10n/sk_SK.php +++ b/settings/l10n/sk_SK.php @@ -1,16 +1,5 @@ "Zadaná neplatná hodnota pre %s", -"Saved" => "Uložené", -"test email settings" => "nastavenia testovacieho emailu", -"If you received this email, the settings seem to be correct." => "Ak ste dostali tento email, nastavenie je správne.", -"A problem occurred while sending the e-mail. Please revisit your settings." => "Vyskytol sa problém pri odosielaní emailu. Prosím, znovu skontrolujte svoje nastavenia.", -"Email sent" => "Email odoslaný", -"You need to set your user email before being able to send test emails." => "Musíte nastaviť svoj po​​užívateľský email, než budete môcť odoslať testovací email.", -"Send mode" => "Mód odosielania", -"Encryption" => "Šifrovanie", -"Authentication method" => "Autentifikačná metóda", -"Unable to load list from App Store" => "Nie je možné nahrať zoznam z App Store", "Authentication error" => "Chyba autentifikácie", "Your full name has been changed." => "Vaše meno a priezvisko bolo zmenené.", "Unable to change full name" => "Nemožno zmeniť meno a priezvisko", @@ -40,23 +29,21 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Chybné administrátorské heslo pre obnovu. Skontrolujte správnosť hesla a skúste to znovu.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Úložisko nepodporuje zmenu hesla, ale šifrovací kľúč používateľov bol úspešne zmenený.", "Unable to change password" => "Zmena hesla sa nepodarila", +"Saved" => "Uložené", +"test email settings" => "nastavenia testovacieho emailu", +"Email sent" => "Email odoslaný", +"You need to set your user email before being able to send test emails." => "Musíte nastaviť svoj po​​užívateľský email, než budete môcť odoslať testovací email.", "Are you really sure you want add \"{domain}\" as trusted domain?" => "Ste si istí, že chcete pridať \"{domain}\" medzi dôveryhodné domény?", "Add trusted domain" => "Pridať dôveryhodnú doménu", "Sending..." => "Odosielam...", "All" => "Všetky", -"User Documentation" => "Príručka používateľa", -"Admin Documentation" => "Príručka administrátora", -"Update to {appversion}" => "Aktualizovať na {appversion}", -"Uninstall App" => "Odinštalovanie aplikácie", -"Disable" => "Zakázať", -"Enable" => "Zapnúť", "Please wait...." => "Čakajte prosím...", "Error while disabling app" => "Chyba pri zakázaní aplikácie", +"Disable" => "Zakázať", +"Enable" => "Zapnúť", "Error while enabling app" => "Chyba pri povoľovaní aplikácie", "Updating...." => "Aktualizujem...", "Error while updating app" => "chyba pri aktualizácii aplikácie", -"Error" => "Chyba", -"Update" => "Aktualizovať", "Updated" => "Aktualizované", "Uninstalling ...." => "Prebieha odinštalovanie...", "Error while uninstalling app" => "Chyba pri odinštalovaní aplikácie", @@ -146,8 +133,11 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Pripojte sa k %s cez HTTPS pre povolenie alebo zakázanie vynútenia SSL.", "Email Server" => "Email server", "This is used for sending out notifications." => "Používa sa na odosielanie upozornení.", +"Send mode" => "Mód odosielania", +"Encryption" => "Šifrovanie", "From address" => "Z adresy", "mail" => "email", +"Authentication method" => "Autentifikačná metóda", "Authentication required" => "Vyžaduje sa overenie", "Server address" => "Adresa servera", "Port" => "Port", @@ -162,14 +152,11 @@ $TRANSLATIONS = array( "Less" => "Menej", "Version" => "Verzia", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Vyvinuté komunitou ownCloud,zdrojový kód je licencovaný pod AGPL.", -"Add your App" => "Pridať vašu aplikáciu", -"More Apps" => "Viac aplikácií", -"Select an App" => "Vyberte aplikáciu", "Documentation:" => "Dokumentácia:", -"See application page at apps.owncloud.com" => "Pozrite si stránku aplikácií na apps.owncloud.com", -"See application website" => "Pozrite si webstránku aplikácie", -"-licensed by " => "-licencované ", +"User Documentation" => "Príručka používateľa", +"Admin Documentation" => "Príručka administrátora", "Enable only for specific groups" => "Povoliť len pre vybrané skupiny", +"Uninstall App" => "Odinštalovanie aplikácie", "Administrator Documentation" => "Príručka administrátora", "Online Documentation" => "Online príručka", "Forum" => "Fórum", diff --git a/settings/l10n/sl.php b/settings/l10n/sl.php index 7ae016dd97e..1efc9f8661a 100644 --- a/settings/l10n/sl.php +++ b/settings/l10n/sl.php @@ -1,16 +1,5 @@ "Navedena je napačna vrednost za %s", -"Saved" => "Shranjeno", -"test email settings" => "preizkusi nastavitve elektronske pošte", -"If you received this email, the settings seem to be correct." => "Če ste prejeli to sporočilo, so nastavitve pravilne.", -"A problem occurred while sending the e-mail. Please revisit your settings." => "Prišlo je do napake med pošiljanjem sporočila na elektronski naslov. Spremeniti je treba nastavitve.", -"Email sent" => "Elektronska pošta je poslana", -"You need to set your user email before being able to send test emails." => "Pred preizkusnim pošiljanjem sporočil je treba nastaviti elektronski naslov uporabnika.", -"Send mode" => "Način pošiljanja", -"Encryption" => "Šifriranje", -"Authentication method" => "Način overitve", -"Unable to load list from App Store" => "Ni mogoče naložiti seznama iz programskega središča", "Authentication error" => "Napaka med overjanjem", "Your full name has been changed." => "Vaše polno ime je spremenjeno.", "Unable to change full name" => "Ni mogoče spremeniti polnega imena", @@ -37,22 +26,20 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Napačno navedeno skrbniško obnovitveno geslo. Preverite geslo in poskusite znova.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Hrbtišče programa ne podpira spreminjanja gesla, je pa uspešno posodobljeno uporabniško šifriranje.", "Unable to change password" => "Ni mogoče spremeniti gesla", +"Saved" => "Shranjeno", +"test email settings" => "preizkusi nastavitve elektronske pošte", +"Email sent" => "Elektronska pošta je poslana", +"You need to set your user email before being able to send test emails." => "Pred preizkusnim pošiljanjem sporočil je treba nastaviti elektronski naslov uporabnika.", "Add trusted domain" => "Dodaj varno domeno", "Sending..." => "Poteka pošiljanje ...", "All" => "Vsi", -"User Documentation" => "Uporabniška dokumentacija", -"Admin Documentation" => "Skrbniška dokumentacija", -"Update to {appversion}" => "Posodobi na {appversion}", -"Uninstall App" => "Odstrani program", -"Disable" => "Onemogoči", -"Enable" => "Omogoči", "Please wait...." => "Počakajte ...", "Error while disabling app" => "Napaka onemogočanja programa", +"Disable" => "Onemogoči", +"Enable" => "Omogoči", "Error while enabling app" => "Napaka omogočanja programa", "Updating...." => "Poteka posodabljanje ...", "Error while updating app" => "Prišlo je do napake med posodabljanjem programa.", -"Error" => "Napaka", -"Update" => "Posodobi", "Updated" => "Posodobljeno", "Uninstalling ...." => "Odstranjevanje namestitve ...", "Error while uninstalling app" => "Prišlo je do napake med odstranjevanjem programa.", @@ -63,6 +50,7 @@ $TRANSLATIONS = array( "So-so password" => "Slabo geslo", "Good password" => "Dobro geslo", "Strong password" => "Odlično geslo", +"Valid until {date}" => "Veljavno do {date}", "Delete" => "Izbriši", "Decrypting files... Please wait, this can take some time." => "Poteka odšifriranje datotek ... Opravilo je lahko dolgotrajno.", "Delete encryption keys permanently." => "Trajno izbriše šifrirne ključe", @@ -102,6 +90,7 @@ $TRANSLATIONS = array( "System locale can not be set to a one which supports UTF-8." => "Sistemskih jezikovnih nastavitev ni mogoče nastaviti na možnost, ki podpira nabor UTF-8.", "This means that there might be problems with certain characters in file names." => "To pomeni, da se lahko pojavijo napake pri nekaterih znakih v imenih datotek.", "We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Priporočljivo je namestiti zahtevane pakete v sistem za podporo ene izmed navedenih jezikovnih možnosti: %s", +"Connectivity checks" => "Preverjanje povezav", "Please double check the installation guides." => "Preverite navodila namestitve.", "Cron" => "Periodično opravilo", "Last cron was executed at %s." => "Zadnje opravilo cron je bilo izvedeno ob %s.", @@ -125,6 +114,9 @@ $TRANSLATIONS = array( "Forces the clients to connect to %s via an encrypted connection." => "Vsili povezavo odjemalca z %s preko šifrirane povezave.", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Za nastavljanje šifriranja SSL je treba vzpostaviti povezavo z mestom %s preko protokola HTTPS.", "Email Server" => "Poštni strežnik", +"Send mode" => "Način pošiljanja", +"Encryption" => "Šifriranje", +"Authentication method" => "Način overitve", "Authentication required" => "Zahtevana je overitev", "Server address" => "Naslov strežnika", "Port" => "Vrata", @@ -139,14 +131,11 @@ $TRANSLATIONS = array( "Less" => "Manj", "Version" => "Različica", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Programski paket razvija skupnost ownCloud. Izvorna koda je objavljena pod pogoji AGPL.", -"Add your App" => "Dodaj program", -"More Apps" => "Več programov", -"Select an App" => "Izbor programa", "Documentation:" => "Dokumentacija:", -"See application page at apps.owncloud.com" => "Obiščite spletno stran programa na apps.owncloud.com", -"See application website" => "Oglejte si spletno stran programa", -"-licensed by " => "-z dovoljenjem ", +"User Documentation" => "Uporabniška dokumentacija", +"Admin Documentation" => "Skrbniška dokumentacija", "Enable only for specific groups" => "Omogoči le za posamezne skupine", +"Uninstall App" => "Odstrani program", "Administrator Documentation" => "Skrbniška dokumentacija", "Online Documentation" => "Spletna dokumentacija", "Forum" => "Forum", diff --git a/settings/l10n/sq.php b/settings/l10n/sq.php index 4ba1a87b855..8c505d99700 100644 --- a/settings/l10n/sq.php +++ b/settings/l10n/sq.php @@ -1,10 +1,5 @@ "U ruajt", -"Email sent" => "Email-i u dërgua", -"Send mode" => "Mënyra e dërgimit", -"Encryption" => "Kodifikimi", -"Unable to load list from App Store" => "E pamundur të shkarkohet lista nga App Store", "Authentication error" => "Gabim autentifikimi", "Group already exists" => "Grupi ekziston", "Unable to add group" => "E pamundur të shtohet grupi", @@ -20,17 +15,15 @@ $TRANSLATIONS = array( "Couldn't update app." => "E pamundur të përditësohet app.", "Wrong password" => "Fjalëkalim i gabuar", "Unable to change password" => "Fjalëkalimi nuk mund të ndryshohet", +"Saved" => "U ruajt", +"Email sent" => "Email-i u dërgua", "Sending..." => "Duke dërguar", "All" => "Të gjitha", -"User Documentation" => "Dokumentacion përdoruesi", -"Update to {appversion}" => "Përditësim për {appversion}", +"Please wait...." => "Ju lutem prisni...", "Disable" => "Çaktivizo", "Enable" => "Aktivizo", -"Please wait...." => "Ju lutem prisni...", "Updating...." => "Duke përditësuar...", "Error while updating app" => "Gabim gjatë përditësimit të app", -"Error" => "Gabim", -"Update" => "Përditësim", "Updated" => "I përditësuar", "Select a profile picture" => "Zgjidh një foto profili", "Delete" => "Fshi", @@ -63,6 +56,8 @@ $TRANSLATIONS = array( "Allow resharing" => "Lejo ri-ndarjen", "Security" => "Siguria", "Enforce HTTPS" => "Detyro HTTPS", +"Send mode" => "Mënyra e dërgimit", +"Encryption" => "Kodifikimi", "From address" => "Nga adresa", "mail" => "postë", "Server address" => "Adresa e serverit", @@ -75,12 +70,8 @@ $TRANSLATIONS = array( "Less" => "M'pak", "Version" => "Versioni", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Zhvilluar nga Komuniteti OwnCloud, gjithashtu source code është licensuar me anë të AGPL.", -"Add your App" => "Shtoni apliakcionin tuaj", -"More Apps" => "Apliakcione të tjera", -"Select an App" => "Zgjidhni një Aplikacion", "Documentation:" => "Dokumentacioni:", -"See application page at apps.owncloud.com" => "Shihni faqen e aplikacionit tek apps.owncloud.com", -"-licensed by " => "-licensuar nga ", +"User Documentation" => "Dokumentacion përdoruesi", "Administrator Documentation" => "Dokumentacion administratori", "Online Documentation" => "Dokumentacion online", "Forum" => "Forumi", diff --git a/settings/l10n/sr.php b/settings/l10n/sr.php index f5bd74c80f3..ff0c9f80464 100644 --- a/settings/l10n/sr.php +++ b/settings/l10n/sr.php @@ -1,8 +1,5 @@ "Порука је послата", -"Encryption" => "Шифровање", -"Unable to load list from App Store" => "Грешка приликом учитавања списка из Складишта Програма", "Authentication error" => "Грешка при провери идентитета", "Group already exists" => "Група већ постоји", "Unable to add group" => "Не могу да додам групу", @@ -16,15 +13,12 @@ $TRANSLATIONS = array( "Unable to add user to group %s" => "Не могу да додам корисника у групу %s", "Unable to remove user from group %s" => "Не могу да уклоним корисника из групе %s", "Couldn't update app." => "Не могу да ажурирам апликацију.", -"User Documentation" => "Корисничка документација", -"Update to {appversion}" => "Ажурирај на {appversion}", +"Email sent" => "Порука је послата", +"Please wait...." => "Сачекајте…", "Disable" => "Искључи", "Enable" => "Омогући", -"Please wait...." => "Сачекајте…", "Updating...." => "Ажурирам…", "Error while updating app" => "Грешка при ажурирању апликације", -"Error" => "Грешка", -"Update" => "Ажурирај", "Updated" => "Ажурирано", "Delete" => "Обриши", "Groups" => "Групе", @@ -50,6 +44,7 @@ $TRANSLATIONS = array( "Allow resharing" => "Дозволи поновно дељење", "Security" => "Безбедност", "Enforce HTTPS" => "Наметни HTTPS", +"Encryption" => "Шифровање", "Server address" => "Адреса сервера", "Port" => "Порт", "Log" => "Бележење", @@ -58,11 +53,7 @@ $TRANSLATIONS = array( "Less" => "Мање", "Version" => "Верзија", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Развијају Оунклауд (ownCloud) заједница, изворни код је издат под АГПЛ лиценцом.", -"Add your App" => "Додајте ваш програм", -"More Apps" => "Више програма", -"Select an App" => "Изаберите програм", -"See application page at apps.owncloud.com" => "Погледајте страницу са програмима на apps.owncloud.com", -"-licensed by " => "-лиценцирао ", +"User Documentation" => "Корисничка документација", "Administrator Documentation" => "Администраторска документација", "Online Documentation" => "Мрежна документација", "Forum" => "Форум", diff --git a/settings/l10n/sr@latin.php b/settings/l10n/sr@latin.php index 4246180575a..2d3e61065c8 100644 --- a/settings/l10n/sr@latin.php +++ b/settings/l10n/sr@latin.php @@ -1,10 +1,9 @@ "Email poslat", "Authentication error" => "Greška pri autentifikaciji", "Language changed" => "Jezik je izmenjen", "Invalid request" => "Neispravan zahtev", -"Error" => "Greška", +"Email sent" => "Email poslat", "Very weak password" => "Veoma slaba lozinka", "Weak password" => "Slaba lozinka", "So-so password" => "Osrednja lozinka", @@ -13,7 +12,6 @@ $TRANSLATIONS = array( "Delete" => "Obriši", "Groups" => "Grupe", "Security Warning" => "Bezbednosno upozorenje", -"Select an App" => "Izaberite program", "Password" => "Lozinka", "Unable to change your password" => "Ne mogu da izmenim vašu lozinku", "Current password" => "Trenutna lozinka", diff --git a/settings/l10n/sv.php b/settings/l10n/sv.php index 5a8271d7933..9e1d4f71313 100644 --- a/settings/l10n/sv.php +++ b/settings/l10n/sv.php @@ -1,16 +1,5 @@ "Ogiltigt värde gavs för %s", -"Saved" => "Sparad", -"test email settings" => "testa e-post inställningar", -"If you received this email, the settings seem to be correct." => "Om du mottog detta e-postmeddelande, verkar dina inställningar vara korrekta.", -"A problem occurred while sending the e-mail. Please revisit your settings." => "Ett problem har uppstått under tiden e-post sändes. Vänligen se över dina inställningar.", -"Email sent" => "E-post skickat", -"You need to set your user email before being able to send test emails." => "Du behöver ställa in din användares e-postadress före du kan skicka test e-post.", -"Send mode" => "Sändningsläge", -"Encryption" => "Kryptering", -"Authentication method" => "Autentiseringsmetod", -"Unable to load list from App Store" => "Kan inte ladda listan från App Store", "Authentication error" => "Fel vid autentisering", "Your full name has been changed." => "Hela ditt namn har ändrats", "Unable to change full name" => "Kunde inte ändra hela namnet", @@ -40,23 +29,21 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Felaktigt återställningslösenord för administratör. Kolla lösenordet och prova igen.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Gränssnittet stödjer inte byte av lösenord, men användarnas krypteringsnyckel blev uppdaterad.", "Unable to change password" => "Kunde inte ändra lösenord", +"Saved" => "Sparad", +"test email settings" => "testa e-post inställningar", +"Email sent" => "E-post skickat", +"You need to set your user email before being able to send test emails." => "Du behöver ställa in din användares e-postadress före du kan skicka test e-post.", "Are you really sure you want add \"{domain}\" as trusted domain?" => "Är du verkligen säker på att du vill lägga till \"{domain}\" som en trusted domian?", "Add trusted domain" => "Lägg till trusted domain", "Sending..." => "Skickar...", "All" => "Alla", -"User Documentation" => "Användardokumentation", -"Admin Documentation" => "Administratörsdokumentation", -"Update to {appversion}" => "Uppdatera till {appversion}", -"Uninstall App" => "Avinstallera Applikation", -"Disable" => "Deaktivera", -"Enable" => "Aktivera", "Please wait...." => "Var god vänta...", "Error while disabling app" => "Fel vid inaktivering av app", +"Disable" => "Deaktivera", +"Enable" => "Aktivera", "Error while enabling app" => "Fel vid aktivering av app", "Updating...." => "Uppdaterar...", "Error while updating app" => "Fel uppstod vid uppdatering av appen", -"Error" => "Fel", -"Update" => "Uppdatera", "Updated" => "Uppdaterad", "Uninstalling ...." => "Avinstallerar ....", "Error while uninstalling app" => "Ett fel inträffade när applikatonen avinstallerades", @@ -139,8 +126,11 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Anslut till din %s via HTTPS för att aktivera/deaktivera SSL", "Email Server" => "E-postserver", "This is used for sending out notifications." => "Detta används för att skicka ut notifieringar.", +"Send mode" => "Sändningsläge", +"Encryption" => "Kryptering", "From address" => "Från adress", "mail" => "mail", +"Authentication method" => "Autentiseringsmetod", "Authentication required" => "Autentisering krävs", "Server address" => "Serveradress", "Port" => "Port", @@ -155,14 +145,11 @@ $TRANSLATIONS = array( "Less" => "Mindre", "Version" => "Version", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Utvecklad av ownCloud Community, källkoden är licenserad under AGPL.", -"Add your App" => "Lägg till din applikation", -"More Apps" => "Fler Appar", -"Select an App" => "Välj en App", "Documentation:" => "Dokumentation:", -"See application page at apps.owncloud.com" => "Se programsida på apps.owncloud.com", -"See application website" => "Se applikationens webbplats", -"-licensed by " => "-licensierad av ", +"User Documentation" => "Användardokumentation", +"Admin Documentation" => "Administratörsdokumentation", "Enable only for specific groups" => "Aktivera endast för specifika grupper", +"Uninstall App" => "Avinstallera Applikation", "Administrator Documentation" => "Administratörsdokumentation", "Online Documentation" => "Onlinedokumentation", "Forum" => "Forum", diff --git a/settings/l10n/ta_LK.php b/settings/l10n/ta_LK.php index ba97e43684c..a4c8c850ddc 100644 --- a/settings/l10n/ta_LK.php +++ b/settings/l10n/ta_LK.php @@ -1,7 +1,5 @@ "மறைக்குறியீடு", -"Unable to load list from App Store" => "செயலி சேமிப்பிலிருந்து பட்டியலை ஏற்றமுடியாதுள்ளது", "Authentication error" => "அத்தாட்சிப்படுத்தலில் வழு", "Group already exists" => "குழு ஏற்கனவே உள்ளது", "Unable to add group" => "குழுவை சேர்க்க முடியாது", @@ -16,8 +14,6 @@ $TRANSLATIONS = array( "All" => "எல்லாம்", "Disable" => "இயலுமைப்ப", "Enable" => "இயலுமைப்படுத்துக", -"Error" => "வழு", -"Update" => "இற்றைப்படுத்தல்", "Delete" => "நீக்குக", "Groups" => "குழுக்கள்", "undo" => "முன் செயல் நீக்கம் ", @@ -27,17 +23,13 @@ $TRANSLATIONS = array( "None" => "ஒன்றுமில்லை", "Login" => "புகுபதிகை", "Security Warning" => "பாதுகாப்பு எச்சரிக்கை", +"Encryption" => "மறைக்குறியீடு", "Server address" => "சேவையக முகவரி", "Port" => "துறை ", "Credentials" => "சான்று ஆவணங்கள்", "More" => "மேலதிக", "Less" => "குறைவான", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Developed by the ownCloud community, the source code is licensed under the AGPL.", -"Add your App" => "உங்களுடைய செயலியை சேர்க்க", -"More Apps" => "மேலதிக செயலிகள்", -"Select an App" => "செயலி ஒன்றை தெரிவுசெய்க", -"See application page at apps.owncloud.com" => "apps.owncloud.com இல் செயலி பக்கத்தை பார்க்க", -"-licensed by " => "-அனுமதி பெற்ற ", "You have used %s of the available %s" => "நீங்கள் %s இலுள்ள %sபயன்படுத்தியுள்ளீர்கள்", "Password" => "கடவுச்சொல்", "Your password was changed" => "உங்களுடைய கடவுச்சொல் மாற்றப்பட்டுள்ளது", diff --git a/settings/l10n/te.php b/settings/l10n/te.php index 5161863f13f..d5f2c6c8d16 100644 --- a/settings/l10n/te.php +++ b/settings/l10n/te.php @@ -1,6 +1,5 @@ "పొరపాటు", "Delete" => "తొలగించు", "Server address" => "సేవకి చిరునామా", "More" => "మరిన్ని", diff --git a/settings/l10n/th_TH.php b/settings/l10n/th_TH.php index 4e1f48f26a7..3cc80ffbd67 100644 --- a/settings/l10n/th_TH.php +++ b/settings/l10n/th_TH.php @@ -1,8 +1,5 @@ "ส่งอีเมล์แล้ว", -"Encryption" => "การเข้ารหัส", -"Unable to load list from App Store" => "ไม่สามารถโหลดรายการจาก App Store ได้", "Authentication error" => "เกิดข้อผิดพลาดในสิทธิ์การเข้าใช้งาน", "Group already exists" => "มีกลุ่มดังกล่าวอยู่ในระบบอยู่แล้ว", "Unable to add group" => "ไม่สามารถเพิ่มกลุ่มได้", @@ -16,16 +13,13 @@ $TRANSLATIONS = array( "Unable to add user to group %s" => "ไม่สามารถเพิ่มผู้ใช้งานเข้าไปที่กลุ่ม %s ได้", "Unable to remove user from group %s" => "ไม่สามารถลบผู้ใช้งานออกจากกลุ่ม %s ได้", "Couldn't update app." => "ไม่สามารถอัพเดทแอปฯ", +"Email sent" => "ส่งอีเมล์แล้ว", "All" => "ทั้งหมด", -"User Documentation" => "เอกสารคู่มือการใช้งานสำหรับผู้ใช้งาน", -"Update to {appversion}" => "อัพเดทไปเป็นรุ่น {appversion}", +"Please wait...." => "กรุณารอสักครู่...", "Disable" => "ปิดใช้งาน", "Enable" => "เปิดใช้งาน", -"Please wait...." => "กรุณารอสักครู่...", "Updating...." => "กำลังอัพเดทข้อมูล...", "Error while updating app" => "เกิดข้อผิดพลาดในระหว่างการอัพเดทแอปฯ", -"Error" => "ข้อผิดพลาด", -"Update" => "อัพเดท", "Updated" => "อัพเดทแล้ว", "Delete" => "ลบ", "Groups" => "กลุ่ม", @@ -41,6 +35,7 @@ $TRANSLATIONS = array( "Sharing" => "การแชร์ข้อมูล", "Allow apps to use the Share API" => "อนุญาตให้แอปฯสามารถใช้ API สำหรับแชร์ข้อมูลได้", "Allow resharing" => "อนุญาตให้แชร์ข้อมูลซ้ำใหม่ได้", +"Encryption" => "การเข้ารหัส", "Server address" => "ที่อยู่เซิร์ฟเวอร์", "Port" => "พอร์ต", "Credentials" => "ข้อมูลส่วนตัวสำหรับเข้าระบบ", @@ -50,11 +45,7 @@ $TRANSLATIONS = array( "Less" => "น้อย", "Version" => "รุ่น", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "พัฒนาโดย the ชุมชนผู้ใช้งาน ownCloud, the ซอร์สโค้ดอยู่ภายใต้สัญญาอนุญาตของ AGPL.", -"Add your App" => "เพิ่มแอปของคุณ", -"More Apps" => "แอปฯอื่นเพิ่มเติม", -"Select an App" => "เลือก App", -"See application page at apps.owncloud.com" => "ดูหน้าแอพพลิเคชั่นที่ apps.owncloud.com", -"-licensed by " => "-ลิขสิทธิ์การใช้งานโดย ", +"User Documentation" => "เอกสารคู่มือการใช้งานสำหรับผู้ใช้งาน", "Administrator Documentation" => "เอกสารคู่มือการใช้งานสำหรับผู้ดูแลระบบ", "Online Documentation" => "เอกสารคู่มือการใช้งานออนไลน์", "Forum" => "กระดานสนทนา", diff --git a/settings/l10n/tr.php b/settings/l10n/tr.php index ce7f7cd5b19..3e1ad733de8 100644 --- a/settings/l10n/tr.php +++ b/settings/l10n/tr.php @@ -1,16 +1,5 @@ "%s için geçersiz değer sağlandı", -"Saved" => "Kaydedildi", -"test email settings" => "e-posta ayarlarını sına", -"If you received this email, the settings seem to be correct." => "Eğer bu e-postayı aldıysanız, ayarlar doğru gibi görünüyor.", -"A problem occurred while sending the e-mail. Please revisit your settings." => "E-posta gönderilirken bir hata oluştu. Lütfen ayarlarınıza tekrar bakın.", -"Email sent" => "E-posta gönderildi", -"You need to set your user email before being able to send test emails." => "Sınama e-postaları göndermeden önce kullanıcı e-postasını ayarlamanız gerekiyor.", -"Send mode" => "Gönderme kipi", -"Encryption" => "Şifreleme", -"Authentication method" => "Kimlik doğrulama yöntemi", -"Unable to load list from App Store" => "Uygulama Mağazası'ndan liste yüklenemiyor", "Authentication error" => "Kimlik doğrulama hatası", "Your full name has been changed." => "Tam adınız değiştirildi.", "Unable to change full name" => "Tam adınız değiştirilirken hata", @@ -40,23 +29,21 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Hatalı yönetici kurtarma parolası. Lütfen parolayı denetleyip yeniden deneyin.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Arka uç parola değişimini desteklemiyor ancak kullanıcı şifreleme anahtarı başarıyla güncellendi.", "Unable to change password" => "Parola değiştirilemiyor", +"Saved" => "Kaydedildi", +"test email settings" => "e-posta ayarlarını sına", +"Email sent" => "E-posta gönderildi", +"You need to set your user email before being able to send test emails." => "Sınama e-postaları göndermeden önce kullanıcı e-postasını ayarlamanız gerekiyor.", "Are you really sure you want add \"{domain}\" as trusted domain?" => "\"{domain}\" alan adını güvenilir alan adı olarak eklemek istediğinizden emin misiniz?", "Add trusted domain" => "Güvenilir alan adı ekle", "Sending..." => "Gönderiliyor...", "All" => "Tümü", -"User Documentation" => "Kullanıcı Belgelendirmesi", -"Admin Documentation" => "Yönetici Belgelendirmesi", -"Update to {appversion}" => "{appversion} sürümüne güncelle", -"Uninstall App" => "Uygulamayı Kaldır", -"Disable" => "Devre Dışı Bırak", -"Enable" => "Etkinleştir", "Please wait...." => "Lütfen bekleyin....", "Error while disabling app" => "Uygulama devre dışı bırakılırken hata", +"Disable" => "Devre Dışı Bırak", +"Enable" => "Etkinleştir", "Error while enabling app" => "Uygulama etkinleştirilirken hata", "Updating...." => "Güncelleniyor....", "Error while updating app" => "Uygulama güncellenirken hata", -"Error" => "Hata", -"Update" => "Güncelle", "Updated" => "Güncellendi", "Uninstalling ...." => "Kaldırılıyor ....", "Error while uninstalling app" => "Uygulama kaldırılırken hata", @@ -148,8 +135,11 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "SSL zorlamasını etkinleştirmek ya da devre dışı bırakmak için lütfen %s'a HTTPS ile bağlanın.", "Email Server" => "E-Posta Sunucusu", "This is used for sending out notifications." => "Bu, bildirimler gönderilirken kullanılır.", +"Send mode" => "Gönderme kipi", +"Encryption" => "Şifreleme", "From address" => "Kimden adresi", "mail" => "posta", +"Authentication method" => "Kimlik doğrulama yöntemi", "Authentication required" => "Kimlik doğrulama gerekli", "Server address" => "Sunucu adresi", "Port" => "Port", @@ -164,14 +154,11 @@ $TRANSLATIONS = array( "Less" => "Daha az", "Version" => "Sürüm", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "ownCloud topluluğu tarafından geliştirilmiş olup, kaynak kodu, AGPL altında lisanslanmıştır.", -"Add your App" => "Uygulamanızı Ekleyin", -"More Apps" => "Daha Fazla Uygulama", -"Select an App" => "Bir Uygulama Seçin", "Documentation:" => "Belgelendirme:", -"See application page at apps.owncloud.com" => "Uygulamanın sayfasına apps.owncloud.com adresinden bakın ", -"See application website" => "Uygulama web sitesine bakın", -"-licensed by " => " ile lisanslayan: ", +"User Documentation" => "Kullanıcı Belgelendirmesi", +"Admin Documentation" => "Yönetici Belgelendirmesi", "Enable only for specific groups" => "Sadece belirli gruplar için etkinleştir", +"Uninstall App" => "Uygulamayı Kaldır", "Administrator Documentation" => "Yönetici Belgelendirmesi", "Online Documentation" => "Çevrimiçi Belgelendirme", "Forum" => "Forum", diff --git a/settings/l10n/ug.php b/settings/l10n/ug.php index f1d2abbe148..64f8a61c781 100644 --- a/settings/l10n/ug.php +++ b/settings/l10n/ug.php @@ -1,7 +1,5 @@ "شىفىرلاش", -"Unable to load list from App Store" => "ئەپ بازىرىدىن تىزىمنى يۈكلىيەلمىدى", "Authentication error" => "سالاھىيەت دەلىللەش خاتالىقى", "Group already exists" => "گۇرۇپپا مەۋجۇت", "Unable to add group" => "گۇرۇپپا قوشقىلى بولمايدۇ", @@ -16,15 +14,11 @@ $TRANSLATIONS = array( "Unable to remove user from group %s" => "ئىشلەتكۈچىنى %s گۇرۇپپىدىن چىقىرىۋېتەلمەيدۇ", "Couldn't update app." => "ئەپنى يېڭىلىيالمايدۇ.", "All" => "ھەممىسى", -"User Documentation" => "ئىشلەتكۈچى قوللانمىسى", -"Update to {appversion}" => "{appversion} غا يېڭىلايدۇ", +"Please wait...." => "سەل كۈتۈڭ…", "Disable" => "چەكلە", "Enable" => "قوزغات", -"Please wait...." => "سەل كۈتۈڭ…", "Updating...." => "يېڭىلاۋاتىدۇ…", "Error while updating app" => "ئەپنى يېڭىلاۋاتقاندا خاتالىق كۆرۈلدى", -"Error" => "خاتالىق", -"Update" => "يېڭىلا", "Updated" => "يېڭىلاندى", "Delete" => "ئۆچۈر", "Groups" => "گۇرۇپپا", @@ -43,6 +37,7 @@ $TRANSLATIONS = array( "Module 'fileinfo' missing" => "بۆلەك «ھۆججەت ئۇچۇرى» يوقالغان", "Sharing" => "ھەمبەھىر", "Security" => "بىخەتەرلىك", +"Encryption" => "شىفىرلاش", "Server address" => "مۇلازىمېتىر ئادرىسى", "Port" => "ئېغىز", "Log" => "خاتىرە", @@ -50,9 +45,7 @@ $TRANSLATIONS = array( "More" => "تېخىمۇ كۆپ", "Less" => "ئاز", "Version" => "نەشرى", -"Add your App" => "ئەپىڭىزنى قوشۇڭ", -"More Apps" => "تېخىمۇ كۆپ ئەپلەر", -"Select an App" => "بىر ئەپ تاللاڭ", +"User Documentation" => "ئىشلەتكۈچى قوللانمىسى", "Administrator Documentation" => "باشقۇرغۇچى قوللانمىسى", "Online Documentation" => "توردىكى قوللانما", "Forum" => "مۇنبەر", diff --git a/settings/l10n/uk.php b/settings/l10n/uk.php index 24b1a734745..904ce92ea8b 100644 --- a/settings/l10n/uk.php +++ b/settings/l10n/uk.php @@ -1,8 +1,5 @@ "Ел. пошта надіслана", -"Encryption" => "Шифрування", -"Unable to load list from App Store" => "Не вдалося завантажити список з App Store", "Authentication error" => "Помилка автентифікації", "Group already exists" => "Група вже існує", "Unable to add group" => "Не вдалося додати групу", @@ -16,16 +13,13 @@ $TRANSLATIONS = array( "Unable to add user to group %s" => "Не вдалося додати користувача у групу %s", "Unable to remove user from group %s" => "Не вдалося видалити користувача із групи %s", "Couldn't update app." => "Не вдалося оновити програму. ", +"Email sent" => "Ел. пошта надіслана", "All" => "Всі", -"User Documentation" => "Документація Користувача", -"Update to {appversion}" => "Оновити до {appversion}", +"Please wait...." => "Зачекайте, будь ласка...", "Disable" => "Вимкнути", "Enable" => "Включити", -"Please wait...." => "Зачекайте, будь ласка...", "Updating...." => "Оновлюється...", "Error while updating app" => "Помилка при оновленні програми", -"Error" => "Помилка", -"Update" => "Оновити", "Updated" => "Оновлено", "Very weak password" => "Дуже слабкий пароль", "Weak password" => "Слабкий пароль", @@ -56,6 +50,7 @@ $TRANSLATIONS = array( "Allow resharing" => "Дозволити перевідкривати спільний доступ", "Security" => "Безпека", "Enforce HTTPS" => "Примусове застосування HTTPS", +"Encryption" => "Шифрування", "Server address" => "Адреса сервера", "Port" => "Порт", "Credentials" => "Облікові дані", @@ -65,11 +60,7 @@ $TRANSLATIONS = array( "Less" => "Менше", "Version" => "Версія", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Розроблено ownCloud громадою, вихідний код має ліцензію AGPL.", -"Add your App" => "Додати свою програму", -"More Apps" => "Більше програм", -"Select an App" => "Вибрати додаток", -"See application page at apps.owncloud.com" => "Перегляньте сторінку програм на apps.owncloud.com", -"-licensed by " => "-licensed by ", +"User Documentation" => "Документація Користувача", "Administrator Documentation" => "Документація Адміністратора", "Online Documentation" => "Он-Лайн Документація", "Forum" => "Форум", diff --git a/settings/l10n/ur_PK.php b/settings/l10n/ur_PK.php index 39973159745..17e7d843f3f 100644 --- a/settings/l10n/ur_PK.php +++ b/settings/l10n/ur_PK.php @@ -1,8 +1,7 @@ "ارسال شدہ ای میل ", "Invalid request" => "غلط درخواست", -"Error" => "ایرر", +"Email sent" => "ارسال شدہ ای میل ", "Very weak password" => "بہت کمزور پاسورڈ", "Weak password" => "کمزور پاسورڈ", "So-so password" => "نص نص پاسورڈ", diff --git a/settings/l10n/vi.php b/settings/l10n/vi.php index 85a909eeefa..cbddc4b7347 100644 --- a/settings/l10n/vi.php +++ b/settings/l10n/vi.php @@ -1,8 +1,5 @@ "Email đã được gửi", -"Encryption" => "Mã hóa", -"Unable to load list from App Store" => "Không thể tải danh sách ứng dụng từ App Store", "Authentication error" => "Lỗi xác thực", "Your full name has been changed." => "Họ và tên đã được thay đổi.", "Unable to change full name" => "Họ và tên không thể đổi ", @@ -18,16 +15,13 @@ $TRANSLATIONS = array( "Unable to add user to group %s" => "Không thể thêm người dùng vào nhóm %s", "Unable to remove user from group %s" => "Không thể xóa người dùng từ nhóm %s", "Couldn't update app." => "Không thể cập nhật ứng dụng", +"Email sent" => "Email đã được gửi", "All" => "Tất cả", -"User Documentation" => "Tài liệu người sử dụng", -"Update to {appversion}" => "Cập nhật lên {appversion}", +"Please wait...." => "Xin hãy đợi...", "Disable" => "Tắt", "Enable" => "Bật", -"Please wait...." => "Xin hãy đợi...", "Updating...." => "Đang cập nhật...", "Error while updating app" => "Lỗi khi cập nhật ứng dụng", -"Error" => "Lỗi", -"Update" => "Cập nhật", "Updated" => "Đã cập nhật", "Delete" => "Xóa", "Groups" => "Nhóm", @@ -44,6 +38,7 @@ $TRANSLATIONS = array( "Sharing" => "Chia sẻ", "Allow apps to use the Share API" => "Cho phép các ứng dụng sử dụng chia sẻ API", "Allow resharing" => "Cho phép chia sẻ lại", +"Encryption" => "Mã hóa", "Server address" => "Địa chỉ máy chủ", "Port" => "Cổng", "Credentials" => "Giấy chứng nhận", @@ -52,11 +47,7 @@ $TRANSLATIONS = array( "Less" => "ít", "Version" => "Phiên bản", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "Được phát triển bởi cộng đồng ownCloud, mã nguồn đã được cấp phép theo chuẩn AGPL.", -"Add your App" => "Thêm ứng dụng của bạn", -"More Apps" => "Nhiều ứng dụng hơn", -"Select an App" => "Chọn một ứng dụng", -"See application page at apps.owncloud.com" => "Xem nhiều ứng dụng hơn tại apps.owncloud.com", -"-licensed by " => "-Giấy phép được cấp bởi ", +"User Documentation" => "Tài liệu người sử dụng", "Administrator Documentation" => "Tài liệu quản trị", "Online Documentation" => "Tài liệu trực tuyến", "Forum" => "Diễn đàn", diff --git a/settings/l10n/zh_CN.php b/settings/l10n/zh_CN.php index 3c2dca4c0b1..393902ac375 100644 --- a/settings/l10n/zh_CN.php +++ b/settings/l10n/zh_CN.php @@ -1,16 +1,5 @@ "%s 获得了无效值", -"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." => "在发送测试邮件前您需要设置您的用户电子邮件。", -"Send mode" => "发送模式", -"Encryption" => "加密", -"Authentication method" => "认证方法", -"Unable to load list from App Store" => "无法从应用商店载入列表", "Authentication error" => "认证错误", "Your full name has been changed." => "您的全名已修改。", "Unable to change full name" => "无法修改全名", @@ -40,23 +29,21 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "错误的管理员恢复密码。请检查密码并重试。", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "后端不支持修改密码,但是用户的加密密码已成功更新。", "Unable to change password" => "不能更改密码", +"Saved" => "已保存", +"test email settings" => "测试电子邮件设置", +"Email sent" => "邮件已发送", +"You need to set your user email before being able to send test emails." => "在发送测试邮件前您需要设置您的用户电子邮件。", "Are you really sure you want add \"{domain}\" as trusted domain?" => "你真的希望添加 \"{domain}\" 为信任域?", "Add trusted domain" => "添加信任域", "Sending..." => "正在发送...", "All" => "全部", -"User Documentation" => "用户文档", -"Admin Documentation" => "管理员文档", -"Update to {appversion}" => "更新至 {appversion}", -"Uninstall App" => "下载应用", -"Disable" => "禁用", -"Enable" => "开启", "Please wait...." => "请稍等....", "Error while disabling app" => "禁用 app 时出错", +"Disable" => "禁用", +"Enable" => "开启", "Error while enabling app" => "启用 app 时出错", "Updating...." => "正在更新....", "Error while updating app" => "更新 app 时出错", -"Error" => "错误", -"Update" => "更新", "Updated" => "已更新", "Uninstalling ...." => "卸载中....", "Error while uninstalling app" => "卸载应用时发生了一个错误", @@ -148,8 +135,11 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "请经由HTTPS连接到这个%s 实例来启用或禁用强制SSL.", "Email Server" => "电子邮件服务器", "This is used for sending out notifications." => "这被用于发送通知。", +"Send mode" => "发送模式", +"Encryption" => "加密", "From address" => "来自地址", "mail" => "邮件", +"Authentication method" => "认证方法", "Authentication required" => "需要认证", "Server address" => "服务器地址", "Port" => "端口", @@ -164,14 +154,11 @@ $TRANSLATIONS = array( "Less" => "更少", "Version" => "版本", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "由ownCloud社区开发, 源代码在AGPL许可证下发布。", -"Add your App" => "增加应用", -"More Apps" => "更多应用", -"Select an App" => "选择一个应用", "Documentation:" => "文档:", -"See application page at apps.owncloud.com" => "查看在 app.owncloud.com 的应用程序页面", -"See application website" => "参见应用程序网站", -"-licensed by " => "-核准: ", +"User Documentation" => "用户文档", +"Admin Documentation" => "管理员文档", "Enable only for specific groups" => "仅对特定的组开放", +"Uninstall App" => "下载应用", "Administrator Documentation" => "管理员文档", "Online Documentation" => "在线文档", "Forum" => "论坛", diff --git a/settings/l10n/zh_HK.php b/settings/l10n/zh_HK.php index 1ad784d87dd..4927561edc6 100644 --- a/settings/l10n/zh_HK.php +++ b/settings/l10n/zh_HK.php @@ -1,15 +1,12 @@ "密碼錯誤", "Saved" => "已儲存", "Email sent" => "郵件已傳", -"Encryption" => "加密", -"Wrong password" => "密碼錯誤", "Sending..." => "發送中...", "Disable" => "停用", "Enable" => "啟用", "Updating...." => "更新中....", -"Error" => "錯誤", -"Update" => "更新", "Updated" => "已更新", "Delete" => "刪除", "Groups" => "群組", @@ -17,6 +14,7 @@ $TRANSLATIONS = array( "Login" => "登入", "SSL" => "SSL", "TLS" => "TLS", +"Encryption" => "加密", "Port" => "連接埠", "More" => "更多", "Password" => "密碼", diff --git a/settings/l10n/zh_TW.php b/settings/l10n/zh_TW.php index 0ea23f25c86..d861294620f 100644 --- a/settings/l10n/zh_TW.php +++ b/settings/l10n/zh_TW.php @@ -1,16 +1,5 @@ "無效的提供值 %s", -"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" => "Email 已寄出", -"You need to set your user email before being able to send test emails." => "在準備要寄出測試郵件時您需要設定您的使用者郵件。", -"Send mode" => "寄送模式", -"Encryption" => "加密", -"Authentication method" => "驗證方式", -"Unable to load list from App Store" => "無法從 App Store 讀取清單", "Authentication error" => "認證錯誤", "Your full name has been changed." => "您的全名已變更。", "Unable to change full name" => "無法變更全名", @@ -35,20 +24,19 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "錯誤的管理者還原密碼", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "後端不支援變更密碼,但成功更新使用者的加密金鑰", "Unable to change password" => "無法修改密碼", +"Saved" => "已儲存", +"test email settings" => "測試郵件設定", +"Email sent" => "Email 已寄出", +"You need to set your user email before being able to send test emails." => "在準備要寄出測試郵件時您需要設定您的使用者郵件。", "Sending..." => "寄送中...", "All" => "所有", -"User Documentation" => "用戶說明文件", -"Admin Documentation" => "管理者文件", -"Update to {appversion}" => "更新至 {appversion}", -"Disable" => "停用", -"Enable" => "啟用", "Please wait...." => "請稍候...", "Error while disabling app" => "停用應用程式錯誤", +"Disable" => "停用", +"Enable" => "啟用", "Error while enabling app" => "啓用應用程式錯誤", "Updating...." => "更新中...", "Error while updating app" => "更新應用程式錯誤", -"Error" => "錯誤", -"Update" => "更新", "Updated" => "已更新", "Select a profile picture" => "選擇大頭貼", "Very weak password" => "非常弱的密碼", @@ -109,7 +97,10 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "請使用 HTTPS 連線到 %s 以啓用或停用強制 SSL 加密。", "Email Server" => "郵件伺服器", "This is used for sending out notifications." => "這是使用於寄送通知。", +"Send mode" => "寄送模式", +"Encryption" => "加密", "From address" => "寄件地址", +"Authentication method" => "驗證方式", "Authentication required" => "必須驗證", "Server address" => "伺服器位址", "Port" => "連接埠", @@ -124,13 +115,9 @@ $TRANSLATIONS = array( "Less" => "更少", "Version" => "版本", "Developed by the ownCloud community, the source code is licensed under the AGPL." => "由 ownCloud 社群開發,原始碼在 AGPL 授權許可下發布。", -"Add your App" => "添加你的 App", -"More Apps" => "更多Apps", -"Select an App" => "選擇一個應用程式", "Documentation:" => "文件:", -"See application page at apps.owncloud.com" => "查看應用程式頁面於 apps.owncloud.com", -"See application website" => "檢視應用程式網站", -"-licensed by " => "-核准: ", +"User Documentation" => "用戶說明文件", +"Admin Documentation" => "管理者文件", "Administrator Documentation" => "管理者說明文件", "Online Documentation" => "線上說明文件", "Forum" => "論壇", -- 2.39.5