From fdecee1bda0641eb0d1f215663a60a4ad559a6b8 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Thu, 13 Sep 2012 17:30:26 +0200 Subject: Check if categories is an array. --- lib/vcategories.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/vcategories.php b/lib/vcategories.php index f5123adeeb6..6b1d6a316f1 100644 --- a/lib/vcategories.php +++ b/lib/vcategories.php @@ -55,7 +55,10 @@ class OC_VCategories { $this->app = $app; $this->user = is_null($user) ? OC_User::getUser() : $user; $categories = trim(OC_Preferences::getValue($this->user, $app, self::PREF_CATEGORIES_LABEL, '')); - $this->categories = $categories != '' ? @unserialize($categories) : $defcategories; + if ($categories) { + $categories = @unserialize($categories); + } + $this->categories = is_array($categories) ? $categories : $defcategories; } /** -- cgit v1.2.3 From e41ccd4344db20c13a1a2260134af052f7aedd9a Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Fri, 14 Sep 2012 02:03:18 +0200 Subject: [tx-robot] updated from transifex --- apps/files/l10n/da.php | 4 + apps/files/l10n/ru_RU.php | 18 ++++ apps/files_encryption/l10n/da.php | 6 ++ apps/files_sharing/l10n/da.php | 7 ++ apps/files_versions/l10n/da.php | 6 ++ core/l10n/ru_RU.php | 64 ++++++++++++++ l10n/ca/settings.po | 12 +-- l10n/cs_CZ/settings.po | 12 +-- l10n/da/files.po | 15 ++-- l10n/da/files_encryption.po | 17 ++-- l10n/da/files_sharing.po | 21 ++--- l10n/da/files_versions.po | 17 ++-- l10n/da/lib.po | 45 +++++----- l10n/eu/settings.po | 12 +-- l10n/fi_FI/settings.po | 8 +- l10n/it/settings.po | 12 +-- l10n/ja_JP/settings.po | 12 +-- l10n/nl/settings.po | 12 +-- l10n/ru_RU/core.po | 161 ++++++++++++++++++------------------ l10n/ru_RU/files.po | 40 ++++----- l10n/ru_RU/settings.po | 89 ++++++++++---------- l10n/sl/settings.po | 12 +-- l10n/sv/settings.po | 12 +-- 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_versions.pot | 2 +- l10n/templates/lib.pot | 2 +- l10n/templates/settings.pot | 2 +- l10n/templates/user_ldap.pot | 2 +- l10n/th_TH/settings.po | 12 +-- lib/l10n/da.php | 4 +- settings/l10n/ca.php | 3 + settings/l10n/cs_CZ.php | 3 + settings/l10n/eu.php | 3 + settings/l10n/fi_FI.php | 1 + settings/l10n/it.php | 3 + settings/l10n/ja_JP.php | 3 + settings/l10n/nl.php | 3 + settings/l10n/ru_RU.php | 43 ++++++++++ settings/l10n/sl.php | 3 + settings/l10n/sv.php | 3 + settings/l10n/th_TH.php | 3 + 45 files changed, 452 insertions(+), 267 deletions(-) create mode 100644 apps/files_encryption/l10n/da.php create mode 100644 apps/files_sharing/l10n/da.php create mode 100644 apps/files_versions/l10n/da.php create mode 100644 core/l10n/ru_RU.php create mode 100644 settings/l10n/ru_RU.php diff --git a/apps/files/l10n/da.php b/apps/files/l10n/da.php index 020f6142ec6..de0df6a26f0 100644 --- a/apps/files/l10n/da.php +++ b/apps/files/l10n/da.php @@ -7,13 +7,16 @@ "Missing a temporary folder" => "Mangler en midlertidig mappe", "Failed to write to disk" => "Fejl ved skrivning til disk.", "Files" => "Filer", +"Unshare" => "Fjern deling", "Delete" => "Slet", "already exists" => "findes allerede", "replace" => "erstat", +"suggest name" => "foreslå navn", "cancel" => "fortryd", "replaced" => "erstattet", "undo" => "fortryd", "with" => "med", +"unshared" => "udelt", "deleted" => "Slettet", "generating ZIP-file, it may take some time." => "genererer ZIP-fil, det kan tage lidt tid.", "Unable to upload your file as it is a directory or has 0 bytes" => "Kunne ikke uploade din fil, da det enten er en mappe eller er tom", @@ -35,6 +38,7 @@ "Enable ZIP-download" => "Muliggør ZIP-download", "0 is unlimited" => "0 er ubegrænset", "Maximum input size for ZIP files" => "Maksimal størrelse på ZIP filer", +"Save" => "Gem", "New" => "Ny", "Text file" => "Tekstfil", "Folder" => "Mappe", diff --git a/apps/files/l10n/ru_RU.php b/apps/files/l10n/ru_RU.php index d272d9580db..f43959d4e95 100644 --- a/apps/files/l10n/ru_RU.php +++ b/apps/files/l10n/ru_RU.php @@ -7,32 +7,50 @@ "Missing a temporary folder" => "Отсутствует временная папка", "Failed to write to disk" => "Не удалось записать на диск", "Files" => "Файлы", +"Unshare" => "Скрыть", "Delete" => "Удалить", "already exists" => "уже существует", "replace" => "отмена", +"suggest name" => "подобрать название", "cancel" => "отменить", "replaced" => "заменено", "undo" => "отменить действие", "with" => "с", +"unshared" => "скрытый", "deleted" => "удалено", +"generating ZIP-file, it may take some time." => "Создание ZIP-файла, это может занять некоторое время.", +"Unable to upload your file as it is a directory or has 0 bytes" => "Невозможно загрузить файл,\n так как он имеет нулевой размер или является директорией", "Upload Error" => "Ошибка загрузки", +"Pending" => "Ожидающий решения", "Upload cancelled." => "Загрузка отменена", +"File upload is in progress. Leaving the page now will cancel the upload." => "Процесс загрузки файла. Если покинуть страницу сейчас, загрузка будет отменена.", "Invalid name, '/' is not allowed." => "Неправильное имя, '/' не допускается.", "Size" => "Размер", "Modified" => "Изменен", +"folder" => "папка", +"folders" => "папки", +"file" => "файл", +"files" => "файлы", "File handling" => "Работа с файлами", "Maximum upload size" => "Максимальный размер загружаемого файла", "max. possible: " => "Максимально возможный", +"Needed for multi-file and folder downloads." => "Необходимо для множественной загрузки.", +"Enable ZIP-download" => "Включение ZIP-загрузки", +"0 is unlimited" => "0 без ограничений", +"Maximum input size for ZIP files" => "Максимальный размер входящих ZIP-файлов ", "Save" => "Сохранить", "New" => "Новый", "Text file" => "Текстовый файл", "Folder" => "Папка", +"From url" => "Из url", "Upload" => "Загрузить ", "Cancel upload" => "Отмена загрузки", "Nothing in here. Upload something!" => "Здесь ничего нет. Загрузите что-нибудь!", "Name" => "Имя", +"Share" => "Сделать общим", "Download" => "Загрузить", "Upload too large" => "Загрузка слишком велика", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Размер файлов, которые Вы пытаетесь загрузить, превышает максимально допустимый размер для загрузки на данный сервер.", +"Files are being scanned, please wait." => "Файлы сканируются, пожалуйста, подождите.", "Current scanning" => "Текущее сканирование" ); diff --git a/apps/files_encryption/l10n/da.php b/apps/files_encryption/l10n/da.php new file mode 100644 index 00000000000..144c9f97084 --- /dev/null +++ b/apps/files_encryption/l10n/da.php @@ -0,0 +1,6 @@ + "Kryptering", +"Exclude the following file types from encryption" => "Ekskluder følgende filtyper fra kryptering", +"None" => "Ingen", +"Enable Encryption" => "Aktivér kryptering" +); diff --git a/apps/files_sharing/l10n/da.php b/apps/files_sharing/l10n/da.php new file mode 100644 index 00000000000..1fd9f774a96 --- /dev/null +++ b/apps/files_sharing/l10n/da.php @@ -0,0 +1,7 @@ + "Kodeord", +"Submit" => "Send", +"Download" => "Download", +"No preview available for" => "Forhåndsvisning ikke tilgængelig for", +"web services under your control" => "Webtjenester under din kontrol" +); diff --git a/apps/files_versions/l10n/da.php b/apps/files_versions/l10n/da.php new file mode 100644 index 00000000000..9fafef99fe1 --- /dev/null +++ b/apps/files_versions/l10n/da.php @@ -0,0 +1,6 @@ + "Lad alle versioner udløbe", +"Versions" => "Versioner", +"This will delete all existing backup versions of your files" => "Dette vil slette alle eksisterende backupversioner af dine filer", +"Enable Files Versioning" => "Aktiver filversionering" +); diff --git a/core/l10n/ru_RU.php b/core/l10n/ru_RU.php new file mode 100644 index 00000000000..190ecda9ebb --- /dev/null +++ b/core/l10n/ru_RU.php @@ -0,0 +1,64 @@ + "Имя приложения не предоставлено.", +"No category to add?" => "Нет категории для добавления?", +"This category already exists: " => "Эта категория уже существует:", +"Settings" => "Настройки", +"January" => "Январь", +"February" => "Февраль", +"March" => "Март", +"April" => "Апрель", +"May" => "Май", +"June" => "Июнь", +"July" => "Июль", +"August" => "Август", +"September" => "Сентябрь", +"October" => "Октябрь", +"November" => "Ноябрь", +"December" => "Декабрь", +"Cancel" => "Отмена", +"No" => "Нет", +"Yes" => "Да", +"Ok" => "Да", +"No categories selected for deletion." => "Нет категорий, выбранных для удаления.", +"Error" => "Ошибка", +"ownCloud password reset" => "Переназначение пароля", +"Use the following link to reset your password: {link}" => "Воспользуйтесь следующей ссылкой для переназначения пароля: {link}", +"You will receive a link to reset your password via Email." => "Вы получите ссылку для восстановления пароля по электронной почте.", +"Requested" => "Запрашиваемое", +"Login failed!" => "Войти не удалось!", +"Username" => "Имя пользователя", +"Request reset" => "Сброс запроса", +"Your password was reset" => "Ваш пароль был переустановлен", +"To login page" => "На страницу входа", +"New password" => "Новый пароль", +"Reset password" => "Переназначение пароля", +"Personal" => "Персональный", +"Users" => "Пользователи", +"Apps" => "Приложения", +"Admin" => "Администратор", +"Help" => "Помощь", +"Access forbidden" => "Доступ запрещен", +"Cloud not found" => "Облако не найдено", +"Edit categories" => "Редактирование категорий", +"Add" => "Добавить", +"Create an admin account" => "Создать admin account", +"Password" => "Пароль", +"Advanced" => "Расширенный", +"Data folder" => "Папка данных", +"Configure the database" => "Настроить базу данных", +"will be used" => "будет использоваться", +"Database user" => "Пользователь базы данных", +"Database password" => "Пароль базы данных", +"Database name" => "Имя базы данных", +"Database tablespace" => "Табличная область базы данных", +"Database host" => "Сервер базы данных", +"Finish setup" => "Завершение настройки", +"web services under your control" => "веб-сервисы под Вашим контролем", +"Log out" => "Выйти", +"Lost your password?" => "Забыли пароль?", +"remember" => "запомнить", +"Log in" => "Войти", +"You are logged out." => "Вы вышли из системы.", +"prev" => "предыдущий", +"next" => "следующий" +); diff --git a/l10n/ca/settings.po b/l10n/ca/settings.po index 0aea78aa04c..e444e335218 100644 --- a/l10n/ca/settings.po +++ b/l10n/ca/settings.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-14 02:01+0200\n" +"PO-Revision-Date: 2012-09-13 07:48+0000\n" +"Last-Translator: rogerc \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -39,7 +39,7 @@ msgstr "No es pot afegir el grup" #: ajax/enableapp.php:13 msgid "Could not enable app. " -msgstr "" +msgstr "No s'ha pogut activar l'apliació" #: ajax/lostpassword.php:14 msgid "Email saved" @@ -124,13 +124,13 @@ msgstr "executa una tasca en carregar cada pàgina" msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." -msgstr "" +msgstr "cron.php està registrat en un servei webcron. Feu una crida a la pàgina cron.php a l'arrel de ownCloud cada minut a través de http." #: templates/admin.php:37 msgid "" "use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." -msgstr "" +msgstr "usa el servei cron del sistema. Feu una crida al fitxer cron.php a la carpeta ownCloud cada minut mitjançant el cronjob del sistema." #: templates/admin.php:41 msgid "Share API" diff --git a/l10n/cs_CZ/settings.po b/l10n/cs_CZ/settings.po index f57fe29fdc4..0687294ecd1 100644 --- a/l10n/cs_CZ/settings.po +++ b/l10n/cs_CZ/settings.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-14 02:01+0200\n" +"PO-Revision-Date: 2012-09-13 11:25+0000\n" +"Last-Translator: Tomáš Chvátal \n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -42,7 +42,7 @@ msgstr "Nelze přidat skupinu" #: ajax/enableapp.php:13 msgid "Could not enable app. " -msgstr "" +msgstr "Nelze povolit aplikaci." #: ajax/lostpassword.php:14 msgid "Email saved" @@ -127,13 +127,13 @@ msgstr "spustit jednu úlohu s každou načtenou stránkou" msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." -msgstr "" +msgstr "cron.php je registrován u služby webcron. Zavolá stránku cron.php v kořenovém adresáři owncloud každou minutu skrze http." #: templates/admin.php:37 msgid "" "use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." -msgstr "" +msgstr "použít službu cron systému. Zavolá soubor cron.php v kořenovém adresáři owncloud každou minutu skrze systémový úkol cronu." #: templates/admin.php:41 msgid "Share API" diff --git a/l10n/da/files.po b/l10n/da/files.po index c2e2ab70ee0..98943475b53 100644 --- a/l10n/da/files.po +++ b/l10n/da/files.po @@ -4,6 +4,7 @@ # # Translators: # Morten Juhl-Johansen Zölde-Fejér , 2011, 2012. +# , 2012. # Pascal d'Hermilly , 2011. # , 2012. # Thomas Tanghus <>, 2012. @@ -12,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-08 02:01+0200\n" -"PO-Revision-Date: 2012-09-08 00:02+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-14 02:01+0200\n" +"PO-Revision-Date: 2012-09-13 09:23+0000\n" +"Last-Translator: osos \n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -58,7 +59,7 @@ msgstr "Filer" #: js/fileactions.js:108 templates/index.php:62 msgid "Unshare" -msgstr "" +msgstr "Fjern deling" #: js/fileactions.js:110 templates/index.php:64 msgid "Delete" @@ -74,7 +75,7 @@ msgstr "erstat" #: js/filelist.js:186 msgid "suggest name" -msgstr "" +msgstr "foreslå navn" #: js/filelist.js:186 js/filelist.js:188 msgid "cancel" @@ -94,7 +95,7 @@ msgstr "med" #: js/filelist.js:268 msgid "unshared" -msgstr "" +msgstr "udelt" #: js/filelist.js:270 msgid "deleted" @@ -183,7 +184,7 @@ msgstr "Maksimal størrelse på ZIP filer" #: templates/admin.php:14 msgid "Save" -msgstr "" +msgstr "Gem" #: templates/index.php:7 msgid "New" diff --git a/l10n/da/files_encryption.po b/l10n/da/files_encryption.po index 94a4333bd18..bd1c9864514 100644 --- a/l10n/da/files_encryption.po +++ b/l10n/da/files_encryption.po @@ -3,32 +3,33 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:33+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2012-09-14 02:01+0200\n" +"PO-Revision-Date: 2012-09-13 09:42+0000\n" +"Last-Translator: osos \n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: da\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/settings.php:3 msgid "Encryption" -msgstr "" +msgstr "Kryptering" #: templates/settings.php:4 msgid "Exclude the following file types from encryption" -msgstr "" +msgstr "Ekskluder følgende filtyper fra kryptering" #: templates/settings.php:5 msgid "None" -msgstr "" +msgstr "Ingen" #: templates/settings.php:10 msgid "Enable Encryption" -msgstr "" +msgstr "Aktivér kryptering" diff --git a/l10n/da/files_sharing.po b/l10n/da/files_sharing.po index cae9bfa4d9b..d67a3ef190d 100644 --- a/l10n/da/files_sharing.po +++ b/l10n/da/files_sharing.po @@ -3,36 +3,37 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-31 02:02+0200\n" -"PO-Revision-Date: 2012-08-31 00:03+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-14 02:01+0200\n" +"PO-Revision-Date: 2012-09-13 09:35+0000\n" +"Last-Translator: osos \n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: da\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: templates/authenticate.php:4 msgid "Password" -msgstr "" +msgstr "Kodeord" #: templates/authenticate.php:6 msgid "Submit" -msgstr "" +msgstr "Send" #: templates/public.php:9 templates/public.php:19 msgid "Download" -msgstr "" +msgstr "Download" #: templates/public.php:18 msgid "No preview available for" -msgstr "" +msgstr "Forhåndsvisning ikke tilgængelig for" -#: templates/public.php:23 +#: templates/public.php:25 msgid "web services under your control" -msgstr "" +msgstr "Webtjenester under din kontrol" diff --git a/l10n/da/files_versions.po b/l10n/da/files_versions.po index 667b5eef551..af17e9c5b5c 100644 --- a/l10n/da/files_versions.po +++ b/l10n/da/files_versions.po @@ -3,32 +3,33 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-01 13:35+0200\n" -"PO-Revision-Date: 2012-09-01 11:35+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-14 02:01+0200\n" +"PO-Revision-Date: 2012-09-13 09:38+0000\n" +"Last-Translator: osos \n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: da\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" -msgstr "" +msgstr "Lad alle versioner udløbe" #: templates/settings-personal.php:4 msgid "Versions" -msgstr "" +msgstr "Versioner" #: templates/settings-personal.php:7 msgid "This will delete all existing backup versions of your files" -msgstr "" +msgstr "Dette vil slette alle eksisterende backupversioner af dine filer" #: templates/settings.php:3 msgid "Enable Files Versioning" -msgstr "" +msgstr "Aktiver filversionering" diff --git a/l10n/da/lib.po b/l10n/da/lib.po index 75cf36398bc..e9b14de3e58 100644 --- a/l10n/da/lib.po +++ b/l10n/da/lib.po @@ -4,41 +4,42 @@ # # Translators: # Morten Juhl-Johansen Zölde-Fejér , 2012. +# , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-01 02:01+0200\n" -"PO-Revision-Date: 2012-09-01 00:02+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-14 02:01+0200\n" +"PO-Revision-Date: 2012-09-13 09:43+0000\n" +"Last-Translator: osos \n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: da\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: app.php:288 +#: app.php:285 msgid "Help" msgstr "Hjælp" -#: app.php:295 +#: app.php:292 msgid "Personal" msgstr "Personlig" -#: app.php:300 +#: app.php:297 msgid "Settings" msgstr "Indstillinger" -#: app.php:305 +#: app.php:302 msgid "Users" msgstr "Brugere" -#: app.php:312 +#: app.php:309 msgid "Apps" msgstr "Apps" -#: app.php:314 +#: app.php:311 msgid "Admin" msgstr "Admin" @@ -70,56 +71,56 @@ msgstr "Adgangsfejl" msgid "Token expired. Please reload page." msgstr "Adgang er udløbet. Genindlæs siden." -#: template.php:86 +#: template.php:87 msgid "seconds ago" msgstr "sekunder siden" -#: template.php:87 +#: template.php:88 msgid "1 minute ago" msgstr "1 minut siden" -#: template.php:88 +#: template.php:89 #, php-format msgid "%d minutes ago" msgstr "%d minutter siden" -#: template.php:91 +#: template.php:92 msgid "today" msgstr "I dag" -#: template.php:92 +#: template.php:93 msgid "yesterday" msgstr "I går" -#: template.php:93 +#: template.php:94 #, php-format msgid "%d days ago" msgstr "%d dage siden" -#: template.php:94 +#: template.php:95 msgid "last month" msgstr "Sidste måned" -#: template.php:95 +#: template.php:96 msgid "months ago" msgstr "måneder siden" -#: template.php:96 +#: template.php:97 msgid "last year" msgstr "Sidste år" -#: template.php:97 +#: template.php:98 msgid "years ago" msgstr "år siden" #: updater.php:66 #, php-format msgid "%s is available. Get more information" -msgstr "" +msgstr "%s er tilgængelig. Få mere information" #: updater.php:68 msgid "up to date" -msgstr "" +msgstr "opdateret" #: updater.php:71 msgid "updates check is disabled" diff --git a/l10n/eu/settings.po b/l10n/eu/settings.po index be8c78b68d1..76be611dba2 100644 --- a/l10n/eu/settings.po +++ b/l10n/eu/settings.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-14 02:01+0200\n" +"PO-Revision-Date: 2012-09-13 15:27+0000\n" +"Last-Translator: asieriko \n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -39,7 +39,7 @@ msgstr "Ezin izan da taldea gehitu" #: ajax/enableapp.php:13 msgid "Could not enable app. " -msgstr "" +msgstr "Ezin izan da aplikazioa gaitu." #: ajax/lostpassword.php:14 msgid "Email saved" @@ -124,13 +124,13 @@ msgstr "exekutatu zeregina orri karga bakoitzean" msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." -msgstr "" +msgstr "cron.php webcron zerbitzu batean erregistratua dago. Deitu cron.php orria ownclouden erroan minuturo http bidez." #: templates/admin.php:37 msgid "" "use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." -msgstr "" +msgstr "Erabili sistemaren cron zerbitzua. Deitu cron.php fitxategia owncloud karpetan minuturo sistemaren cron lan baten bidez." #: templates/admin.php:41 msgid "Share API" diff --git a/l10n/fi_FI/settings.po b/l10n/fi_FI/settings.po index 88314740470..ab312d2d97b 100644 --- a/l10n/fi_FI/settings.po +++ b/l10n/fi_FI/settings.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-14 02:01+0200\n" +"PO-Revision-Date: 2012-09-13 10:57+0000\n" +"Last-Translator: Jiri Grönroos \n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -39,7 +39,7 @@ msgstr "Ryhmän lisäys epäonnistui" #: ajax/enableapp.php:13 msgid "Could not enable app. " -msgstr "" +msgstr "Sovelluksen käyttöönotto epäonnistui." #: ajax/lostpassword.php:14 msgid "Email saved" diff --git a/l10n/it/settings.po b/l10n/it/settings.po index 23f06697258..67345083db6 100644 --- a/l10n/it/settings.po +++ b/l10n/it/settings.po @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-14 02:01+0200\n" +"PO-Revision-Date: 2012-09-13 05:39+0000\n" +"Last-Translator: Vincenzo Reale \n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -43,7 +43,7 @@ msgstr "Impossibile aggiungere il gruppo" #: ajax/enableapp.php:13 msgid "Could not enable app. " -msgstr "" +msgstr "Impossibile abilitare l'applicazione." #: ajax/lostpassword.php:14 msgid "Email saved" @@ -128,13 +128,13 @@ msgstr "esegui un'attività con ogni pagina caricata" msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." -msgstr "" +msgstr "cron.php è registrato su un servizio webcron. Chiama la pagina cron.php nella radice di owncloud ogni minuto su http." #: templates/admin.php:37 msgid "" "use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." -msgstr "" +msgstr "usa il servizio cron di sistema. Chiama il file cron.php nella cartella di owncloud ogni minuto." #: templates/admin.php:41 msgid "Share API" diff --git a/l10n/ja_JP/settings.po b/l10n/ja_JP/settings.po index e768e4fe2e2..c6680acbbfd 100644 --- a/l10n/ja_JP/settings.po +++ b/l10n/ja_JP/settings.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-14 02:01+0200\n" +"PO-Revision-Date: 2012-09-13 16:13+0000\n" +"Last-Translator: Daisuke Deguchi \n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -38,7 +38,7 @@ msgstr "グループを追加できません" #: ajax/enableapp.php:13 msgid "Could not enable app. " -msgstr "" +msgstr "アプリを有効にできませんでした。" #: ajax/lostpassword.php:14 msgid "Email saved" @@ -123,13 +123,13 @@ msgstr "ページを開く毎にタスクを1つ実行" msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." -msgstr "" +msgstr "cron.php は webcron サービスとして登録されています。HTTP経由で1分間に1回の頻度で owncloud のルートページ内の cron.php ページを呼び出します。" #: templates/admin.php:37 msgid "" "use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." -msgstr "" +msgstr "システムの cron サービスを利用します。システムの cron ジョブを通して1分間に1回の頻度で owncloud 内の cron.php ファイルを呼び出します。" #: templates/admin.php:41 msgid "Share API" diff --git a/l10n/nl/settings.po b/l10n/nl/settings.po index 8d1c628274b..cd07c25ca86 100644 --- a/l10n/nl/settings.po +++ b/l10n/nl/settings.po @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-14 02:01+0200\n" +"PO-Revision-Date: 2012-09-13 18:45+0000\n" +"Last-Translator: Richard Bos \n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -44,7 +44,7 @@ msgstr "Niet in staat om groep toe te voegen" #: ajax/enableapp.php:13 msgid "Could not enable app. " -msgstr "" +msgstr "Kan de app. niet activeren" #: ajax/lostpassword.php:14 msgid "Email saved" @@ -129,13 +129,13 @@ msgstr "Voer 1 taak uit bij elke geladen pagina" msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." -msgstr "" +msgstr "cron.php is bij een webcron dienst geregistreerd. Roep de cron.php pagina in de owncloud root via http één maal per minuut op." #: templates/admin.php:37 msgid "" "use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." -msgstr "" +msgstr "Gebruik de systeem cron functionaliteit. Roep het cron.php bestand via een systeem cronjob één maal per minuut op." #: templates/admin.php:41 msgid "Share API" diff --git a/l10n/ru_RU/core.po b/l10n/ru_RU/core.po index 6c4aeee5d54..be63870a077 100644 --- a/l10n/ru_RU/core.po +++ b/l10n/ru_RU/core.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-06 02:02+0200\n" -"PO-Revision-Date: 2012-09-06 00:03+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-14 02:01+0200\n" +"PO-Revision-Date: 2012-09-13 12:09+0000\n" +"Last-Translator: AnnaSch \n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,250 +20,250 @@ msgstr "" #: ajax/vcategories/add.php:23 ajax/vcategories/delete.php:23 msgid "Application name not provided." -msgstr "" +msgstr "Имя приложения не предоставлено." #: ajax/vcategories/add.php:29 msgid "No category to add?" -msgstr "" +msgstr "Нет категории для добавления?" #: ajax/vcategories/add.php:36 msgid "This category already exists: " -msgstr "" +msgstr "Эта категория уже существует:" -#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61 +#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55 msgid "Settings" -msgstr "" +msgstr "Настройки" -#: js/js.js:593 +#: js/js.js:642 msgid "January" -msgstr "" +msgstr "Январь" -#: js/js.js:593 +#: js/js.js:642 msgid "February" -msgstr "" +msgstr "Февраль" -#: js/js.js:593 +#: js/js.js:642 msgid "March" -msgstr "" +msgstr "Март" -#: js/js.js:593 +#: js/js.js:642 msgid "April" -msgstr "" +msgstr "Апрель" -#: js/js.js:593 +#: js/js.js:642 msgid "May" -msgstr "" +msgstr "Май" -#: js/js.js:593 +#: js/js.js:642 msgid "June" -msgstr "" +msgstr "Июнь" -#: js/js.js:594 +#: js/js.js:643 msgid "July" -msgstr "" +msgstr "Июль" -#: js/js.js:594 +#: js/js.js:643 msgid "August" -msgstr "" +msgstr "Август" -#: js/js.js:594 +#: js/js.js:643 msgid "September" -msgstr "" +msgstr "Сентябрь" -#: js/js.js:594 +#: js/js.js:643 msgid "October" -msgstr "" +msgstr "Октябрь" -#: js/js.js:594 +#: js/js.js:643 msgid "November" -msgstr "" +msgstr "Ноябрь" -#: js/js.js:594 +#: js/js.js:643 msgid "December" -msgstr "" +msgstr "Декабрь" #: js/oc-dialogs.js:143 js/oc-dialogs.js:163 msgid "Cancel" -msgstr "" +msgstr "Отмена" #: js/oc-dialogs.js:159 msgid "No" -msgstr "" +msgstr "Нет" #: js/oc-dialogs.js:160 msgid "Yes" -msgstr "" +msgstr "Да" #: js/oc-dialogs.js:177 msgid "Ok" -msgstr "" +msgstr "Да" #: js/oc-vcategories.js:68 msgid "No categories selected for deletion." -msgstr "" +msgstr "Нет категорий, выбранных для удаления." #: js/oc-vcategories.js:68 msgid "Error" -msgstr "" +msgstr "Ошибка" #: lostpassword/index.php:26 msgid "ownCloud password reset" -msgstr "" +msgstr "Переназначение пароля" #: lostpassword/templates/email.php:2 msgid "Use the following link to reset your password: {link}" -msgstr "" +msgstr "Воспользуйтесь следующей ссылкой для переназначения пароля: {link}" #: lostpassword/templates/lostpassword.php:3 msgid "You will receive a link to reset your password via Email." -msgstr "" +msgstr "Вы получите ссылку для восстановления пароля по электронной почте." #: lostpassword/templates/lostpassword.php:5 msgid "Requested" -msgstr "" +msgstr "Запрашиваемое" #: lostpassword/templates/lostpassword.php:8 msgid "Login failed!" -msgstr "" +msgstr "Войти не удалось!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:26 #: templates/login.php:9 msgid "Username" -msgstr "" +msgstr "Имя пользователя" #: lostpassword/templates/lostpassword.php:15 msgid "Request reset" -msgstr "" +msgstr "Сброс запроса" #: lostpassword/templates/resetpassword.php:4 msgid "Your password was reset" -msgstr "" +msgstr "Ваш пароль был переустановлен" #: lostpassword/templates/resetpassword.php:5 msgid "To login page" -msgstr "" +msgstr "На страницу входа" #: lostpassword/templates/resetpassword.php:8 msgid "New password" -msgstr "" +msgstr "Новый пароль" #: lostpassword/templates/resetpassword.php:11 msgid "Reset password" -msgstr "" +msgstr "Переназначение пароля" #: strings.php:5 msgid "Personal" -msgstr "" +msgstr "Персональный" #: strings.php:6 msgid "Users" -msgstr "" +msgstr "Пользователи" #: strings.php:7 msgid "Apps" -msgstr "" +msgstr "Приложения" #: strings.php:8 msgid "Admin" -msgstr "" +msgstr "Администратор" #: strings.php:9 msgid "Help" -msgstr "" +msgstr "Помощь" #: templates/403.php:12 msgid "Access forbidden" -msgstr "" +msgstr "Доступ запрещен" #: templates/404.php:12 msgid "Cloud not found" -msgstr "" +msgstr "Облако не найдено" #: templates/edit_categories_dialog.php:4 msgid "Edit categories" -msgstr "" +msgstr "Редактирование категорий" #: templates/edit_categories_dialog.php:14 msgid "Add" -msgstr "" +msgstr "Добавить" #: templates/installation.php:24 msgid "Create an admin account" -msgstr "" +msgstr "Создать admin account" #: templates/installation.php:30 templates/login.php:13 msgid "Password" -msgstr "" +msgstr "Пароль" #: templates/installation.php:36 msgid "Advanced" -msgstr "" +msgstr "Расширенный" #: templates/installation.php:38 msgid "Data folder" -msgstr "" +msgstr "Папка данных" #: templates/installation.php:45 msgid "Configure the database" -msgstr "" +msgstr "Настроить базу данных" #: templates/installation.php:50 templates/installation.php:61 #: templates/installation.php:71 templates/installation.php:81 msgid "will be used" -msgstr "" +msgstr "будет использоваться" #: templates/installation.php:93 msgid "Database user" -msgstr "" +msgstr "Пользователь базы данных" #: templates/installation.php:97 msgid "Database password" -msgstr "" +msgstr "Пароль базы данных" #: templates/installation.php:101 msgid "Database name" -msgstr "" +msgstr "Имя базы данных" #: templates/installation.php:109 msgid "Database tablespace" -msgstr "" +msgstr "Табличная область базы данных" #: templates/installation.php:115 msgid "Database host" -msgstr "" +msgstr "Сервер базы данных" #: templates/installation.php:120 msgid "Finish setup" -msgstr "" +msgstr "Завершение настройки" -#: templates/layout.guest.php:42 +#: templates/layout.guest.php:36 msgid "web services under your control" -msgstr "" +msgstr "веб-сервисы под Вашим контролем" -#: templates/layout.user.php:45 +#: templates/layout.user.php:39 msgid "Log out" -msgstr "" +msgstr "Выйти" #: templates/login.php:6 msgid "Lost your password?" -msgstr "" +msgstr "Забыли пароль?" #: templates/login.php:17 msgid "remember" -msgstr "" +msgstr "запомнить" #: templates/login.php:18 msgid "Log in" -msgstr "" +msgstr "Войти" #: templates/logout.php:1 msgid "You are logged out." -msgstr "" +msgstr "Вы вышли из системы." #: templates/part.pagenavi.php:3 msgid "prev" -msgstr "" +msgstr "предыдущий" #: templates/part.pagenavi.php:20 msgid "next" -msgstr "" +msgstr "следующий" diff --git a/l10n/ru_RU/files.po b/l10n/ru_RU/files.po index 42d3e4f9da6..a3844380e86 100644 --- a/l10n/ru_RU/files.po +++ b/l10n/ru_RU/files.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-12 13:55+0000\n" +"POT-Creation-Date: 2012-09-14 02:01+0200\n" +"PO-Revision-Date: 2012-09-13 10:17+0000\n" "Last-Translator: AnnaSch \n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n" "MIME-Version: 1.0\n" @@ -54,7 +54,7 @@ msgstr "Файлы" #: js/fileactions.js:108 templates/index.php:62 msgid "Unshare" -msgstr "" +msgstr "Скрыть" #: js/fileactions.js:110 templates/index.php:64 msgid "Delete" @@ -70,7 +70,7 @@ msgstr "отмена" #: js/filelist.js:186 msgid "suggest name" -msgstr "" +msgstr "подобрать название" #: js/filelist.js:186 js/filelist.js:188 msgid "cancel" @@ -90,7 +90,7 @@ msgstr "с" #: js/filelist.js:268 msgid "unshared" -msgstr "" +msgstr "скрытый" #: js/filelist.js:270 msgid "deleted" @@ -98,11 +98,11 @@ msgstr "удалено" #: js/files.js:179 msgid "generating ZIP-file, it may take some time." -msgstr "" +msgstr "Создание ZIP-файла, это может занять некоторое время." #: js/files.js:208 msgid "Unable to upload your file as it is a directory or has 0 bytes" -msgstr "" +msgstr "Невозможно загрузить файл,\n так как он имеет нулевой размер или является директорией" #: js/files.js:208 msgid "Upload Error" @@ -110,7 +110,7 @@ msgstr "Ошибка загрузки" #: js/files.js:236 js/files.js:341 js/files.js:370 msgid "Pending" -msgstr "" +msgstr "Ожидающий решения" #: js/files.js:355 msgid "Upload cancelled." @@ -119,7 +119,7 @@ msgstr "Загрузка отменена" #: js/files.js:423 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." -msgstr "" +msgstr "Процесс загрузки файла. Если покинуть страницу сейчас, загрузка будет отменена." #: js/files.js:493 msgid "Invalid name, '/' is not allowed." @@ -135,19 +135,19 @@ msgstr "Изменен" #: js/files.js:774 msgid "folder" -msgstr "" +msgstr "папка" #: js/files.js:776 msgid "folders" -msgstr "" +msgstr "папки" #: js/files.js:784 msgid "file" -msgstr "" +msgstr "файл" #: js/files.js:786 msgid "files" -msgstr "" +msgstr "файлы" #: templates/admin.php:5 msgid "File handling" @@ -163,19 +163,19 @@ msgstr "Максимально возможный" #: templates/admin.php:9 msgid "Needed for multi-file and folder downloads." -msgstr "" +msgstr "Необходимо для множественной загрузки." #: templates/admin.php:9 msgid "Enable ZIP-download" -msgstr "" +msgstr "Включение ZIP-загрузки" #: templates/admin.php:11 msgid "0 is unlimited" -msgstr "" +msgstr "0 без ограничений" #: templates/admin.php:12 msgid "Maximum input size for ZIP files" -msgstr "" +msgstr "Максимальный размер входящих ZIP-файлов " #: templates/admin.php:14 msgid "Save" @@ -195,7 +195,7 @@ msgstr "Папка" #: templates/index.php:11 msgid "From url" -msgstr "" +msgstr "Из url" #: templates/index.php:21 msgid "Upload" @@ -215,7 +215,7 @@ msgstr "Имя" #: templates/index.php:50 msgid "Share" -msgstr "" +msgstr "Сделать общим" #: templates/index.php:52 msgid "Download" @@ -233,7 +233,7 @@ msgstr "Размер файлов, которые Вы пытаетесь заг #: templates/index.php:82 msgid "Files are being scanned, please wait." -msgstr "" +msgstr "Файлы сканируются, пожалуйста, подождите." #: templates/index.php:85 msgid "Current scanning" diff --git a/l10n/ru_RU/settings.po b/l10n/ru_RU/settings.po index 410572a6c6f..ffe82247ebe 100644 --- a/l10n/ru_RU/settings.po +++ b/l10n/ru_RU/settings.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# , 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-14 02:01+0200\n" +"PO-Revision-Date: 2012-09-13 13:05+0000\n" +"Last-Translator: AnnaSch \n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,11 +25,11 @@ msgstr "" #: ajax/creategroup.php:9 ajax/removeuser.php:13 ajax/setquota.php:18 #: ajax/togglegroups.php:15 msgid "Authentication error" -msgstr "" +msgstr "Ошибка авторизации" #: ajax/creategroup.php:19 msgid "Group already exists" -msgstr "" +msgstr "Группа уже существует" #: ajax/creategroup.php:28 msgid "Unable to add group" @@ -48,11 +49,11 @@ msgstr "" #: ajax/openid.php:16 msgid "OpenID Changed" -msgstr "" +msgstr "OpenID изменен" #: ajax/openid.php:18 ajax/setlanguage.php:20 ajax/setlanguage.php:23 msgid "Invalid request" -msgstr "" +msgstr "Неверный запрос" #: ajax/removegroup.php:16 msgid "Unable to delete group" @@ -64,7 +65,7 @@ msgstr "" #: ajax/setlanguage.php:18 msgid "Language changed" -msgstr "" +msgstr "Язык изменен" #: ajax/togglegroups.php:25 #, php-format @@ -78,19 +79,19 @@ msgstr "" #: js/apps.js:18 msgid "Error" -msgstr "" +msgstr "Ошибка" #: js/apps.js:39 js/apps.js:73 msgid "Disable" -msgstr "" +msgstr "Отключить" #: js/apps.js:39 js/apps.js:62 msgid "Enable" -msgstr "" +msgstr "Включить" #: js/personal.js:69 msgid "Saving..." -msgstr "" +msgstr "Сохранение" #: personal.php:46 personal.php:47 msgid "__language_name__" @@ -98,7 +99,7 @@ msgstr "" #: templates/admin.php:14 msgid "Security Warning" -msgstr "" +msgstr "Предупреждение системы безопасности" #: templates/admin.php:17 msgid "" @@ -111,7 +112,7 @@ msgstr "" #: templates/admin.php:31 msgid "Cron" -msgstr "" +msgstr "Cron" #: templates/admin.php:33 msgid "execute one task with each page loaded" @@ -131,7 +132,7 @@ msgstr "" #: templates/admin.php:41 msgid "Share API" -msgstr "" +msgstr "Сделать общим API" #: templates/admin.php:46 msgid "Enable Share API" @@ -143,7 +144,7 @@ msgstr "" #: templates/admin.php:51 msgid "Allow links" -msgstr "" +msgstr "Предоставить ссылки" #: templates/admin.php:52 msgid "Allow users to share items to the public with links" @@ -171,7 +172,7 @@ msgstr "" #: templates/admin.php:97 msgid "More" -msgstr "" +msgstr "Подробнее" #: templates/admin.php:105 msgid "" @@ -185,11 +186,11 @@ msgstr "" #: templates/apps.php:10 msgid "Add your App" -msgstr "" +msgstr "Добавить Ваше приложение" #: templates/apps.php:26 msgid "Select an App" -msgstr "" +msgstr "Выбрать приложение" #: templates/apps.php:29 msgid "See application page at apps.owncloud.com" @@ -201,7 +202,7 @@ msgstr "" #: templates/help.php:9 msgid "Documentation" -msgstr "" +msgstr "Документация" #: templates/help.php:10 msgid "Managing Big Files" @@ -209,7 +210,7 @@ msgstr "" #: templates/help.php:11 msgid "Ask a question" -msgstr "" +msgstr "Задать вопрос" #: templates/help.php:23 msgid "Problems connecting to help database." @@ -217,19 +218,19 @@ msgstr "" #: templates/help.php:24 msgid "Go there manually." -msgstr "" +msgstr "Сделать вручную." #: templates/help.php:32 msgid "Answer" -msgstr "" +msgstr "Ответ" #: templates/personal.php:8 msgid "You use" -msgstr "" +msgstr "Вы используете" #: templates/personal.php:8 msgid "of the available" -msgstr "" +msgstr "из доступных" #: templates/personal.php:12 msgid "Desktop and Mobile Syncing Clients" @@ -237,71 +238,71 @@ msgstr "" #: templates/personal.php:13 msgid "Download" -msgstr "" +msgstr "Загрузка" #: templates/personal.php:19 msgid "Your password got changed" -msgstr "" +msgstr "Ваш пароль был изменен" #: templates/personal.php:20 msgid "Unable to change your password" -msgstr "" +msgstr "Невозможно изменить Ваш пароль" #: templates/personal.php:21 msgid "Current password" -msgstr "" +msgstr "Текущий пароль" #: templates/personal.php:22 msgid "New password" -msgstr "" +msgstr "Новый пароль" #: templates/personal.php:23 msgid "show" -msgstr "" +msgstr "показать" #: templates/personal.php:24 msgid "Change password" -msgstr "" +msgstr "Изменить пароль" #: templates/personal.php:30 msgid "Email" -msgstr "" +msgstr "Электронная почта" #: templates/personal.php:31 msgid "Your email address" -msgstr "" +msgstr "Адрес Вашей электронной почты" #: templates/personal.php:32 msgid "Fill in an email address to enable password recovery" -msgstr "" +msgstr "Введите адрес электронной почты для возможности восстановления пароля" #: templates/personal.php:38 templates/personal.php:39 msgid "Language" -msgstr "" +msgstr "Язык" #: templates/personal.php:44 msgid "Help translate" -msgstr "" +msgstr "Помогите перевести" #: templates/personal.php:51 msgid "use this address to connect to your ownCloud in your file manager" -msgstr "" +msgstr "Используйте этот адрес для соединения с Вашим ownCloud в файловом менеджере" #: templates/users.php:21 templates/users.php:76 msgid "Name" -msgstr "" +msgstr "Имя" #: templates/users.php:23 templates/users.php:77 msgid "Password" -msgstr "" +msgstr "Пароль" #: templates/users.php:26 templates/users.php:78 templates/users.php:98 msgid "Groups" -msgstr "" +msgstr "Группы" #: templates/users.php:32 msgid "Create" -msgstr "" +msgstr "Создать" #: templates/users.php:35 msgid "Default Quota" @@ -317,8 +318,8 @@ msgstr "" #: templates/users.php:82 msgid "Quota" -msgstr "" +msgstr "квота" #: templates/users.php:146 msgid "Delete" -msgstr "" +msgstr "Удалить" diff --git a/l10n/sl/settings.po b/l10n/sl/settings.po index 90c2cab7f62..513f7dad7e7 100644 --- a/l10n/sl/settings.po +++ b/l10n/sl/settings.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-14 02:01+0200\n" +"PO-Revision-Date: 2012-09-13 09:09+0000\n" +"Last-Translator: Peter Peroša \n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -39,7 +39,7 @@ msgstr "Ni mogoče dodati skupine" #: ajax/enableapp.php:13 msgid "Could not enable app. " -msgstr "" +msgstr "Aplikacije ni bilo mogoče omogočiti." #: ajax/lostpassword.php:14 msgid "Email saved" @@ -124,13 +124,13 @@ msgstr "izvedi eno nalogo z vsako naloženo stranjo" msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." -msgstr "" +msgstr "Datoteka cron.php je prijavljena pri enem od spletnih cron servisov. Preko protokola http pokličite datoteko cron.php, ki se nahaja v ownCloud korenski mapi, enkrat na minuto." #: templates/admin.php:37 msgid "" "use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." -msgstr "" +msgstr "Uporabi sistemski cron servis. Preko sistemskega cron servisa pokličite datoteko cron.php, ki se nahaja v ownCloud korenski mapi, enkrat na minuto." #: templates/admin.php:41 msgid "Share API" diff --git a/l10n/sv/settings.po b/l10n/sv/settings.po index c7b9d78bf60..8ba6e199271 100644 --- a/l10n/sv/settings.po +++ b/l10n/sv/settings.po @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-14 02:01+0200\n" +"PO-Revision-Date: 2012-09-13 06:17+0000\n" +"Last-Translator: Magnus Höglund \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -43,7 +43,7 @@ msgstr "Kan inte lägga till grupp" #: ajax/enableapp.php:13 msgid "Could not enable app. " -msgstr "" +msgstr "Kunde inte aktivera appen." #: ajax/lostpassword.php:14 msgid "Email saved" @@ -128,13 +128,13 @@ msgstr "utför en uppgift vid varje sidladdning" msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." -msgstr "" +msgstr "cron.php är registrerad som en webcron-tjänst. Anropa cron.php sidan i ownCloud en gång i minuten över HTTP." #: templates/admin.php:37 msgid "" "use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." -msgstr "" +msgstr "använd systementjänsten cron. Anropa cron.php filen i ownCloud mappen via ett system cronjobb en gång i minuten." #: templates/admin.php:41 msgid "Share API" diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index c76cabb0824..f973f30be77 100644 --- a/l10n/templates/core.pot +++ b/l10n/templates/core.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" +"POT-Creation-Date: 2012-09-14 02:01+0200\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 13457689081..a5194fb6ffb 100644 --- a/l10n/templates/files.pot +++ b/l10n/templates/files.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" +"POT-Creation-Date: 2012-09-14 02:01+0200\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 506925aa2b0..3106c773b4d 100644 --- a/l10n/templates/files_encryption.pot +++ b/l10n/templates/files_encryption.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" +"POT-Creation-Date: 2012-09-14 02:01+0200\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 54021a4924d..ff8bb7b521a 100644 --- a/l10n/templates/files_external.pot +++ b/l10n/templates/files_external.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" +"POT-Creation-Date: 2012-09-14 02:01+0200\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 5047c27aeec..d714556ebff 100644 --- a/l10n/templates/files_sharing.pot +++ b/l10n/templates/files_sharing.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" +"POT-Creation-Date: 2012-09-14 02:01+0200\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 ae331dab4f0..6912df55894 100644 --- a/l10n/templates/files_versions.pot +++ b/l10n/templates/files_versions.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" +"POT-Creation-Date: 2012-09-14 02:01+0200\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 73dba560d5e..c468e17a213 100644 --- a/l10n/templates/lib.pot +++ b/l10n/templates/lib.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" +"POT-Creation-Date: 2012-09-14 02:01+0200\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/settings.pot b/l10n/templates/settings.pot index b8d678f3c22..263fdf4f4a5 100644 --- a/l10n/templates/settings.pot +++ b/l10n/templates/settings.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" +"POT-Creation-Date: 2012-09-14 02:01+0200\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_ldap.pot b/l10n/templates/user_ldap.pot index 9176b673e91..4db3258de16 100644 --- a/l10n/templates/user_ldap.pot +++ b/l10n/templates/user_ldap.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" +"POT-Creation-Date: 2012-09-14 02:01+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/th_TH/settings.po b/l10n/th_TH/settings.po index c433f3607b3..bf259cec401 100644 --- a/l10n/th_TH/settings.po +++ b/l10n/th_TH/settings.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-14 02:01+0200\n" +"PO-Revision-Date: 2012-09-13 17:04+0000\n" +"Last-Translator: AriesAnywhere Anywhere \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -39,7 +39,7 @@ msgstr "ไม่สามารถเพิ่มกลุ่มได้" #: ajax/enableapp.php:13 msgid "Could not enable app. " -msgstr "" +msgstr "ไม่สามารถเปิดใช้งานแอปได้" #: ajax/lostpassword.php:14 msgid "Email saved" @@ -124,13 +124,13 @@ msgstr "ประมวลผลหนึ่งงานเมื่อโหล msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." -msgstr "" +msgstr "cron.php ได้รับการลงทะเบียนแล้วกับเว็บผู้ให้บริการ webcron เรียกหน้าเว็บ cron.php ที่ตำแหน่ง root ของ owncloud หลังจากนี้สักครู่ผ่านทาง http" #: templates/admin.php:37 msgid "" "use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." -msgstr "" +msgstr "ใช้บริการ cron จากระบบ เรียกไฟล์ cron.php ที่อยู่ในโฟลเดอร์ owncloud ผ่านทาง cronjob ของระบบหลังจากนี้สักครู่" #: templates/admin.php:41 msgid "Share API" diff --git a/lib/l10n/da.php b/lib/l10n/da.php index 7a9ee26b477..5c68174fa07 100644 --- a/lib/l10n/da.php +++ b/lib/l10n/da.php @@ -21,5 +21,7 @@ "last month" => "Sidste måned", "months ago" => "måneder siden", "last year" => "Sidste år", -"years ago" => "år siden" +"years ago" => "år siden", +"%s is available. Get more information" => "%s er tilgængelig. Få mere information", +"up to date" => "opdateret" ); diff --git a/settings/l10n/ca.php b/settings/l10n/ca.php index 67b1d77dc7a..b9c171084af 100644 --- a/settings/l10n/ca.php +++ b/settings/l10n/ca.php @@ -3,6 +3,7 @@ "Authentication error" => "Error d'autenticació", "Group already exists" => "El grup ja existeix", "Unable to add group" => "No es pot afegir el grup", +"Could not enable app. " => "No s'ha pogut activar l'apliació", "Email saved" => "S'ha desat el correu electrònic", "Invalid email" => "El correu electrònic no és vàlid", "OpenID Changed" => "OpenID ha canviat", @@ -21,6 +22,8 @@ "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "La carpeta de dades i els vostres fitxersprobablement són accessibles des d'Internet. La fitxer .htaccess que ownCloud proporciona no funciona. Us recomanem que configureu el servidor web de tal manera que la carpeta de dades no sigui accessible o que moveu la carpeta de dades fora de l'arrel de documents del servidor web.", "Cron" => "Cron", "execute one task with each page loaded" => "executa una tasca en carregar cada pàgina", +"cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php està registrat en un servei webcron. Feu una crida a la pàgina cron.php a l'arrel de ownCloud cada minut a través de http.", +"use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "usa el servei cron del sistema. Feu una crida al fitxer cron.php a la carpeta ownCloud cada minut mitjançant el cronjob del sistema.", "Share API" => "API de compartir", "Enable Share API" => "Activa l'API de compartir", "Allow apps to use the Share API" => "Permet que les aplicacions usin l'API de compartir", diff --git a/settings/l10n/cs_CZ.php b/settings/l10n/cs_CZ.php index 6fbac99b37d..eb7aac5224f 100644 --- a/settings/l10n/cs_CZ.php +++ b/settings/l10n/cs_CZ.php @@ -3,6 +3,7 @@ "Authentication error" => "Chyba ověření", "Group already exists" => "Skupina již existuje", "Unable to add group" => "Nelze přidat skupinu", +"Could not enable app. " => "Nelze povolit aplikaci.", "Email saved" => "E-mail uložen", "Invalid email" => "Neplatný e-mail", "OpenID Changed" => "OpenID změněno", @@ -21,6 +22,8 @@ "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Váš adresář dat a soubory jsou pravděpodobně přístupné z internetu. Soubor .htacces, který ownCloud poskytuje nefunguje. Doporučujeme Vám abyste nastavili Váš webový server tak, aby nebylo možno přistupovat do adresáře s daty, nebo přesunuli adresář dat mimo kořenovou složku dokumentů webového serveru.", "Cron" => "Cron", "execute one task with each page loaded" => "spustit jednu úlohu s každou načtenou stránkou", +"cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php je registrován u služby webcron. Zavolá stránku cron.php v kořenovém adresáři owncloud každou minutu skrze http.", +"use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "použít službu cron systému. Zavolá soubor cron.php v kořenovém adresáři owncloud každou minutu skrze systémový úkol cronu.", "Share API" => "API sdílení", "Enable Share API" => "Povolit API sdílení", "Allow apps to use the Share API" => "Povolit aplikacím používat API sdílení", diff --git a/settings/l10n/eu.php b/settings/l10n/eu.php index 51e62bc9ddc..81d6494507a 100644 --- a/settings/l10n/eu.php +++ b/settings/l10n/eu.php @@ -3,6 +3,7 @@ "Authentication error" => "Autentifikazio errorea", "Group already exists" => "Taldea dagoeneko existitzenda", "Unable to add group" => "Ezin izan da taldea gehitu", +"Could not enable app. " => "Ezin izan da aplikazioa gaitu.", "Email saved" => "Eposta gorde da", "Invalid email" => "Baliogabeko eposta", "OpenID Changed" => "OpenID aldatuta", @@ -21,6 +22,8 @@ "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Zure data karpeta eta zure fitxategiak internetetik zuzenean eskuragarri egon daitezke. ownCloudek emandako .htaccess fitxategia ez du bere lana egiten. Aholkatzen dizugu zure web zerbitzaria ongi konfiguratzea data karpeta eskuragarri ez izateko edo data karpeta web zerbitzariaren dokumentu errotik mugitzea.", "Cron" => "Cron", "execute one task with each page loaded" => "exekutatu zeregina orri karga bakoitzean", +"cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php webcron zerbitzu batean erregistratua dago. Deitu cron.php orria ownclouden erroan minuturo http bidez.", +"use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "Erabili sistemaren cron zerbitzua. Deitu cron.php fitxategia owncloud karpetan minuturo sistemaren cron lan baten bidez.", "Share API" => "Partekatze APIa", "Enable Share API" => "Gaitu Partekatze APIa", "Allow apps to use the Share API" => "Baimendu aplikazioak Partekatze APIa erabiltzeko", diff --git a/settings/l10n/fi_FI.php b/settings/l10n/fi_FI.php index edd5465b7da..bb3953794cd 100644 --- a/settings/l10n/fi_FI.php +++ b/settings/l10n/fi_FI.php @@ -3,6 +3,7 @@ "Authentication error" => "Todennusvirhe", "Group already exists" => "Ryhmä on jo olemassa", "Unable to add group" => "Ryhmän lisäys epäonnistui", +"Could not enable app. " => "Sovelluksen käyttöönotto epäonnistui.", "Email saved" => "Sähköposti tallennettu", "Invalid email" => "Virheellinen sähköposti", "OpenID Changed" => "OpenID on vaihdettu", diff --git a/settings/l10n/it.php b/settings/l10n/it.php index e8728f6a1c7..3728ea72da4 100644 --- a/settings/l10n/it.php +++ b/settings/l10n/it.php @@ -3,6 +3,7 @@ "Authentication error" => "Errore di autenticazione", "Group already exists" => "Il gruppo esiste già", "Unable to add group" => "Impossibile aggiungere il gruppo", +"Could not enable app. " => "Impossibile abilitare l'applicazione.", "Email saved" => "Email salvata", "Invalid email" => "Email non valida", "OpenID Changed" => "OpenID modificato", @@ -21,6 +22,8 @@ "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "La cartella dei dati e i tuoi file sono probabilmente accessibili da Internet.\nIl file .htaccess fornito da ownCloud non funziona. Ti consigliamo vivamente di configurare il server web in modo che la cartella dei dati non sia più accessibile e spostare la cartella fuori dalla radice del server web.", "Cron" => "Cron", "execute one task with each page loaded" => "esegui un'attività con ogni pagina caricata", +"cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php è registrato su un servizio webcron. Chiama la pagina cron.php nella radice di owncloud ogni minuto su http.", +"use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "usa il servizio cron di sistema. Chiama il file cron.php nella cartella di owncloud ogni minuto.", "Share API" => "API di condivisione", "Enable Share API" => "Abilita API di condivisione", "Allow apps to use the Share API" => "Consenti alle applicazioni di utilizzare le API di condivisione", diff --git a/settings/l10n/ja_JP.php b/settings/l10n/ja_JP.php index 88c8b4c81c1..9219e808092 100644 --- a/settings/l10n/ja_JP.php +++ b/settings/l10n/ja_JP.php @@ -3,6 +3,7 @@ "Authentication error" => "認証エラー", "Group already exists" => "グループは既に存在しています", "Unable to add group" => "グループを追加できません", +"Could not enable app. " => "アプリを有効にできませんでした。", "Email saved" => "メールアドレスを保存しました", "Invalid email" => "無効なメールアドレス", "OpenID Changed" => "OpenIDが変更されました", @@ -21,6 +22,8 @@ "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "データディレクトリとファイルが恐らくインターネットからアクセスできるようになっています。ownCloudが提供する .htaccessファイルが機能していません。データディレクトリを全くアクセスできないようにするか、データディレクトリをウェブサーバのドキュメントルートの外に置くようにウェブサーバを設定することを強くお勧めします。", "Cron" => "cron(自動定期実行)", "execute one task with each page loaded" => "ページを開く毎にタスクを1つ実行", +"cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php は webcron サービスとして登録されています。HTTP経由で1分間に1回の頻度で owncloud のルートページ内の cron.php ページを呼び出します。", +"use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "システムの cron サービスを利用します。システムの cron ジョブを通して1分間に1回の頻度で owncloud 内の cron.php ファイルを呼び出します。", "Share API" => "Share API", "Enable Share API" => "Share APIを有効", "Allow apps to use the Share API" => "Share APIの使用をアプリケーションに許可", diff --git a/settings/l10n/nl.php b/settings/l10n/nl.php index a942d519123..f350f8295e5 100644 --- a/settings/l10n/nl.php +++ b/settings/l10n/nl.php @@ -3,6 +3,7 @@ "Authentication error" => "Authenticatie fout", "Group already exists" => "Groep bestaat al", "Unable to add group" => "Niet in staat om groep toe te voegen", +"Could not enable app. " => "Kan de app. niet activeren", "Email saved" => "E-mail bewaard", "Invalid email" => "Ongeldige e-mail", "OpenID Changed" => "OpenID is aangepast", @@ -21,6 +22,8 @@ "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Uw data folder en uw bestanden zijn hoogst waarschijnlijk vanaf het internet bereikbaar. Het .htaccess bestand dat ownCloud meelevert werkt niet. Het is ten zeerste aangeraden om uw webserver zodanig te configureren, dat de data folder niet bereikbaar is vanaf het internet of verplaatst uw data folder naar een locatie buiten de webserver document root.", "Cron" => "Cron", "execute one task with each page loaded" => "Voer 1 taak uit bij elke geladen pagina", +"cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php is bij een webcron dienst geregistreerd. Roep de cron.php pagina in de owncloud root via http één maal per minuut op.", +"use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "Gebruik de systeem cron functionaliteit. Roep het cron.php bestand via een systeem cronjob één maal per minuut op.", "Share API" => "Deel API", "Enable Share API" => "Zet de Deel API aan", "Allow apps to use the Share API" => "Sta apps toe om de Deel API te gebruiken", diff --git a/settings/l10n/ru_RU.php b/settings/l10n/ru_RU.php new file mode 100644 index 00000000000..1ae83010645 --- /dev/null +++ b/settings/l10n/ru_RU.php @@ -0,0 +1,43 @@ + "Ошибка авторизации", +"Group already exists" => "Группа уже существует", +"OpenID Changed" => "OpenID изменен", +"Invalid request" => "Неверный запрос", +"Language changed" => "Язык изменен", +"Error" => "Ошибка", +"Disable" => "Отключить", +"Enable" => "Включить", +"Saving..." => "Сохранение", +"Security Warning" => "Предупреждение системы безопасности", +"Cron" => "Cron", +"Share API" => "Сделать общим API", +"Allow links" => "Предоставить ссылки", +"More" => "Подробнее", +"Add your App" => "Добавить Ваше приложение", +"Select an App" => "Выбрать приложение", +"Documentation" => "Документация", +"Ask a question" => "Задать вопрос", +"Go there manually." => "Сделать вручную.", +"Answer" => "Ответ", +"You use" => "Вы используете", +"of the available" => "из доступных", +"Download" => "Загрузка", +"Your password got changed" => "Ваш пароль был изменен", +"Unable to change your password" => "Невозможно изменить Ваш пароль", +"Current password" => "Текущий пароль", +"New password" => "Новый пароль", +"show" => "показать", +"Change password" => "Изменить пароль", +"Email" => "Электронная почта", +"Your email address" => "Адрес Вашей электронной почты", +"Fill in an email address to enable password recovery" => "Введите адрес электронной почты для возможности восстановления пароля", +"Language" => "Язык", +"Help translate" => "Помогите перевести", +"use this address to connect to your ownCloud in your file manager" => "Используйте этот адрес для соединения с Вашим ownCloud в файловом менеджере", +"Name" => "Имя", +"Password" => "Пароль", +"Groups" => "Группы", +"Create" => "Создать", +"Quota" => "квота", +"Delete" => "Удалить" +); diff --git a/settings/l10n/sl.php b/settings/l10n/sl.php index cc8690878df..d9454147f52 100644 --- a/settings/l10n/sl.php +++ b/settings/l10n/sl.php @@ -3,6 +3,7 @@ "Authentication error" => "Napaka overitve", "Group already exists" => "Skupina že obstaja", "Unable to add group" => "Ni mogoče dodati skupine", +"Could not enable app. " => "Aplikacije ni bilo mogoče omogočiti.", "Email saved" => "E-poštni naslov je bil shranjen", "Invalid email" => "Neveljaven e-poštni naslov", "OpenID Changed" => "OpenID je bil spremenjen", @@ -21,6 +22,8 @@ "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Vaša mapa data in vaše datoteke so verjetno vsem dostopne preko interneta. Datoteka .htaccess vključena v ownCloud ni omogočena. Močno vam priporočamo, da nastavite vaš spletni strežnik tako, da mapa data ne bo več na voljo vsem, ali pa jo preselite izven korenske mape spletnega strežnika.", "Cron" => "Periodično opravilo", "execute one task with each page loaded" => "izvedi eno nalogo z vsako naloženo stranjo", +"cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "Datoteka cron.php je prijavljena pri enem od spletnih cron servisov. Preko protokola http pokličite datoteko cron.php, ki se nahaja v ownCloud korenski mapi, enkrat na minuto.", +"use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "Uporabi sistemski cron servis. Preko sistemskega cron servisa pokličite datoteko cron.php, ki se nahaja v ownCloud korenski mapi, enkrat na minuto.", "Share API" => "API souporabe", "Enable Share API" => "Omogoči API souporabe", "Allow apps to use the Share API" => "Dovoli aplikacijam uporabo API-ja souporabe", diff --git a/settings/l10n/sv.php b/settings/l10n/sv.php index dab31f80015..542fcf69142 100644 --- a/settings/l10n/sv.php +++ b/settings/l10n/sv.php @@ -3,6 +3,7 @@ "Authentication error" => "Autentiseringsfel", "Group already exists" => "Gruppen finns redan", "Unable to add group" => "Kan inte lägga till grupp", +"Could not enable app. " => "Kunde inte aktivera appen.", "Email saved" => "E-post sparad", "Invalid email" => "Ogiltig e-post", "OpenID Changed" => "OpenID ändrat", @@ -21,6 +22,8 @@ "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Din datamapp och dina filer kan möjligen vara nåbara från internet. Filen .htaccess som ownCloud tillhandahåller fungerar inte. Vi rekommenderar starkt att du ställer in din webbserver på ett sätt så att datamappen inte är nåbar. Alternativt att ni flyttar datamappen utanför webbservern.", "Cron" => "Cron", "execute one task with each page loaded" => "utför en uppgift vid varje sidladdning", +"cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php är registrerad som en webcron-tjänst. Anropa cron.php sidan i ownCloud en gång i minuten över HTTP.", +"use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "använd systementjänsten cron. Anropa cron.php filen i ownCloud mappen via ett system cronjobb en gång i minuten.", "Share API" => "Delat API", "Enable Share API" => "Aktivera delat API", "Allow apps to use the Share API" => "Tillåt applikationer att använda delat API", diff --git a/settings/l10n/th_TH.php b/settings/l10n/th_TH.php index 61b2eb940dd..02f9a284acc 100644 --- a/settings/l10n/th_TH.php +++ b/settings/l10n/th_TH.php @@ -3,6 +3,7 @@ "Authentication error" => "เกิดข้อผิดพลาดเกี่ยวกับสิทธิ์การเข้าใช้งาน", "Group already exists" => "มีกลุ่มดังกล่าวอยู่ในระบบอยู่แล้ว", "Unable to add group" => "ไม่สามารถเพิ่มกลุ่มได้", +"Could not enable app. " => "ไม่สามารถเปิดใช้งานแอปได้", "Email saved" => "อีเมลถูกบันทึกแล้ว", "Invalid email" => "อีเมลไม่ถูกต้อง", "OpenID Changed" => "เปลี่ยนชื่อบัญชี OpenID แล้ว", @@ -21,6 +22,8 @@ "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "ไดเร็กทอรี่ข้อมูลและไฟล์ของคุณสามารถเข้าถึงได้จากอินเทอร์เน็ต ไฟล์ .htaccess ที่ ownCloud มีให้ไม่สามารถทำงานได้อย่างเหมาะสม เราขอแนะนำให้คุณกำหนดค่าเว็บเซิร์ฟเวอร์ใหม่ในรูปแบบที่ไดเร็กทอรี่เก็บข้อมูลไม่สามารถเข้าถึงได้อีกต่อไป หรือคุณได้ย้ายไดเร็กทอรี่ที่ใช้เก็บข้อมูลไปอยู่ภายนอกตำแหน่ง root ของเว็บเซิร์ฟเวอร์แล้ว", "Cron" => "Cron", "execute one task with each page loaded" => "ประมวลผลหนึ่งงานเมื่อโหลดหน้าเว็บแต่ละครั้ง", +"cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php ได้รับการลงทะเบียนแล้วกับเว็บผู้ให้บริการ webcron เรียกหน้าเว็บ cron.php ที่ตำแหน่ง root ของ owncloud หลังจากนี้สักครู่ผ่านทาง http", +"use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "ใช้บริการ cron จากระบบ เรียกไฟล์ cron.php ที่อยู่ในโฟลเดอร์ owncloud ผ่านทาง cronjob ของระบบหลังจากนี้สักครู่", "Share API" => "API สำหรับคุณสมบัติแชร์ข้อมูล", "Enable Share API" => "เปิดใช้งาน API สำหรับคุณสมบัติแชร์ข้อมูล", "Allow apps to use the Share API" => "อนุญาตให้แอปฯสามารถใช้ API สำหรับแชร์ข้อมูลได้", -- cgit v1.2.3 From fbdefd5601696f622d5f17b0b1a562db17a83e37 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Sat, 15 Sep 2012 02:05:52 +0200 Subject: [tx-robot] updated from transifex --- apps/files/l10n/he.php | 1 + l10n/de/settings.po | 13 ++++++----- l10n/he/files.po | 9 ++++---- l10n/ru_RU/settings.po | 38 ++++++++++++++++---------------- l10n/sl/lib.po | 44 ++++++++++++++++++------------------- l10n/sl/settings.po | 12 +++++----- 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_versions.pot | 2 +- l10n/templates/lib.pot | 2 +- l10n/templates/settings.pot | 2 +- l10n/templates/user_ldap.pot | 2 +- lib/l10n/sl.php | 6 ++--- settings/l10n/de.php | 3 +++ settings/l10n/ru_RU.php | 17 ++++++++++++++ settings/l10n/sl.php | 8 +++---- 19 files changed, 96 insertions(+), 73 deletions(-) diff --git a/apps/files/l10n/he.php b/apps/files/l10n/he.php index 65d093e3662..e7ab4a524bc 100644 --- a/apps/files/l10n/he.php +++ b/apps/files/l10n/he.php @@ -8,6 +8,7 @@ "Failed to write to disk" => "הכתיבה לכונן נכשלה", "Files" => "קבצים", "Delete" => "מחיקה", +"already exists" => "כבר קיים", "generating ZIP-file, it may take some time." => "יוצר קובץ ZIP, אנא המתן.", "Unable to upload your file as it is a directory or has 0 bytes" => "לא יכול להעלות את הקובץ מכיוון שזו תקיה או שמשקל הקובץ 0 בתים", "Upload Error" => "שגיאת העלאה", diff --git a/l10n/de/settings.po b/l10n/de/settings.po index c6825198ff1..8468da12f5a 100644 --- a/l10n/de/settings.po +++ b/l10n/de/settings.po @@ -7,6 +7,7 @@ # , 2012. # I Robot , 2012. # Jan-Christoph Borchardt , 2011. +# Jan T , 2012. # Marcel Kühlhorn , 2012. # , 2012. # , 2012. @@ -17,9 +18,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-15 02:03+0200\n" +"PO-Revision-Date: 2012-09-14 10:09+0000\n" +"Last-Translator: Jan T \n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -46,7 +47,7 @@ msgstr "Gruppe konnte nicht angelegt werden" #: ajax/enableapp.php:13 msgid "Could not enable app. " -msgstr "" +msgstr "App konnte nicht aktiviert werden." #: ajax/lostpassword.php:14 msgid "Email saved" @@ -131,13 +132,13 @@ msgstr "Führe eine Aufgabe pro geladener Seite aus." msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." -msgstr "" +msgstr "cron.php ist bei einem Webcron-Dienst registriert. Rufen Sie die Seite cron.php im owncloud Root eine Minute lang über http auf." #: templates/admin.php:37 msgid "" "use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." -msgstr "" +msgstr "Benutzen Sie den System-Crondienst. Rufen Sie die cron.php im owncloud-Ordner über einen System-Cronjob eine Minute lang auf." #: templates/admin.php:41 msgid "Share API" diff --git a/l10n/he/files.po b/l10n/he/files.po index 5cac6d4e90d..1c6d3f8f908 100644 --- a/l10n/he/files.po +++ b/l10n/he/files.po @@ -3,6 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Dovix Dovix , 2012. # , 2012. # , 2011. # Yaron Shahrabani , 2012. @@ -10,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-08 02:01+0200\n" -"PO-Revision-Date: 2012-09-08 00:02+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-15 02:02+0200\n" +"PO-Revision-Date: 2012-09-14 03:53+0000\n" +"Last-Translator: Dovix Dovix \n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -64,7 +65,7 @@ msgstr "מחיקה" #: js/filelist.js:186 js/filelist.js:188 msgid "already exists" -msgstr "" +msgstr "כבר קיים" #: js/filelist.js:186 js/filelist.js:188 msgid "replace" diff --git a/l10n/ru_RU/settings.po b/l10n/ru_RU/settings.po index ffe82247ebe..f04323bb294 100644 --- a/l10n/ru_RU/settings.po +++ b/l10n/ru_RU/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-14 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 13:05+0000\n" +"POT-Creation-Date: 2012-09-15 02:03+0200\n" +"PO-Revision-Date: 2012-09-14 11:13+0000\n" "Last-Translator: AnnaSch \n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" #: ajax/apps/ocs.php:23 msgid "Unable to load list from App Store" -msgstr "" +msgstr "Невозможно загрузить список из App Store" #: ajax/creategroup.php:9 ajax/removeuser.php:13 ajax/setquota.php:18 #: ajax/togglegroups.php:15 @@ -33,7 +33,7 @@ msgstr "Группа уже существует" #: ajax/creategroup.php:28 msgid "Unable to add group" -msgstr "" +msgstr "Невозможно добавить группу" #: ajax/enableapp.php:13 msgid "Could not enable app. " @@ -41,11 +41,11 @@ msgstr "" #: ajax/lostpassword.php:14 msgid "Email saved" -msgstr "" +msgstr "Email сохранен" #: ajax/lostpassword.php:16 msgid "Invalid email" -msgstr "" +msgstr "Неверный email" #: ajax/openid.php:16 msgid "OpenID Changed" @@ -57,11 +57,11 @@ msgstr "Неверный запрос" #: ajax/removegroup.php:16 msgid "Unable to delete group" -msgstr "" +msgstr "Невозможно удалить группу" #: ajax/removeuser.php:22 msgid "Unable to delete user" -msgstr "" +msgstr "Невозможно удалить пользователя" #: ajax/setlanguage.php:18 msgid "Language changed" @@ -70,12 +70,12 @@ msgstr "Язык изменен" #: ajax/togglegroups.php:25 #, php-format msgid "Unable to add user to group %s" -msgstr "" +msgstr "Невозможно добавить пользователя в группу %s" #: ajax/togglegroups.php:31 #, php-format msgid "Unable to remove user from group %s" -msgstr "" +msgstr "Невозможно удалить пользователя из группы %s" #: js/apps.js:18 msgid "Error" @@ -95,7 +95,7 @@ msgstr "Сохранение" #: personal.php:46 personal.php:47 msgid "__language_name__" -msgstr "" +msgstr "__язык_имя__" #: templates/admin.php:14 msgid "Security Warning" @@ -136,7 +136,7 @@ msgstr "Сделать общим API" #: templates/admin.php:46 msgid "Enable Share API" -msgstr "" +msgstr "Включить разделяемые API" #: templates/admin.php:47 msgid "Allow apps to use the Share API" @@ -168,7 +168,7 @@ msgstr "" #: templates/admin.php:69 msgid "Log" -msgstr "" +msgstr "Вход" #: templates/admin.php:97 msgid "More" @@ -194,11 +194,11 @@ msgstr "Выбрать приложение" #: templates/apps.php:29 msgid "See application page at apps.owncloud.com" -msgstr "" +msgstr "Обратитесь к странице приложений на apps.owncloud.com" #: templates/apps.php:30 msgid "-licensed by " -msgstr "" +msgstr "-licensed by " #: templates/help.php:9 msgid "Documentation" @@ -206,7 +206,7 @@ msgstr "Документация" #: templates/help.php:10 msgid "Managing Big Files" -msgstr "" +msgstr "Управление большими файлами" #: templates/help.php:11 msgid "Ask a question" @@ -234,7 +234,7 @@ msgstr "из доступных" #: templates/personal.php:12 msgid "Desktop and Mobile Syncing Clients" -msgstr "" +msgstr "Клиенты синхронизации настольной и мобильной систем" #: templates/personal.php:13 msgid "Download" @@ -306,11 +306,11 @@ msgstr "Создать" #: templates/users.php:35 msgid "Default Quota" -msgstr "" +msgstr "Квота по умолчанию" #: templates/users.php:55 templates/users.php:138 msgid "Other" -msgstr "" +msgstr "Другой" #: templates/users.php:80 templates/users.php:112 msgid "Group Admin" diff --git a/l10n/sl/lib.po b/l10n/sl/lib.po index c94a108ee3d..cc9b69f3a92 100644 --- a/l10n/sl/lib.po +++ b/l10n/sl/lib.po @@ -8,37 +8,37 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-01 13:35+0200\n" -"PO-Revision-Date: 2012-09-01 09:04+0000\n" +"POT-Creation-Date: 2012-09-15 02:02+0200\n" +"PO-Revision-Date: 2012-09-14 08:53+0000\n" "Last-Translator: Peter Peroša \n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: sl\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3)\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" -#: app.php:288 +#: app.php:285 msgid "Help" msgstr "Pomoč" -#: app.php:295 +#: app.php:292 msgid "Personal" msgstr "Osebno" -#: app.php:300 +#: app.php:297 msgid "Settings" msgstr "Nastavitve" -#: app.php:305 +#: app.php:302 msgid "Users" msgstr "Uporabniki" -#: app.php:312 +#: app.php:309 msgid "Apps" msgstr "Aplikacije" -#: app.php:314 +#: app.php:311 msgid "Admin" msgstr "Skrbnik" @@ -70,47 +70,47 @@ msgstr "Napaka overitve" msgid "Token expired. Please reload page." msgstr "Žeton je potekel. Prosimo, če spletno stran znova naložite." -#: template.php:86 +#: template.php:87 msgid "seconds ago" -msgstr "sekund nazaj" +msgstr "pred nekaj sekundami" -#: template.php:87 +#: template.php:88 msgid "1 minute ago" msgstr "pred minuto" -#: template.php:88 +#: template.php:89 #, php-format msgid "%d minutes ago" msgstr "pred %d minutami" -#: template.php:91 +#: template.php:92 msgid "today" msgstr "danes" -#: template.php:92 +#: template.php:93 msgid "yesterday" msgstr "včeraj" -#: template.php:93 +#: template.php:94 #, php-format msgid "%d days ago" msgstr "pred %d dnevi" -#: template.php:94 +#: template.php:95 msgid "last month" msgstr "prejšnji mesec" -#: template.php:95 +#: template.php:96 msgid "months ago" -msgstr "mesecev nazaj" +msgstr "pred nekaj meseci" -#: template.php:96 +#: template.php:97 msgid "last year" msgstr "lani" -#: template.php:97 +#: template.php:98 msgid "years ago" -msgstr "let nazaj" +msgstr "pred nekaj leti" #: updater.php:66 #, php-format diff --git a/l10n/sl/settings.po b/l10n/sl/settings.po index 513f7dad7e7..b86f4d98f60 100644 --- a/l10n/sl/settings.po +++ b/l10n/sl/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-14 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 09:09+0000\n" +"POT-Creation-Date: 2012-09-15 02:03+0200\n" +"PO-Revision-Date: 2012-09-14 08:15+0000\n" "Last-Translator: Peter Peroša \n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" @@ -124,13 +124,13 @@ msgstr "izvedi eno nalogo z vsako naloženo stranjo" msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." -msgstr "Datoteka cron.php je prijavljena pri enem od spletnih cron servisov. Preko protokola http pokličite datoteko cron.php, ki se nahaja v ownCloud korenski mapi, enkrat na minuto." +msgstr "Datoteka cron.php je prijavljena pri enem od spletnih servisov za periodična opravila. Preko protokola http pokličite datoteko cron.php, ki se nahaja v ownCloud korenski mapi, enkrat na minuto." #: templates/admin.php:37 msgid "" "use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." -msgstr "Uporabi sistemski cron servis. Preko sistemskega cron servisa pokličite datoteko cron.php, ki se nahaja v ownCloud korenski mapi, enkrat na minuto." +msgstr "Uporabi sistemski servis za periodična opravila. Preko sistemskega servisa pokličite datoteko cron.php, ki se nahaja v ownCloud korenski mapi, enkrat na minuto." #: templates/admin.php:41 msgid "Share API" @@ -142,7 +142,7 @@ msgstr "Omogoči API souporabe" #: templates/admin.php:47 msgid "Allow apps to use the Share API" -msgstr "Dovoli aplikacijam uporabo API-ja souporabe" +msgstr "Aplikacijam dovoli uporabo API-ja souporabe" #: templates/admin.php:51 msgid "Allow links" @@ -184,7 +184,7 @@ msgid "" "licensed under the AGPL." -msgstr "Razvit s strani skupnosti ownCloud. Izvorna koda je izdana pod licenco AGPL." +msgstr "Razvija ga ownCloud skupnost. Izvorna koda je izdana pod licenco AGPL." #: templates/apps.php:10 msgid "Add your App" diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index f973f30be77..8b1c30c04d3 100644 --- a/l10n/templates/core.pot +++ b/l10n/templates/core.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-14 02:01+0200\n" +"POT-Creation-Date: 2012-09-15 02:02+0200\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 a5194fb6ffb..7d70cbe61db 100644 --- a/l10n/templates/files.pot +++ b/l10n/templates/files.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-14 02:01+0200\n" +"POT-Creation-Date: 2012-09-15 02:02+0200\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 3106c773b4d..4e36609accd 100644 --- a/l10n/templates/files_encryption.pot +++ b/l10n/templates/files_encryption.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-14 02:01+0200\n" +"POT-Creation-Date: 2012-09-15 02:02+0200\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 ff8bb7b521a..c7181006b29 100644 --- a/l10n/templates/files_external.pot +++ b/l10n/templates/files_external.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-14 02:01+0200\n" +"POT-Creation-Date: 2012-09-15 02:02+0200\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 d714556ebff..5e0bca2c039 100644 --- a/l10n/templates/files_sharing.pot +++ b/l10n/templates/files_sharing.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-14 02:01+0200\n" +"POT-Creation-Date: 2012-09-15 02:02+0200\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 6912df55894..32a42c1f16d 100644 --- a/l10n/templates/files_versions.pot +++ b/l10n/templates/files_versions.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-14 02:01+0200\n" +"POT-Creation-Date: 2012-09-15 02:02+0200\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 c468e17a213..792e3b753da 100644 --- a/l10n/templates/lib.pot +++ b/l10n/templates/lib.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-14 02:01+0200\n" +"POT-Creation-Date: 2012-09-15 02:02+0200\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/settings.pot b/l10n/templates/settings.pot index 263fdf4f4a5..07f6a96697a 100644 --- a/l10n/templates/settings.pot +++ b/l10n/templates/settings.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-14 02:01+0200\n" +"POT-Creation-Date: 2012-09-15 02:03+0200\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_ldap.pot b/l10n/templates/user_ldap.pot index 4db3258de16..6aa325fa8bb 100644 --- a/l10n/templates/user_ldap.pot +++ b/l10n/templates/user_ldap.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-14 02:01+0200\n" +"POT-Creation-Date: 2012-09-15 02:02+0200\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 273773f2f7b..eac839e78f3 100644 --- a/lib/l10n/sl.php +++ b/lib/l10n/sl.php @@ -12,16 +12,16 @@ "Application is not enabled" => "Aplikacija ni omogočena", "Authentication error" => "Napaka overitve", "Token expired. Please reload page." => "Žeton je potekel. Prosimo, če spletno stran znova naložite.", -"seconds ago" => "sekund nazaj", +"seconds ago" => "pred nekaj sekundami", "1 minute ago" => "pred minuto", "%d minutes ago" => "pred %d minutami", "today" => "danes", "yesterday" => "včeraj", "%d days ago" => "pred %d dnevi", "last month" => "prejšnji mesec", -"months ago" => "mesecev nazaj", +"months ago" => "pred nekaj meseci", "last year" => "lani", -"years ago" => "let nazaj", +"years ago" => "pred nekaj leti", "%s is available. Get more information" => "%s je na voljo. Več informacij.", "up to date" => "ažuren", "updates check is disabled" => "preverjanje za posodobitve je onemogočeno" diff --git a/settings/l10n/de.php b/settings/l10n/de.php index ce1ef9c7ea1..ae11ec2bc1a 100644 --- a/settings/l10n/de.php +++ b/settings/l10n/de.php @@ -3,6 +3,7 @@ "Authentication error" => "Anmeldungsfehler", "Group already exists" => "Gruppe existiert bereits", "Unable to add group" => "Gruppe konnte nicht angelegt werden", +"Could not enable app. " => "App konnte nicht aktiviert werden.", "Email saved" => "E-Mail gespeichert", "Invalid email" => "Ungültige E-Mail", "OpenID Changed" => "OpenID geändert", @@ -21,6 +22,8 @@ "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Ihr Datenverzeichnis ist möglicher Weise aus dem Internet erreichbar. Die .htaccess-Datei von OwnCloud funktioniert nicht. Wir raten Ihnen dringend, dass Sie Ihren Webserver dahingehend konfigurieren, dass Ihr Datenverzeichnis nicht länger aus dem Internet erreichbar ist, oder Sie verschieben das Datenverzeichnis außerhalb des Wurzelverzeichnisses des Webservers.", "Cron" => "Cron", "execute one task with each page loaded" => "Führe eine Aufgabe pro geladener Seite aus.", +"cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php ist bei einem Webcron-Dienst registriert. Rufen Sie die Seite cron.php im owncloud Root eine Minute lang über http auf.", +"use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "Benutzen Sie den System-Crondienst. Rufen Sie die cron.php im owncloud-Ordner über einen System-Cronjob eine Minute lang auf.", "Share API" => "Teilungs-API", "Enable Share API" => "Teilungs-API aktivieren", "Allow apps to use the Share API" => "Erlaubt Nutzern, die Teilungs-API zu nutzen", diff --git a/settings/l10n/ru_RU.php b/settings/l10n/ru_RU.php index 1ae83010645..f7e007b732d 100644 --- a/settings/l10n/ru_RU.php +++ b/settings/l10n/ru_RU.php @@ -1,26 +1,41 @@ "Невозможно загрузить список из App Store", "Authentication error" => "Ошибка авторизации", "Group already exists" => "Группа уже существует", +"Unable to add group" => "Невозможно добавить группу", +"Email saved" => "Email сохранен", +"Invalid email" => "Неверный email", "OpenID Changed" => "OpenID изменен", "Invalid request" => "Неверный запрос", +"Unable to delete group" => "Невозможно удалить группу", +"Unable to delete user" => "Невозможно удалить пользователя", "Language changed" => "Язык изменен", +"Unable to add user to group %s" => "Невозможно добавить пользователя в группу %s", +"Unable to remove user from group %s" => "Невозможно удалить пользователя из группы %s", "Error" => "Ошибка", "Disable" => "Отключить", "Enable" => "Включить", "Saving..." => "Сохранение", +"__language_name__" => "__язык_имя__", "Security Warning" => "Предупреждение системы безопасности", "Cron" => "Cron", "Share API" => "Сделать общим API", +"Enable Share API" => "Включить разделяемые API", "Allow links" => "Предоставить ссылки", +"Log" => "Вход", "More" => "Подробнее", "Add your App" => "Добавить Ваше приложение", "Select an App" => "Выбрать приложение", +"See application page at apps.owncloud.com" => "Обратитесь к странице приложений на apps.owncloud.com", +"-licensed by " => "-licensed by ", "Documentation" => "Документация", +"Managing Big Files" => "Управление большими файлами", "Ask a question" => "Задать вопрос", "Go there manually." => "Сделать вручную.", "Answer" => "Ответ", "You use" => "Вы используете", "of the available" => "из доступных", +"Desktop and Mobile Syncing Clients" => "Клиенты синхронизации настольной и мобильной систем", "Download" => "Загрузка", "Your password got changed" => "Ваш пароль был изменен", "Unable to change your password" => "Невозможно изменить Ваш пароль", @@ -38,6 +53,8 @@ "Password" => "Пароль", "Groups" => "Группы", "Create" => "Создать", +"Default Quota" => "Квота по умолчанию", +"Other" => "Другой", "Quota" => "квота", "Delete" => "Удалить" ); diff --git a/settings/l10n/sl.php b/settings/l10n/sl.php index d9454147f52..b3d1ee00a67 100644 --- a/settings/l10n/sl.php +++ b/settings/l10n/sl.php @@ -22,11 +22,11 @@ "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Vaša mapa data in vaše datoteke so verjetno vsem dostopne preko interneta. Datoteka .htaccess vključena v ownCloud ni omogočena. Močno vam priporočamo, da nastavite vaš spletni strežnik tako, da mapa data ne bo več na voljo vsem, ali pa jo preselite izven korenske mape spletnega strežnika.", "Cron" => "Periodično opravilo", "execute one task with each page loaded" => "izvedi eno nalogo z vsako naloženo stranjo", -"cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "Datoteka cron.php je prijavljena pri enem od spletnih cron servisov. Preko protokola http pokličite datoteko cron.php, ki se nahaja v ownCloud korenski mapi, enkrat na minuto.", -"use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "Uporabi sistemski cron servis. Preko sistemskega cron servisa pokličite datoteko cron.php, ki se nahaja v ownCloud korenski mapi, enkrat na minuto.", +"cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "Datoteka cron.php je prijavljena pri enem od spletnih servisov za periodična opravila. Preko protokola http pokličite datoteko cron.php, ki se nahaja v ownCloud korenski mapi, enkrat na minuto.", +"use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "Uporabi sistemski servis za periodična opravila. Preko sistemskega servisa pokličite datoteko cron.php, ki se nahaja v ownCloud korenski mapi, enkrat na minuto.", "Share API" => "API souporabe", "Enable Share API" => "Omogoči API souporabe", -"Allow apps to use the Share API" => "Dovoli aplikacijam uporabo API-ja souporabe", +"Allow apps to use the Share API" => "Aplikacijam dovoli uporabo API-ja souporabe", "Allow links" => "Dovoli povezave", "Allow users to share items to the public with links" => "Uporabnikom dovoli souporabo z javnimi povezavami", "Allow resharing" => "Dovoli nadaljnjo souporabo", @@ -35,7 +35,7 @@ "Allow users to only share with users in their groups" => "Uporabnikom dovoli souporabo le znotraj njihove skupine", "Log" => "Dnevnik", "More" => "Več", -"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Razvit s strani skupnosti ownCloud. Izvorna koda je izdana pod licenco AGPL.", +"Developed by the ownCloud community, the source code is licensed under the AGPL." => "Razvija ga ownCloud skupnost. Izvorna koda je izdana pod licenco AGPL.", "Add your App" => "Dodajte vašo aplikacijo", "Select an App" => "Izberite aplikacijo", "See application page at apps.owncloud.com" => "Obiščite spletno stran aplikacije na apps.owncloud.com", -- cgit v1.2.3 From 6568671bdccb335ef7daddac0147056f457a3ea4 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Sun, 16 Sep 2012 02:03:40 +0200 Subject: [tx-robot] updated from transifex --- apps/files/l10n/zh_CN.php | 2 ++ 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_versions.pot | 2 +- l10n/templates/lib.pot | 2 +- l10n/templates/settings.pot | 2 +- l10n/templates/user_ldap.pot | 2 +- l10n/zh_CN/files.po | 10 +++++----- l10n/zh_CN/settings.po | 12 ++++++------ settings/l10n/zh_CN.php | 3 +++ 13 files changed, 25 insertions(+), 20 deletions(-) diff --git a/apps/files/l10n/zh_CN.php b/apps/files/l10n/zh_CN.php index 3fdb5b6af3e..cd8dbe406a4 100644 --- a/apps/files/l10n/zh_CN.php +++ b/apps/files/l10n/zh_CN.php @@ -7,6 +7,7 @@ "Missing a temporary folder" => "缺少临时目录", "Failed to write to disk" => "写入磁盘失败", "Files" => "文件", +"Unshare" => "取消分享", "Delete" => "删除", "already exists" => "已经存在", "replace" => "替换", @@ -15,6 +16,7 @@ "replaced" => "已经替换", "undo" => "撤销", "with" => "随着", +"unshared" => "已取消分享", "deleted" => "已经删除", "generating ZIP-file, it may take some time." => "正在生成 ZIP 文件,可能需要一些时间", "Unable to upload your file as it is a directory or has 0 bytes" => "无法上传文件,因为它是一个目录或者大小为 0 字节", diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index 8b1c30c04d3..005388073a4 100644 --- a/l10n/templates/core.pot +++ b/l10n/templates/core.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 02:02+0200\n" +"POT-Creation-Date: 2012-09-16 02:01+0200\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 7d70cbe61db..1b700800f0a 100644 --- a/l10n/templates/files.pot +++ b/l10n/templates/files.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 02:02+0200\n" +"POT-Creation-Date: 2012-09-16 02:01+0200\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 4e36609accd..cf7f4cdb782 100644 --- a/l10n/templates/files_encryption.pot +++ b/l10n/templates/files_encryption.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 02:02+0200\n" +"POT-Creation-Date: 2012-09-16 02:01+0200\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 c7181006b29..89e309ece5f 100644 --- a/l10n/templates/files_external.pot +++ b/l10n/templates/files_external.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 02:02+0200\n" +"POT-Creation-Date: 2012-09-16 02:01+0200\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 5e0bca2c039..3de2eee1c18 100644 --- a/l10n/templates/files_sharing.pot +++ b/l10n/templates/files_sharing.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 02:02+0200\n" +"POT-Creation-Date: 2012-09-16 02:01+0200\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 32a42c1f16d..b04ad64a39b 100644 --- a/l10n/templates/files_versions.pot +++ b/l10n/templates/files_versions.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 02:02+0200\n" +"POT-Creation-Date: 2012-09-16 02:01+0200\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 792e3b753da..577244a60e0 100644 --- a/l10n/templates/lib.pot +++ b/l10n/templates/lib.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 02:02+0200\n" +"POT-Creation-Date: 2012-09-16 02:01+0200\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/settings.pot b/l10n/templates/settings.pot index 07f6a96697a..229c730bf81 100644 --- a/l10n/templates/settings.pot +++ b/l10n/templates/settings.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 02:03+0200\n" +"POT-Creation-Date: 2012-09-16 02:02+0200\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_ldap.pot b/l10n/templates/user_ldap.pot index 6aa325fa8bb..b47119e3b3e 100644 --- a/l10n/templates/user_ldap.pot +++ b/l10n/templates/user_ldap.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 02:02+0200\n" +"POT-Creation-Date: 2012-09-16 02:01+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/zh_CN/files.po b/l10n/zh_CN/files.po index a7489a4246b..d1329bec33d 100644 --- a/l10n/zh_CN/files.po +++ b/l10n/zh_CN/files.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-08 02:01+0200\n" -"PO-Revision-Date: 2012-09-08 00:02+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-16 02:01+0200\n" +"PO-Revision-Date: 2012-09-15 14:55+0000\n" +"Last-Translator: hanfeng \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -56,7 +56,7 @@ msgstr "文件" #: js/fileactions.js:108 templates/index.php:62 msgid "Unshare" -msgstr "" +msgstr "取消分享" #: js/fileactions.js:110 templates/index.php:64 msgid "Delete" @@ -92,7 +92,7 @@ msgstr "随着" #: js/filelist.js:268 msgid "unshared" -msgstr "" +msgstr "已取消分享" #: js/filelist.js:270 msgid "deleted" diff --git a/l10n/zh_CN/settings.po b/l10n/zh_CN/settings.po index d0817c5473f..67d84e1d060 100644 --- a/l10n/zh_CN/settings.po +++ b/l10n/zh_CN/settings.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-16 02:02+0200\n" +"PO-Revision-Date: 2012-09-15 15:20+0000\n" +"Last-Translator: hanfeng \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -40,7 +40,7 @@ msgstr "不能添加组" #: ajax/enableapp.php:13 msgid "Could not enable app. " -msgstr "" +msgstr "无法开启App" #: ajax/lostpassword.php:14 msgid "Email saved" @@ -125,13 +125,13 @@ msgstr "为每个装入的页面执行任务" msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." -msgstr "" +msgstr "cron.php已被注册到网络定时任务服务。通过http每分钟调用owncloud根目录的cron.php网页。" #: templates/admin.php:37 msgid "" "use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." -msgstr "" +msgstr "使用系统定时任务服务。通过系统定时任务每分钟调用owncloud文件夹中的cron.php文件" #: templates/admin.php:41 msgid "Share API" diff --git a/settings/l10n/zh_CN.php b/settings/l10n/zh_CN.php index 07f361d3b62..cf5c71214b4 100644 --- a/settings/l10n/zh_CN.php +++ b/settings/l10n/zh_CN.php @@ -3,6 +3,7 @@ "Authentication error" => "认证错误", "Group already exists" => "已存在组", "Unable to add group" => "不能添加组", +"Could not enable app. " => "无法开启App", "Email saved" => "电子邮件已保存", "Invalid email" => "无效的电子邮件", "OpenID Changed" => "OpenID 已修改", @@ -21,6 +22,8 @@ "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "您的数据文件夹和文件可由互联网访问。OwnCloud提供的.htaccess文件未生效。我们强烈建议您配置服务器,以使数据文件夹不可被访问,或者将数据文件夹移到web服务器以外。", "Cron" => "计划任务", "execute one task with each page loaded" => "为每个装入的页面执行任务", +"cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php已被注册到网络定时任务服务。通过http每分钟调用owncloud根目录的cron.php网页。", +"use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "使用系统定时任务服务。通过系统定时任务每分钟调用owncloud文件夹中的cron.php文件", "Share API" => "共享API", "Enable Share API" => "开启共享API", "Allow apps to use the Share API" => "允许 应用 使用共享API", -- cgit v1.2.3 From 7da3492ab5afc2b3df95ddbc30be13edf6db6c32 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Sun, 16 Sep 2012 17:05:08 +0200 Subject: show the size of new files when using New->From Url --- apps/files/ajax/newfile.php | 2 +- apps/files/js/files.js | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/files/ajax/newfile.php b/apps/files/ajax/newfile.php index 4619315ce09..495c8212163 100644 --- a/apps/files/ajax/newfile.php +++ b/apps/files/ajax/newfile.php @@ -67,7 +67,7 @@ if($source) { $result=OC_Filesystem::file_put_contents($target, $sourceStream); if($result) { $mime=OC_Filesystem::getMimetype($target); - $eventSource->send('success', $mime); + $eventSource->send('success', array('mime'=>$mime, 'size'=>OC_Filesystem::filesize($target))); } else { $eventSource->send('error', "Error while downloading ".$source. ' to '.$target); } diff --git a/apps/files/js/files.js b/apps/files/js/files.js index 101e2bad2e4..30c9b848434 100644 --- a/apps/files/js/files.js +++ b/apps/files/js/files.js @@ -556,10 +556,12 @@ $(document).ready(function() { eventSource.listen('progress',function(progress){ $('#uploadprogressbar').progressbar('value',progress); }); - eventSource.listen('success',function(mime){ + eventSource.listen('success',function(data){ + var mime=data.mime; + var size=data.size; $('#uploadprogressbar').fadeOut(); var date=new Date(); - FileList.addFile(localName,0,date,false,hidden); + FileList.addFile(localName,size,date,false,hidden); var tr=$('tr').filterAttr('data-file',localName); tr.data('mime',mime); getMimeIcon(mime,function(path){ -- cgit v1.2.3 From 9d533fcd722512cfbc0b7bc547cc4eb822eaafdf Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Sun, 16 Sep 2012 17:13:16 +0200 Subject: add a legend tag. it´s consistent and looks nicer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/files_versions/templates/settings.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/files_versions/templates/settings.php b/apps/files_versions/templates/settings.php index 8682fc0f499..88063cb075b 100644 --- a/apps/files_versions/templates/settings.php +++ b/apps/files_versions/templates/settings.php @@ -1,5 +1,6 @@
- />
+ t('Files Versioning');?> + />
-- cgit v1.2.3 From 442f26ea80e8736f085adb01ad932449d5ad476d Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Sun, 16 Sep 2012 17:23:21 +0200 Subject: structure the settings options a bit better. --- settings/templates/admin.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 4edbe64e967..c4eab07ced4 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -38,7 +38,7 @@ if(!$_['htaccessworking']) {
- t('Share API');?> + t('Sharing');?> + + +
@@ -46,15 +46,19 @@ if(!$_['htaccessworking']) {
t('Allow apps to use the Share API'); ?>
> />
t('Allow users to share items to the public with links'); ?>
> />
t('Allow users to share items shared with them again'); ?> +
> />
-- cgit v1.2.3 From 158af74b3e1fe7bcdeabfffac6b537c32093e908 Mon Sep 17 00:00:00 2001 From: Alessandro Cosentino Date: Sun, 16 Sep 2012 12:40:08 -0400 Subject: makes cron config layout similar to the sharing one --- settings/templates/admin.php | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/settings/templates/admin.php b/settings/templates/admin.php index c4eab07ced4..35f34489fec 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -29,12 +29,27 @@ if(!$_['htaccessworking']) {
t('Cron');?> - > -
- > -
- > -
+ + + + + + + + +
+ > +
+ t("Execute one task with each page loaded"); ?> +
+ > +
+ t("cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http."); ?> +
+ > +
+ t("Use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute."); ?> +
-- cgit v1.2.3 From 89fb5d47a481ee48ac0cea80cf573c611fcf6e5b Mon Sep 17 00:00:00 2001 From: Michael Gapczynski Date: Sun, 16 Sep 2012 13:27:15 -0400 Subject: Add chosen script and style, bug fix for oc-1745 --- apps/files_external/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/files_external/settings.php b/apps/files_external/settings.php index b586ce1e8cd..d2be21b7116 100644 --- a/apps/files_external/settings.php +++ b/apps/files_external/settings.php @@ -21,7 +21,9 @@ */ OCP\Util::addScript('files_external', 'settings'); +OCP\Util::addscript('3rdparty', 'chosen/chosen.jquery.min'); OCP\Util::addStyle('files_external', 'settings'); +OCP\Util::addStyle('3rdparty', 'chosen/chosen'); $tmpl = new OCP\Template('files_external', 'settings'); $tmpl->assign('isAdminPage', true, false); $tmpl->assign('mounts', OC_Mount_Config::getSystemMountPoints()); -- cgit v1.2.3 From 4356f8daeb7b269e8e931abe12675cc89c237c9c Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Sun, 16 Sep 2012 20:31:56 +0200 Subject: add a bit more space --- settings/css/settings.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/css/settings.css b/settings/css/settings.css index f41edc96fb8..2015e93b43c 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -65,4 +65,4 @@ span.version { margin-left:3em; margin-right:3em; color:#555; } /* ADMIN */ span.securitywarning {color:#C33; font-weight:bold; } input[type=radio] { width:1em; } -table.shareAPI td { padding-right: 2em; } \ No newline at end of file +table.shareAPI td { padding-bottom: 0.8em; } -- cgit v1.2.3 From a3718ca0366346db43af3f3214ad8da9e3bd7df4 Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Sun, 16 Sep 2012 22:49:03 +0200 Subject: i just learned that we also have to check if directories are readable. it seams that is_readable also checks for 'x' right. --- lib/util.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/util.php b/lib/util.php index b66d5426a6e..5e39fd1f914 100755 --- a/lib/util.php +++ b/lib/util.php @@ -211,13 +211,13 @@ class OC_Util { $permissionsHint="Permissions can usually be fixed by giving the webserver write access to the ownCloud directory"; // Check if config folder is writable. - if(!is_writable(OC::$SERVERROOT."/config/")) { + if(!is_writable(OC::$SERVERROOT."/config/") or !is_readable(OC::$SERVERROOT."/config/")) { $errors[]=array('error'=>"Can't write into config directory 'config'",'hint'=>"You can usually fix this by giving the webserver user write access to the config directory in owncloud"); } // Check if there is a writable install folder. if(OC_Config::getValue('appstoreenabled', true)) { - if( OC_App::getInstallPath() === null || !is_writable(OC_App::getInstallPath())) { + if( OC_App::getInstallPath() === null || !is_writable(OC_App::getInstallPath()) || !is_readable(OC_App::getInstallPath()) ) { $errors[]=array('error'=>"Can't write into apps directory",'hint'=>"You can usually fix this by giving the webserver user write access to the apps directory in owncloud or disabling the appstore in the config file."); } @@ -257,7 +257,7 @@ class OC_Util { if(!$success) { $errors[]=array('error'=>"Can't create data directory (".$CONFIG_DATADIRECTORY.")",'hint'=>"You can usually fix this by giving the webserver write access to the ownCloud directory '".OC::$SERVERROOT."' (in a terminal, use the command 'chown -R www-data:www-data /path/to/your/owncloud/install/data' "); } - } else if(!is_writable($CONFIG_DATADIRECTORY)) { + } else if(!is_writable($CONFIG_DATADIRECTORY) or !is_readable($CONFIG_DATADIRECTORY)) { $errors[]=array('error'=>'Data directory ('.$CONFIG_DATADIRECTORY.') not writable by ownCloud
','hint'=>$permissionsHint); } -- cgit v1.2.3 From dbd2dea689699df107a53ed39abab6c15edb7f0f Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Mon, 17 Sep 2012 02:07:23 +0200 Subject: [tx-robot] updated from transifex --- apps/files/l10n/de.php | 2 +- apps/files_versions/l10n/ca.php | 3 +-- apps/files_versions/l10n/cs_CZ.php | 3 +-- apps/files_versions/l10n/da.php | 3 +-- apps/files_versions/l10n/de.php | 3 +-- apps/files_versions/l10n/el.php | 3 +-- apps/files_versions/l10n/eo.php | 3 +-- apps/files_versions/l10n/es.php | 3 +-- apps/files_versions/l10n/et_EE.php | 3 +-- apps/files_versions/l10n/eu.php | 3 +-- apps/files_versions/l10n/fa.php | 3 +-- apps/files_versions/l10n/fi_FI.php | 3 +-- apps/files_versions/l10n/fr.php | 3 +-- apps/files_versions/l10n/he.php | 3 +-- apps/files_versions/l10n/it.php | 3 +-- apps/files_versions/l10n/ja_JP.php | 3 +-- apps/files_versions/l10n/lt_LT.php | 3 +-- apps/files_versions/l10n/nl.php | 3 +-- apps/files_versions/l10n/pl.php | 3 +-- apps/files_versions/l10n/pt_BR.php | 3 +-- apps/files_versions/l10n/ru.php | 3 +-- apps/files_versions/l10n/sl.php | 3 +-- apps/files_versions/l10n/sv.php | 3 +-- apps/files_versions/l10n/th_TH.php | 3 +-- apps/files_versions/l10n/vi.php | 3 +-- apps/files_versions/l10n/zh_CN.php | 3 +-- core/l10n/he.php | 1 + l10n/af/files_versions.po | 12 ++++++--- l10n/af/settings.po | 40 ++++++++++++++--------------- l10n/ar/files_versions.po | 12 ++++++--- l10n/ar/settings.po | 40 ++++++++++++++--------------- l10n/ar_SA/files_versions.po | 12 ++++++--- l10n/ar_SA/settings.po | 40 ++++++++++++++--------------- l10n/bg_BG/files_versions.po | 12 ++++++--- l10n/bg_BG/settings.po | 40 ++++++++++++++--------------- l10n/ca/files_versions.po | 14 ++++++---- l10n/ca/settings.po | 48 +++++++++++++++++----------------- l10n/cs_CZ/files_versions.po | 14 ++++++---- l10n/cs_CZ/settings.po | 48 +++++++++++++++++----------------- l10n/da/files_versions.po | 14 ++++++---- l10n/da/settings.po | 44 ++++++++++++++++---------------- l10n/de/core.po | 36 +++++++++++++------------- l10n/de/files.po | 21 +++++++-------- l10n/de/files_versions.po | 16 +++++++----- l10n/de/settings.po | 51 +++++++++++++++++++------------------ l10n/el/files_versions.po | 14 ++++++---- l10n/el/settings.po | 42 +++++++++++++++--------------- l10n/eo/files_versions.po | 14 ++++++---- l10n/eo/settings.po | 42 +++++++++++++++--------------- l10n/es/files_versions.po | 16 +++++++----- l10n/es/settings.po | 49 ++++++++++++++++++----------------- l10n/et_EE/files_versions.po | 14 ++++++---- l10n/et_EE/settings.po | 44 ++++++++++++++++---------------- l10n/eu/files_versions.po | 14 ++++++---- l10n/eu/settings.po | 48 +++++++++++++++++----------------- l10n/eu_ES/files_versions.po | 12 ++++++--- l10n/eu_ES/settings.po | 40 ++++++++++++++--------------- l10n/fa/files_versions.po | 14 ++++++---- l10n/fa/settings.po | 40 ++++++++++++++--------------- l10n/fi/files_versions.po | 12 ++++++--- l10n/fi/settings.po | 40 ++++++++++++++--------------- l10n/fi_FI/files_versions.po | 16 +++++++----- l10n/fi_FI/settings.po | 46 ++++++++++++++++----------------- l10n/fr/files_versions.po | 16 +++++++----- l10n/fr/settings.po | 44 ++++++++++++++++---------------- l10n/gl/files_versions.po | 12 ++++++--- l10n/gl/settings.po | 42 +++++++++++++++--------------- l10n/he/core.po | 39 ++++++++++++++-------------- l10n/he/files_versions.po | 14 ++++++---- l10n/he/settings.po | 40 ++++++++++++++--------------- l10n/hi/files_versions.po | 12 ++++++--- l10n/hi/settings.po | 40 ++++++++++++++--------------- l10n/hr/files_versions.po | 12 ++++++--- l10n/hr/settings.po | 40 ++++++++++++++--------------- l10n/hu_HU/files_versions.po | 12 ++++++--- l10n/hu_HU/settings.po | 40 ++++++++++++++--------------- l10n/hy/files_versions.po | 12 ++++++--- l10n/hy/settings.po | 40 ++++++++++++++--------------- l10n/ia/files_versions.po | 12 ++++++--- l10n/ia/settings.po | 40 ++++++++++++++--------------- l10n/id/files_versions.po | 12 ++++++--- l10n/id/settings.po | 40 ++++++++++++++--------------- l10n/id_ID/files_versions.po | 12 ++++++--- l10n/id_ID/settings.po | 40 ++++++++++++++--------------- l10n/it/files_versions.po | 16 +++++++----- l10n/it/settings.po | 48 +++++++++++++++++----------------- l10n/ja_JP/files_versions.po | 14 ++++++---- l10n/ja_JP/settings.po | 48 +++++++++++++++++----------------- l10n/ko/files_versions.po | 12 ++++++--- l10n/ko/settings.po | 42 +++++++++++++++--------------- l10n/lb/files_versions.po | 12 ++++++--- l10n/lb/settings.po | 42 +++++++++++++++--------------- l10n/lt_LT/files_versions.po | 14 ++++++---- l10n/lt_LT/settings.po | 40 ++++++++++++++--------------- l10n/lv/files_versions.po | 12 ++++++--- l10n/lv/settings.po | 40 ++++++++++++++--------------- l10n/mk/files_versions.po | 12 ++++++--- l10n/mk/settings.po | 40 ++++++++++++++--------------- l10n/ms_MY/files_versions.po | 12 ++++++--- l10n/ms_MY/settings.po | 40 ++++++++++++++--------------- l10n/nb_NO/files_versions.po | 14 ++++++---- l10n/nb_NO/settings.po | 42 +++++++++++++++--------------- l10n/nl/files_versions.po | 16 +++++++----- l10n/nl/settings.po | 48 +++++++++++++++++----------------- l10n/nn_NO/files_versions.po | 12 ++++++--- l10n/nn_NO/settings.po | 40 ++++++++++++++--------------- l10n/oc/files_versions.po | 12 ++++++--- l10n/oc/settings.po | 40 ++++++++++++++--------------- l10n/pl/files_versions.po | 14 ++++++---- l10n/pl/settings.po | 44 ++++++++++++++++---------------- l10n/pl_PL/files_versions.po | 12 ++++++--- l10n/pl_PL/settings.po | 40 ++++++++++++++--------------- l10n/pt_BR/files_versions.po | 14 ++++++---- l10n/pt_BR/settings.po | 42 +++++++++++++++--------------- l10n/pt_PT/files_versions.po | 12 ++++++--- l10n/pt_PT/settings.po | 42 +++++++++++++++--------------- l10n/ro/files_versions.po | 12 ++++++--- l10n/ro/settings.po | 42 +++++++++++++++--------------- l10n/ru/files_versions.po | 14 ++++++---- l10n/ru/settings.po | 44 ++++++++++++++++---------------- l10n/ru_RU/files_versions.po | 12 ++++++--- l10n/ru_RU/settings.po | 44 ++++++++++++++++---------------- l10n/sk_SK/files_versions.po | 12 ++++++--- l10n/sk_SK/settings.po | 40 ++++++++++++++--------------- l10n/sl/files_versions.po | 16 +++++++----- l10n/sl/settings.po | 48 +++++++++++++++++----------------- l10n/so/files_versions.po | 12 ++++++--- l10n/so/settings.po | 40 ++++++++++++++--------------- l10n/sr/files_versions.po | 12 ++++++--- l10n/sr/settings.po | 40 ++++++++++++++--------------- l10n/sr@latin/files_versions.po | 12 ++++++--- l10n/sr@latin/settings.po | 40 ++++++++++++++--------------- l10n/sv/files_versions.po | 16 +++++++----- l10n/sv/settings.po | 48 +++++++++++++++++----------------- l10n/templates/core.pot | 2 +- l10n/templates/files.pot | 14 +++++----- l10n/templates/files_encryption.pot | 2 +- l10n/templates/files_external.pot | 2 +- l10n/templates/files_sharing.pot | 2 +- l10n/templates/files_versions.pot | 8 ++++-- l10n/templates/lib.pot | 2 +- l10n/templates/settings.pot | 38 +++++++++++++-------------- l10n/templates/user_ldap.pot | 2 +- l10n/th_TH/files_versions.po | 16 +++++++----- l10n/th_TH/settings.po | 48 +++++++++++++++++----------------- l10n/tr/files_versions.po | 12 ++++++--- l10n/tr/settings.po | 40 ++++++++++++++--------------- l10n/uk/files_versions.po | 12 ++++++--- l10n/uk/settings.po | 40 ++++++++++++++--------------- l10n/vi/files_versions.po | 14 ++++++---- l10n/vi/settings.po | 44 ++++++++++++++++---------------- l10n/zh_CN.GB2312/files_versions.po | 12 ++++++--- l10n/zh_CN.GB2312/settings.po | 40 ++++++++++++++--------------- l10n/zh_CN/files_versions.po | 14 ++++++---- l10n/zh_CN/settings.po | 48 +++++++++++++++++----------------- l10n/zh_TW/files_versions.po | 12 ++++++--- l10n/zh_TW/settings.po | 42 +++++++++++++++--------------- settings/l10n/ca.php | 3 --- settings/l10n/cs_CZ.php | 3 --- settings/l10n/da.php | 2 -- settings/l10n/de.php | 5 +--- settings/l10n/el.php | 1 - settings/l10n/eo.php | 1 - settings/l10n/es.php | 4 +-- settings/l10n/et_EE.php | 2 -- settings/l10n/eu.php | 3 --- settings/l10n/fi_FI.php | 2 -- settings/l10n/fr.php | 2 -- settings/l10n/gl.php | 1 - settings/l10n/it.php | 3 --- settings/l10n/ja_JP.php | 3 --- settings/l10n/ko.php | 1 - settings/l10n/lb.php | 1 - settings/l10n/nb_NO.php | 1 - settings/l10n/nl.php | 3 --- settings/l10n/pl.php | 2 -- settings/l10n/pt_BR.php | 1 - settings/l10n/pt_PT.php | 1 - settings/l10n/ro.php | 1 - settings/l10n/ru.php | 2 -- settings/l10n/ru_RU.php | 1 - settings/l10n/sl.php | 3 --- settings/l10n/sv.php | 3 --- settings/l10n/th_TH.php | 3 --- settings/l10n/vi.php | 2 -- settings/l10n/zh_CN.php | 3 --- settings/l10n/zh_TW.php | 1 - 187 files changed, 1882 insertions(+), 1720 deletions(-) diff --git a/apps/files/l10n/de.php b/apps/files/l10n/de.php index 324fae16f08..701c3e877ad 100644 --- a/apps/files/l10n/de.php +++ b/apps/files/l10n/de.php @@ -52,5 +52,5 @@ "Upload too large" => "Upload zu groß", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server.", "Files are being scanned, please wait." => "Dateien werden gescannt, bitte warten.", -"Current scanning" => "Scannen" +"Current scanning" => "Scanne" ); diff --git a/apps/files_versions/l10n/ca.php b/apps/files_versions/l10n/ca.php index b6ddc6feecf..51ff7aba1dd 100644 --- a/apps/files_versions/l10n/ca.php +++ b/apps/files_versions/l10n/ca.php @@ -1,6 +1,5 @@ "Expira totes les versions", "Versions" => "Versions", -"This will delete all existing backup versions of your files" => "Això eliminarà totes les versions de còpia de seguretat dels vostres fitxers", -"Enable Files Versioning" => "Habilita les versions de fitxers" +"This will delete all existing backup versions of your files" => "Això eliminarà totes les versions de còpia de seguretat dels vostres fitxers" ); diff --git a/apps/files_versions/l10n/cs_CZ.php b/apps/files_versions/l10n/cs_CZ.php index 4f33c1915f2..5d19f59d706 100644 --- a/apps/files_versions/l10n/cs_CZ.php +++ b/apps/files_versions/l10n/cs_CZ.php @@ -1,6 +1,5 @@ "Vypršet všechny verze", "Versions" => "Verze", -"This will delete all existing backup versions of your files" => "Odstraní všechny existující zálohované verze Vašich souborů", -"Enable Files Versioning" => "Povolit verzování souborů" +"This will delete all existing backup versions of your files" => "Odstraní všechny existující zálohované verze Vašich souborů" ); diff --git a/apps/files_versions/l10n/da.php b/apps/files_versions/l10n/da.php index 9fafef99fe1..6a69fdbe4cc 100644 --- a/apps/files_versions/l10n/da.php +++ b/apps/files_versions/l10n/da.php @@ -1,6 +1,5 @@ "Lad alle versioner udløbe", "Versions" => "Versioner", -"This will delete all existing backup versions of your files" => "Dette vil slette alle eksisterende backupversioner af dine filer", -"Enable Files Versioning" => "Aktiver filversionering" +"This will delete all existing backup versions of your files" => "Dette vil slette alle eksisterende backupversioner af dine filer" ); diff --git a/apps/files_versions/l10n/de.php b/apps/files_versions/l10n/de.php index 2c15884d1b5..079d96e679e 100644 --- a/apps/files_versions/l10n/de.php +++ b/apps/files_versions/l10n/de.php @@ -1,6 +1,5 @@ "Alle Versionen löschen", "Versions" => "Versionen", -"This will delete all existing backup versions of your files" => "Dies löscht alle vorhandenen Sicherungsversionen Ihrer Dateien.", -"Enable Files Versioning" => "Datei-Versionierung aktivieren" +"This will delete all existing backup versions of your files" => "Dies löscht alle vorhandenen Sicherungsversionen Ihrer Dateien." ); diff --git a/apps/files_versions/l10n/el.php b/apps/files_versions/l10n/el.php index 8953c96bd11..c26ad806bbd 100644 --- a/apps/files_versions/l10n/el.php +++ b/apps/files_versions/l10n/el.php @@ -1,4 +1,3 @@ "Λήξη όλων των εκδόσεων", -"Enable Files Versioning" => "Ενεργοποίηση παρακολούθησης εκδόσεων αρχείων" +"Expire all versions" => "Λήξη όλων των εκδόσεων" ); diff --git a/apps/files_versions/l10n/eo.php b/apps/files_versions/l10n/eo.php index 2f22b5ac0a5..d0f89c576d4 100644 --- a/apps/files_versions/l10n/eo.php +++ b/apps/files_versions/l10n/eo.php @@ -1,6 +1,5 @@ "Eksvalidigi ĉiujn eldonojn", "Versions" => "Eldonoj", -"This will delete all existing backup versions of your files" => "Ĉi tio forigos ĉiujn estantajn sekurkopiajn eldonojn de viaj dosieroj", -"Enable Files Versioning" => "Kapabligi dosiereldonkontrolon" +"This will delete all existing backup versions of your files" => "Ĉi tio forigos ĉiujn estantajn sekurkopiajn eldonojn de viaj dosieroj" ); diff --git a/apps/files_versions/l10n/es.php b/apps/files_versions/l10n/es.php index 83d7ed0da2c..1acab15299f 100644 --- a/apps/files_versions/l10n/es.php +++ b/apps/files_versions/l10n/es.php @@ -1,6 +1,5 @@ "Expirar todas las versiones", "Versions" => "Versiones", -"This will delete all existing backup versions of your files" => "Esto eliminará todas las versiones guardadas como copia de seguridad de tus archivos", -"Enable Files Versioning" => "Habilitar versionamiento de archivos" +"This will delete all existing backup versions of your files" => "Esto eliminará todas las versiones guardadas como copia de seguridad de tus archivos" ); diff --git a/apps/files_versions/l10n/et_EE.php b/apps/files_versions/l10n/et_EE.php index cfc48537e09..f1ebd082ad5 100644 --- a/apps/files_versions/l10n/et_EE.php +++ b/apps/files_versions/l10n/et_EE.php @@ -1,6 +1,5 @@ "Kõikide versioonide aegumine", "Versions" => "Versioonid", -"This will delete all existing backup versions of your files" => "See kustutab kõik sinu failidest tehtud varuversiooni", -"Enable Files Versioning" => "Luba failide versioonihaldus" +"This will delete all existing backup versions of your files" => "See kustutab kõik sinu failidest tehtud varuversiooni" ); diff --git a/apps/files_versions/l10n/eu.php b/apps/files_versions/l10n/eu.php index 0f065c1e93c..889e762c6b9 100644 --- a/apps/files_versions/l10n/eu.php +++ b/apps/files_versions/l10n/eu.php @@ -1,6 +1,5 @@ "Iraungi bertsio guztiak", "Versions" => "Bertsioak", -"This will delete all existing backup versions of your files" => "Honek zure fitxategien bertsio guztiak ezabatuko ditu", -"Enable Files Versioning" => "Gaitu fitxategien bertsioak" +"This will delete all existing backup versions of your files" => "Honek zure fitxategien bertsio guztiak ezabatuko ditu" ); diff --git a/apps/files_versions/l10n/fa.php b/apps/files_versions/l10n/fa.php index e2dc6cba63f..98dd415969a 100644 --- a/apps/files_versions/l10n/fa.php +++ b/apps/files_versions/l10n/fa.php @@ -1,4 +1,3 @@ "انقضای تمامی نسخه‌ها", -"Enable Files Versioning" => "فعال‌کردن پرونده‌های نسخه‌بندی" +"Expire all versions" => "انقضای تمامی نسخه‌ها" ); diff --git a/apps/files_versions/l10n/fi_FI.php b/apps/files_versions/l10n/fi_FI.php index 5cfcbf28bd4..bc8aa67dc79 100644 --- a/apps/files_versions/l10n/fi_FI.php +++ b/apps/files_versions/l10n/fi_FI.php @@ -1,6 +1,5 @@ "Vanhenna kaikki versiot", "Versions" => "Versiot", -"This will delete all existing backup versions of your files" => "Tämä poistaa kaikki tiedostojesi olemassa olevat varmuuskopioversiot", -"Enable Files Versioning" => "Käytä tiedostojen versiointia" +"This will delete all existing backup versions of your files" => "Tämä poistaa kaikki tiedostojesi olemassa olevat varmuuskopioversiot" ); diff --git a/apps/files_versions/l10n/fr.php b/apps/files_versions/l10n/fr.php index 965fa02de98..b0e658e8df0 100644 --- a/apps/files_versions/l10n/fr.php +++ b/apps/files_versions/l10n/fr.php @@ -1,6 +1,5 @@ "Supprimer les versions intermédiaires", "Versions" => "Versions", -"This will delete all existing backup versions of your files" => "Cette opération va effacer toutes les versions intermédiaires de vos fichiers (et ne garder que la dernière version en date).", -"Enable Files Versioning" => "Activer le versionnage" +"This will delete all existing backup versions of your files" => "Cette opération va effacer toutes les versions intermédiaires de vos fichiers (et ne garder que la dernière version en date)." ); diff --git a/apps/files_versions/l10n/he.php b/apps/files_versions/l10n/he.php index 097169b2a49..09a013f45a8 100644 --- a/apps/files_versions/l10n/he.php +++ b/apps/files_versions/l10n/he.php @@ -1,6 +1,5 @@ "הפגת תוקף כל הגרסאות", "Versions" => "גרסאות", -"This will delete all existing backup versions of your files" => "פעולה זו תמחק את כל גיבויי הגרסאות הקיימים של הקבצים שלך", -"Enable Files Versioning" => "הפעלת ניהול גרסאות לקבצים" +"This will delete all existing backup versions of your files" => "פעולה זו תמחק את כל גיבויי הגרסאות הקיימים של הקבצים שלך" ); diff --git a/apps/files_versions/l10n/it.php b/apps/files_versions/l10n/it.php index b7b0b9627b1..2b7d2b5c139 100644 --- a/apps/files_versions/l10n/it.php +++ b/apps/files_versions/l10n/it.php @@ -1,6 +1,5 @@ "Scadenza di tutte le versioni", "Versions" => "Versioni", -"This will delete all existing backup versions of your files" => "Ciò eliminerà tutte le versioni esistenti dei tuoi file", -"Enable Files Versioning" => "Abilita controllo di versione" +"This will delete all existing backup versions of your files" => "Ciò eliminerà tutte le versioni esistenti dei tuoi file" ); diff --git a/apps/files_versions/l10n/ja_JP.php b/apps/files_versions/l10n/ja_JP.php index 81d17f56f8f..7a00d0b4dad 100644 --- a/apps/files_versions/l10n/ja_JP.php +++ b/apps/files_versions/l10n/ja_JP.php @@ -1,6 +1,5 @@ "すべてのバージョンを削除する", "Versions" => "バージョン", -"This will delete all existing backup versions of your files" => "これは、あなたのファイルのすべてのバックアップバージョンを削除します", -"Enable Files Versioning" => "ファイルのバージョン管理を有効にする" +"This will delete all existing backup versions of your files" => "これは、あなたのファイルのすべてのバックアップバージョンを削除します" ); diff --git a/apps/files_versions/l10n/lt_LT.php b/apps/files_versions/l10n/lt_LT.php index 5da209f31b9..b3810d06ec7 100644 --- a/apps/files_versions/l10n/lt_LT.php +++ b/apps/files_versions/l10n/lt_LT.php @@ -1,4 +1,3 @@ "Panaikinti visų versijų galiojimą", -"Enable Files Versioning" => "Įjungti failų versijų vedimą" +"Expire all versions" => "Panaikinti visų versijų galiojimą" ); diff --git a/apps/files_versions/l10n/nl.php b/apps/files_versions/l10n/nl.php index da31603ff54..486b4ed45cf 100644 --- a/apps/files_versions/l10n/nl.php +++ b/apps/files_versions/l10n/nl.php @@ -1,6 +1,5 @@ "Alle versies laten verlopen", "Versions" => "Versies", -"This will delete all existing backup versions of your files" => "Dit zal alle bestaande backup versies van uw bestanden verwijderen", -"Enable Files Versioning" => "Activeer file versioning" +"This will delete all existing backup versions of your files" => "Dit zal alle bestaande backup versies van uw bestanden verwijderen" ); diff --git a/apps/files_versions/l10n/pl.php b/apps/files_versions/l10n/pl.php index c25d37611a0..a198792a5bc 100644 --- a/apps/files_versions/l10n/pl.php +++ b/apps/files_versions/l10n/pl.php @@ -1,6 +1,5 @@ "Wygasają wszystkie wersje", "Versions" => "Wersje", -"This will delete all existing backup versions of your files" => "Spowoduje to usunięcie wszystkich istniejących wersji kopii zapasowych plików", -"Enable Files Versioning" => "Włącz wersjonowanie plików" +"This will delete all existing backup versions of your files" => "Spowoduje to usunięcie wszystkich istniejących wersji kopii zapasowych plików" ); diff --git a/apps/files_versions/l10n/pt_BR.php b/apps/files_versions/l10n/pt_BR.php index a90b48fe3a3..102b6d62743 100644 --- a/apps/files_versions/l10n/pt_BR.php +++ b/apps/files_versions/l10n/pt_BR.php @@ -1,4 +1,3 @@ "Expirar todas as versões", -"Enable Files Versioning" => "Habilitar versionamento de arquivos" +"Expire all versions" => "Expirar todas as versões" ); diff --git a/apps/files_versions/l10n/ru.php b/apps/files_versions/l10n/ru.php index 675dd090d30..f91cae90a14 100644 --- a/apps/files_versions/l10n/ru.php +++ b/apps/files_versions/l10n/ru.php @@ -1,6 +1,5 @@ "Просрочить все версии", "Versions" => "Версии", -"This will delete all existing backup versions of your files" => "Очистить список версий ваших файлов", -"Enable Files Versioning" => "Включить ведение версий файлов" +"This will delete all existing backup versions of your files" => "Очистить список версий ваших файлов" ); diff --git a/apps/files_versions/l10n/sl.php b/apps/files_versions/l10n/sl.php index aec6edb3c22..8c67b568834 100644 --- a/apps/files_versions/l10n/sl.php +++ b/apps/files_versions/l10n/sl.php @@ -1,6 +1,5 @@ "Zastaraj vse različice", "Versions" => "Različice", -"This will delete all existing backup versions of your files" => "To bo izbrisalo vse obstoječe različice varnostnih kopij vaših datotek", -"Enable Files Versioning" => "Omogoči sledenje različicam datotek" +"This will delete all existing backup versions of your files" => "To bo izbrisalo vse obstoječe različice varnostnih kopij vaših datotek" ); diff --git a/apps/files_versions/l10n/sv.php b/apps/files_versions/l10n/sv.php index 5788d8ae197..16fd9890bf9 100644 --- a/apps/files_versions/l10n/sv.php +++ b/apps/files_versions/l10n/sv.php @@ -1,6 +1,5 @@ "Upphör alla versioner", "Versions" => "Versioner", -"This will delete all existing backup versions of your files" => "Detta kommer att radera alla befintliga säkerhetskopior av dina filer", -"Enable Files Versioning" => "Aktivera versionshantering" +"This will delete all existing backup versions of your files" => "Detta kommer att radera alla befintliga säkerhetskopior av dina filer" ); diff --git a/apps/files_versions/l10n/th_TH.php b/apps/files_versions/l10n/th_TH.php index 4f26e3bd035..5e075d54a75 100644 --- a/apps/files_versions/l10n/th_TH.php +++ b/apps/files_versions/l10n/th_TH.php @@ -1,6 +1,5 @@ "หมดอายุทุกรุ่น", "Versions" => "รุ่น", -"This will delete all existing backup versions of your files" => "นี่จะเป็นลบทิ้งไฟล์รุ่นที่ทำการสำรองข้อมูลทั้งหมดที่มีอยู่ของคุณทิ้งไป", -"Enable Files Versioning" => "เปิดใช้งานคุณสมบัติการแยกสถานะรุ่นหรือเวอร์ชั่นของไฟล์" +"This will delete all existing backup versions of your files" => "นี่จะเป็นลบทิ้งไฟล์รุ่นที่ทำการสำรองข้อมูลทั้งหมดที่มีอยู่ของคุณทิ้งไป" ); diff --git a/apps/files_versions/l10n/vi.php b/apps/files_versions/l10n/vi.php index 6743395481f..992c0751d0a 100644 --- a/apps/files_versions/l10n/vi.php +++ b/apps/files_versions/l10n/vi.php @@ -1,6 +1,5 @@ "Hết hạn tất cả các phiên bản", "Versions" => "Phiên bản", -"This will delete all existing backup versions of your files" => "Điều này sẽ xóa tất cả các phiên bản sao lưu hiện có ", -"Enable Files Versioning" => "BẬT tập tin phiên bản" +"This will delete all existing backup versions of your files" => "Điều này sẽ xóa tất cả các phiên bản sao lưu hiện có " ); diff --git a/apps/files_versions/l10n/zh_CN.php b/apps/files_versions/l10n/zh_CN.php index 56a474be89a..ba2ea40df96 100644 --- a/apps/files_versions/l10n/zh_CN.php +++ b/apps/files_versions/l10n/zh_CN.php @@ -1,6 +1,5 @@ "过期所有版本", "Versions" => "版本", -"This will delete all existing backup versions of your files" => "将会删除您的文件的所有备份版本", -"Enable Files Versioning" => "开启文件版本" +"This will delete all existing backup versions of your files" => "将会删除您的文件的所有备份版本" ); diff --git a/core/l10n/he.php b/core/l10n/he.php index f0a18103a8f..74b6fe7aa43 100644 --- a/core/l10n/he.php +++ b/core/l10n/he.php @@ -50,6 +50,7 @@ "Database user" => "שם משתמש במסד הנתונים", "Database password" => "ססמת מסד הנתונים", "Database name" => "שם מסד הנתונים", +"Database tablespace" => "מרחב הכתובות של מסד הנתונים", "Database host" => "שרת בסיס נתונים", "Finish setup" => "סיום התקנה", "web services under your control" => "שירותי רשת בשליטתך", diff --git a/l10n/af/files_versions.po b/l10n/af/files_versions.po index 48efcf1e430..feda4351a83 100644 --- a/l10n/af/files_versions.po +++ b/l10n/af/files_versions.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-01 13:35+0200\n" -"PO-Revision-Date: 2012-09-01 11:35+0000\n" +"POT-Creation-Date: 2012-09-17 02:02+0200\n" +"PO-Revision-Date: 2012-09-17 00:04+0000\n" "Last-Translator: I Robot \n" "Language-Team: Afrikaans (http://www.transifex.com/projects/p/owncloud/language/af/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: af\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/af/settings.po b/l10n/af/settings.po index e6f46a265a0..2110490f329 100644 --- a/l10n/af/settings.po +++ b/l10n/af/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Afrikaans (http://www.transifex.com/projects/p/owncloud/language/af/)\n" "MIME-Version: 1.0\n" @@ -113,67 +113,67 @@ msgstr "" msgid "Cron" msgstr "" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ar\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/ar/settings.po b/l10n/ar/settings.po index 3ee010d8471..47d059f2798 100644 --- a/l10n/ar/settings.po +++ b/l10n/ar/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" @@ -115,67 +115,67 @@ msgstr "" msgid "Cron" msgstr "" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Arabic (Saudi Arabia) (http://www.transifex.com/projects/p/owncloud/language/ar_SA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ar_SA\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/ar_SA/settings.po b/l10n/ar_SA/settings.po index 0319103fe12..884941c4a52 100644 --- a/l10n/ar_SA/settings.po +++ b/l10n/ar_SA/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Arabic (Saudi Arabia) (http://www.transifex.com/projects/p/owncloud/language/ar_SA/)\n" "MIME-Version: 1.0\n" @@ -113,67 +113,67 @@ msgstr "" msgid "Cron" msgstr "" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: bg_BG\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/bg_BG/settings.po b/l10n/bg_BG/settings.po index 19376143c62..efd8be694d3 100644 --- a/l10n/bg_BG/settings.po +++ b/l10n/bg_BG/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" @@ -116,67 +116,67 @@ msgstr "" msgid "Cron" msgstr "" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" +"POT-Creation-Date: 2012-09-17 02:02+0200\n" +"PO-Revision-Date: 2012-09-17 00:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -31,5 +31,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "Això eliminarà totes les versions de còpia de seguretat dels vostres fitxers" #: templates/settings.php:3 -msgid "Enable Files Versioning" -msgstr "Habilita les versions de fitxers" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" +msgstr "" diff --git a/l10n/ca/settings.po b/l10n/ca/settings.po index e444e335218..a71b4c0e4aa 100644 --- a/l10n/ca/settings.po +++ b/l10n/ca/settings.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-14 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 07:48+0000\n" -"Last-Translator: rogerc \n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -116,67 +116,67 @@ msgstr "La carpeta de dades i els vostres fitxersprobablement són accessibles d msgid "Cron" msgstr "Cron" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" -msgstr "executa una tasca en carregar cada pàgina" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" +msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "cron.php està registrat en un servei webcron. Feu una crida a la pàgina cron.php a l'arrel de ownCloud cada minut a través de http." -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." -msgstr "usa el servei cron del sistema. Feu una crida al fitxer cron.php a la carpeta ownCloud cada minut mitjançant el cronjob del sistema." +msgstr "" -#: templates/admin.php:41 -msgid "Share API" -msgstr "API de compartir" +#: templates/admin.php:56 +msgid "Sharing" +msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "Activa l'API de compartir" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "Permet que les aplicacions usin l'API de compartir" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "Permet enllaços" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "Permet als usuaris compartir elements amb el públic amb enllaços" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "Permet compartir de nou" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "Permet als usuaris comparir elements ja compartits amb ells" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "Permet als usuaris compartir amb qualsevol" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "Permet als usuaris compartir només amb usuaris del seu grup" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Registre" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Més" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" +"POT-Creation-Date: 2012-09-17 02:02+0200\n" +"PO-Revision-Date: 2012-09-17 00:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -32,5 +32,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "Odstraní všechny existující zálohované verze Vašich souborů" #: templates/settings.php:3 -msgid "Enable Files Versioning" -msgstr "Povolit verzování souborů" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" +msgstr "" diff --git a/l10n/cs_CZ/settings.po b/l10n/cs_CZ/settings.po index 0687294ecd1..4e8e8e7dcaf 100644 --- a/l10n/cs_CZ/settings.po +++ b/l10n/cs_CZ/settings.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-14 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 11:25+0000\n" -"Last-Translator: Tomáš Chvátal \n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -119,67 +119,67 @@ msgstr "Váš adresář dat a soubory jsou pravděpodobně přístupné z intern msgid "Cron" msgstr "Cron" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" -msgstr "spustit jednu úlohu s každou načtenou stránkou" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" +msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "cron.php je registrován u služby webcron. Zavolá stránku cron.php v kořenovém adresáři owncloud každou minutu skrze http." -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." -msgstr "použít službu cron systému. Zavolá soubor cron.php v kořenovém adresáři owncloud každou minutu skrze systémový úkol cronu." +msgstr "" -#: templates/admin.php:41 -msgid "Share API" -msgstr "API sdílení" +#: templates/admin.php:56 +msgid "Sharing" +msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "Povolit API sdílení" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "Povolit aplikacím používat API sdílení" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "Povolit odkazy" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "Povolit uživatelům sdílet položky s veřejností pomocí odkazů" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "Povolit znovu-sdílení" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "Povolit uživatelům znovu sdílet položky, které jsou pro ně sdíleny" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "Povolit uživatelům sdílet s kýmkoliv" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "Povolit uživatelům sdílet pouze s uživateli v jejich skupinách" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Záznam" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Více" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" +"POT-Creation-Date: 2012-09-17 02:02+0200\n" +"PO-Revision-Date: 2012-09-17 00:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -31,5 +31,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "Dette vil slette alle eksisterende backupversioner af dine filer" #: templates/settings.php:3 -msgid "Enable Files Versioning" -msgstr "Aktiver filversionering" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" +msgstr "" diff --git a/l10n/da/settings.po b/l10n/da/settings.po index 4406d06cee2..d9cace92179 100644 --- a/l10n/da/settings.po +++ b/l10n/da/settings.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" @@ -121,67 +121,67 @@ msgstr "" msgid "Cron" msgstr "Cron" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" -msgstr "udfør en opgave for hver indlæst side" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" +msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" -msgstr "Del API" +#: templates/admin.php:56 +msgid "Sharing" +msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "Aktiver dele API" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "Tillad apps a bruge dele APIen" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "Tillad links" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "Tillad brugere at dele elementer med offentligheden med links" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "Tillad gendeling" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "Tillad brugere at dele med hvem som helst" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "Tillad kun deling med brugere i brugerens egen gruppe" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Log" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Mere" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" +"POT-Creation-Date: 2012-09-17 02:02+0200\n" +"PO-Revision-Date: 2012-09-16 18:13+0000\n" +"Last-Translator: traductor \n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -40,55 +40,55 @@ msgstr "Keine Kategorie hinzuzufügen?" msgid "This category already exists: " msgstr "Kategorie existiert bereits:" -#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61 +#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55 msgid "Settings" msgstr "Einstellungen" -#: js/js.js:593 +#: js/js.js:642 msgid "January" msgstr "Januar" -#: js/js.js:593 +#: js/js.js:642 msgid "February" msgstr "Februar" -#: js/js.js:593 +#: js/js.js:642 msgid "March" msgstr "März" -#: js/js.js:593 +#: js/js.js:642 msgid "April" msgstr "April" -#: js/js.js:593 +#: js/js.js:642 msgid "May" msgstr "Mai" -#: js/js.js:593 +#: js/js.js:642 msgid "June" msgstr "Juni" -#: js/js.js:594 +#: js/js.js:643 msgid "July" msgstr "Juli" -#: js/js.js:594 +#: js/js.js:643 msgid "August" msgstr "August" -#: js/js.js:594 +#: js/js.js:643 msgid "September" msgstr "September" -#: js/js.js:594 +#: js/js.js:643 msgid "October" msgstr "Oktober" -#: js/js.js:594 +#: js/js.js:643 msgid "November" msgstr "November" -#: js/js.js:594 +#: js/js.js:643 msgid "December" msgstr "Dezember" @@ -246,11 +246,11 @@ msgstr "Datenbank-Host" msgid "Finish setup" msgstr "Installation abschließen" -#: templates/layout.guest.php:42 +#: templates/layout.guest.php:36 msgid "web services under your control" msgstr "Web-Services unter Ihrer Kontrolle" -#: templates/layout.user.php:45 +#: templates/layout.user.php:39 msgid "Log out" msgstr "Abmelden" diff --git a/l10n/de/files.po b/l10n/de/files.po index 406a0d25064..5a9037efcd9 100644 --- a/l10n/de/files.po +++ b/l10n/de/files.po @@ -7,6 +7,7 @@ # I Robot , 2012. # Jan-Christoph Borchardt , 2011. # Jan-Christoph Borchardt , 2011. +# , 2012. # Marcel Kühlhorn , 2012. # Michael Krell , 2012. # , 2012. @@ -19,9 +20,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-11 02:02+0200\n" -"PO-Revision-Date: 2012-09-10 13:09+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-17 02:02+0200\n" +"PO-Revision-Date: 2012-09-16 23:04+0000\n" +"Last-Translator: fmms \n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -136,27 +137,27 @@ msgstr "Dateiupload läuft. Wenn Sie die Seite jetzt verlassen, wird der Upload msgid "Invalid name, '/' is not allowed." msgstr "Ungültiger Name: \"/\" ist nicht erlaubt." -#: js/files.js:746 templates/index.php:56 +#: js/files.js:748 templates/index.php:56 msgid "Size" msgstr "Größe" -#: js/files.js:747 templates/index.php:58 +#: js/files.js:749 templates/index.php:58 msgid "Modified" msgstr "Bearbeitet" -#: js/files.js:774 +#: js/files.js:776 msgid "folder" msgstr "Ordner" -#: js/files.js:776 +#: js/files.js:778 msgid "folders" msgstr "Ordner" -#: js/files.js:784 +#: js/files.js:786 msgid "file" msgstr "Datei" -#: js/files.js:786 +#: js/files.js:788 msgid "files" msgstr "Dateien" @@ -248,4 +249,4 @@ msgstr "Dateien werden gescannt, bitte warten." #: templates/index.php:85 msgid "Current scanning" -msgstr "Scannen" +msgstr "Scanne" diff --git a/l10n/de/files_versions.po b/l10n/de/files_versions.po index f4e27ec5144..2cfa07980be 100644 --- a/l10n/de/files_versions.po +++ b/l10n/de/files_versions.po @@ -10,15 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-03 02:04+0200\n" -"PO-Revision-Date: 2012-09-02 06:01+0000\n" -"Last-Translator: JamFX \n" +"POT-Creation-Date: 2012-09-17 02:02+0200\n" +"PO-Revision-Date: 2012-09-17 00:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: de\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -33,5 +33,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "Dies löscht alle vorhandenen Sicherungsversionen Ihrer Dateien." #: templates/settings.php:3 -msgid "Enable Files Versioning" -msgstr "Datei-Versionierung aktivieren" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" +msgstr "" diff --git a/l10n/de/settings.po b/l10n/de/settings.po index 8468da12f5a..9aefe033b02 100644 --- a/l10n/de/settings.po +++ b/l10n/de/settings.po @@ -8,6 +8,7 @@ # I Robot , 2012. # Jan-Christoph Borchardt , 2011. # Jan T , 2012. +# , 2012. # Marcel Kühlhorn , 2012. # , 2012. # , 2012. @@ -18,9 +19,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-15 02:03+0200\n" -"PO-Revision-Date: 2012-09-14 10:09+0000\n" -"Last-Translator: Jan T \n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" +"Last-Translator: I Robot \n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -124,67 +125,67 @@ msgstr "Ihr Datenverzeichnis ist möglicher Weise aus dem Internet erreichbar. D msgid "Cron" msgstr "Cron" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" -msgstr "Führe eine Aufgabe pro geladener Seite aus." +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" +msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." -msgstr "cron.php ist bei einem Webcron-Dienst registriert. Rufen Sie die Seite cron.php im owncloud Root eine Minute lang über http auf." +msgstr "cron.php ist bei einem Webcron-Dienst registriert. Rufen Sie die Seite cron.php im owncloud Root minütlich per HTTP auf." -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." -msgstr "Benutzen Sie den System-Crondienst. Rufen Sie die cron.php im owncloud-Ordner über einen System-Cronjob eine Minute lang auf." +msgstr "" -#: templates/admin.php:41 -msgid "Share API" -msgstr "Teilungs-API" +#: templates/admin.php:56 +msgid "Sharing" +msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "Teilungs-API aktivieren" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "Erlaubt Nutzern, die Teilungs-API zu nutzen" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "Links erlauben" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "Erlaube Nutzern, Dateien mithilfe von Links mit der Öffentlichkeit zu teilen" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "Erneutes Teilen erlauben" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "Erlaubt Nutzern, Dateien die mit ihnen geteilt wurden, erneut zu teilen" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "Erlaube Nutzern mit jedem zu Teilen" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "Erlaube Nutzern nur das Teilen in ihrer Gruppe" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Log" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Mehr" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: el\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -31,5 +31,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" -msgstr "Ενεργοποίηση παρακολούθησης εκδόσεων αρχείων" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" +msgstr "" diff --git a/l10n/el/settings.po b/l10n/el/settings.po index 19fcdfb5019..fe7b0300c4b 100644 --- a/l10n/el/settings.po +++ b/l10n/el/settings.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" @@ -120,67 +120,67 @@ msgstr "" msgid "Cron" msgstr "Cron" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" -msgstr "Εκτέλεση μίας εργασίας με κάθε σελίδα που φορτώνεται" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" +msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Αρχείο καταγραφής" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Περισσότερο" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" +"POT-Creation-Date: 2012-09-17 02:02+0200\n" +"PO-Revision-Date: 2012-09-17 00:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -31,5 +31,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "Ĉi tio forigos ĉiujn estantajn sekurkopiajn eldonojn de viaj dosieroj" #: templates/settings.php:3 -msgid "Enable Files Versioning" -msgstr "Kapabligi dosiereldonkontrolon" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" +msgstr "" diff --git a/l10n/eo/settings.po b/l10n/eo/settings.po index d58cb7ddebe..e8a18dc730e 100644 --- a/l10n/eo/settings.po +++ b/l10n/eo/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" @@ -115,67 +115,67 @@ msgstr "" msgid "Cron" msgstr "Cron" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" -msgstr "lanĉi unu taskon po ĉiu paĝo ŝargita" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" +msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Protokolo" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Pli" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" +"POT-Creation-Date: 2012-09-17 02:02+0200\n" +"PO-Revision-Date: 2012-09-17 00:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -33,5 +33,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "Esto eliminará todas las versiones guardadas como copia de seguridad de tus archivos" #: templates/settings.php:3 -msgid "Enable Files Versioning" -msgstr "Habilitar versionamiento de archivos" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" +msgstr "" diff --git a/l10n/es/settings.po b/l10n/es/settings.po index 5b0d89c24d8..c8a6f5b67c8 100644 --- a/l10n/es/settings.po +++ b/l10n/es/settings.po @@ -8,6 +8,7 @@ # , 2011-2012. # , 2011. # oSiNaReF <>, 2012. +# Raul Fernandez Garcia , 2012. # , 2012. # , 2011. # Rubén Trujillo , 2012. @@ -16,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" @@ -45,7 +46,7 @@ msgstr "No se pudo añadir el grupo" #: ajax/enableapp.php:13 msgid "Could not enable app. " -msgstr "" +msgstr "No puedo habilitar la app." #: ajax/lostpassword.php:14 msgid "Email saved" @@ -122,67 +123,67 @@ msgstr "El directorio de datos -data- y sus archivos probablemente son accesible msgid "Cron" msgstr "Cron" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" -msgstr "ejecutar una tarea con cada página cargada" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" +msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." -msgstr "" +msgstr "cron.php está registrado como un servicio del webcron. Llama a la página de cron.php en la raíz de owncloud cada minuto sobre http." -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" -msgstr "API de compartición" +#: templates/admin.php:56 +msgid "Sharing" +msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "Activar API de compartición" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "Permitir a las aplicaciones usar la API de compartición" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "Permitir enlaces" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "Permitir a los usuarios compartir elementos públicamente con enlaces" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "Permitir re-compartir" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "Permitir a los usuarios compartir elementos compartidos con ellos de nuevo" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "Permitir a los usuarios compartir con cualquiera" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "Permitir a los usuarios compartir con usuarios en sus grupos" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Registro" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Más" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" +"POT-Creation-Date: 2012-09-17 02:02+0200\n" +"PO-Revision-Date: 2012-09-17 00:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -31,5 +31,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "See kustutab kõik sinu failidest tehtud varuversiooni" #: templates/settings.php:3 -msgid "Enable Files Versioning" -msgstr "Luba failide versioonihaldus" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" +msgstr "" diff --git a/l10n/et_EE/settings.po b/l10n/et_EE/settings.po index d46fc7de210..d5cf241bdeb 100644 --- a/l10n/et_EE/settings.po +++ b/l10n/et_EE/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" @@ -115,67 +115,67 @@ msgstr "" msgid "Cron" msgstr "Ajastatud töö" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" -msgstr "käivita iga laetud lehe juures üks ülesanne" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" +msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" -msgstr "Jagamise API" +#: templates/admin.php:56 +msgid "Sharing" +msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "Luba jagamise API" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "Luba rakendustel kasutada jagamise API-t" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "Luba linke" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "Luba kasutajatel jagada kirjeid avalike linkidega" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "Luba edasijagamine" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "Luba kasutajatel jagada edasi kirjeid, mida on neile jagatud" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "Luba kasutajatel kõigiga jagada" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "Luba kasutajatel jagada kirjeid ainult nende grupi liikmetele, millesse nad ise kuuluvad" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Logi" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Veel" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" +"POT-Creation-Date: 2012-09-17 02:02+0200\n" +"PO-Revision-Date: 2012-09-17 00:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -31,5 +31,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "Honek zure fitxategien bertsio guztiak ezabatuko ditu" #: templates/settings.php:3 -msgid "Enable Files Versioning" -msgstr "Gaitu fitxategien bertsioak" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" +msgstr "" diff --git a/l10n/eu/settings.po b/l10n/eu/settings.po index 76be611dba2..7e6f4e8d9c3 100644 --- a/l10n/eu/settings.po +++ b/l10n/eu/settings.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-14 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 15:27+0000\n" -"Last-Translator: asieriko \n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -116,67 +116,67 @@ msgstr "Zure data karpeta eta zure fitxategiak internetetik zuzenean eskuragarri msgid "Cron" msgstr "Cron" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" -msgstr "exekutatu zeregina orri karga bakoitzean" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" +msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "cron.php webcron zerbitzu batean erregistratua dago. Deitu cron.php orria ownclouden erroan minuturo http bidez." -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." -msgstr "Erabili sistemaren cron zerbitzua. Deitu cron.php fitxategia owncloud karpetan minuturo sistemaren cron lan baten bidez." +msgstr "" -#: templates/admin.php:41 -msgid "Share API" -msgstr "Partekatze APIa" +#: templates/admin.php:56 +msgid "Sharing" +msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "Gaitu Partekatze APIa" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "Baimendu aplikazioak Partekatze APIa erabiltzeko" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "Baimendu loturak" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "Baimendu erabiltzaileak loturen bidez fitxategiak publikoki partekatzen" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "Baimendu birpartekatzea" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "Baimendu erabiltzaileak haiekin partekatutako fitxategiak berriz ere partekatzen" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "Baimendu erabiltzaileak edonorekin partekatzen" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "Baimendu erabiltzaileak bakarrik bere taldeko erabiltzaileekin partekatzen" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Egunkaria" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Gehiago" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Basque (Spain) (http://www.transifex.com/projects/p/owncloud/language/eu_ES/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: eu_ES\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/eu_ES/settings.po b/l10n/eu_ES/settings.po index 267038a7079..1d02c170d7d 100644 --- a/l10n/eu_ES/settings.po +++ b/l10n/eu_ES/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Basque (Spain) (http://www.transifex.com/projects/p/owncloud/language/eu_ES/)\n" "MIME-Version: 1.0\n" @@ -113,67 +113,67 @@ msgstr "" msgid "Cron" msgstr "" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fa\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -31,5 +31,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" -msgstr "فعال‌کردن پرونده‌های نسخه‌بندی" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" +msgstr "" diff --git a/l10n/fa/settings.po b/l10n/fa/settings.po index f3d18a42a28..05cf00feb1f 100644 --- a/l10n/fa/settings.po +++ b/l10n/fa/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" @@ -115,67 +115,67 @@ msgstr "" msgid "Cron" msgstr "" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "کارنامه" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "بیشتر" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Finnish (http://www.transifex.com/projects/p/owncloud/language/fi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fi\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/fi/settings.po b/l10n/fi/settings.po index cc2d672b09f..1343234a7d0 100644 --- a/l10n/fi/settings.po +++ b/l10n/fi/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Finnish (http://www.transifex.com/projects/p/owncloud/language/fi/)\n" "MIME-Version: 1.0\n" @@ -113,67 +113,67 @@ msgstr "" msgid "Cron" msgstr "" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" +"POT-Creation-Date: 2012-09-17 02:02+0200\n" +"PO-Revision-Date: 2012-09-17 00:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fi_FI\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -31,5 +31,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "Tämä poistaa kaikki tiedostojesi olemassa olevat varmuuskopioversiot" #: templates/settings.php:3 -msgid "Enable Files Versioning" -msgstr "Käytä tiedostojen versiointia" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" +msgstr "" diff --git a/l10n/fi_FI/settings.po b/l10n/fi_FI/settings.po index ab312d2d97b..5b6f5d055cc 100644 --- a/l10n/fi_FI/settings.po +++ b/l10n/fi_FI/settings.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-14 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 10:57+0000\n" -"Last-Translator: Jiri Grönroos \n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -116,67 +116,67 @@ msgstr "Data-kansio ja tiedostot ovat ehkä saavutettavissa Internetistä. .htac msgid "Cron" msgstr "Cron" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" -msgstr "suorita yksi tehtävä jokaisella ladatulla sivulla" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" +msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" -msgstr "Jaon ohelmointirajapinta (Share API)" +#: templates/admin.php:56 +msgid "Sharing" +msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "Ota käyttöön jaon ohjelmoitirajapinta (Share API)" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "Salli sovellusten käyttää jaon ohjelmointirajapintaa (Share API)" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "Salli linkit" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "Salli käyttäjien jakaa kohteita julkisesti linkkejä käyttäen" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "Salli uudelleenjako" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "Salli käyttäjien jakaa heille itselleen jaettuja tietoja edelleen" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "Salli käyttäjien jakaa kohteita kenen tahansa kanssa" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "Salli käyttäjien jakaa kohteita vain omien ryhmien jäsenten kesken" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Loki" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Lisää" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" +"POT-Creation-Date: 2012-09-17 02:02+0200\n" +"PO-Revision-Date: 2012-09-17 00:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" -"Plural-Forms: nplurals=2; plural=(n > 1)\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -31,5 +31,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "Cette opération va effacer toutes les versions intermédiaires de vos fichiers (et ne garder que la dernière version en date)." #: templates/settings.php:3 -msgid "Enable Files Versioning" -msgstr "Activer le versionnage" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" +msgstr "" diff --git a/l10n/fr/settings.po b/l10n/fr/settings.po index f780bb5692a..7e5fba19f04 100644 --- a/l10n/fr/settings.po +++ b/l10n/fr/settings.po @@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" @@ -125,67 +125,67 @@ msgstr "Votre répertoire de données et vos fichiers sont probablement accessib msgid "Cron" msgstr "Cron" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" -msgstr "exécuter une tâche pour chaque page chargée" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" +msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" -msgstr "API de partage" +#: templates/admin.php:56 +msgid "Sharing" +msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "Activer l'API de partage" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "Autoriser les applications à utiliser l'API de partage" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "Autoriser les liens" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "Autoriser les utilisateurs à partager du contenu public avec des liens" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "Autoriser le re-partage" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "Autoriser les utilisateurs à partager des éléments déjà partagés entre eux" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "Autoriser les utilisateurs à partager avec tout le monde" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "Autoriser les utilisateurs à ne partager qu'avec les utilisateurs dans leurs groupes" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Journaux" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Plus" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: gl\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/gl/settings.po b/l10n/gl/settings.po index 769aacbf094..306515b40d4 100644 --- a/l10n/gl/settings.po +++ b/l10n/gl/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" @@ -115,67 +115,67 @@ msgstr "" msgid "Cron" msgstr "Cron" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" -msgstr "executar unha tarefa con cada páxina cargada" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" +msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Conectar" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Máis" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the , 2012. # , 2012. # , 2011. # Yaron Shahrabani , 2011, 2012. @@ -10,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-06 02:02+0200\n" -"PO-Revision-Date: 2012-09-06 00:03+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2012-09-17 02:02+0200\n" +"PO-Revision-Date: 2012-09-16 18:05+0000\n" +"Last-Translator: Dovix Dovix \n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -32,55 +33,55 @@ msgstr "אין קטגוריה להוספה?" msgid "This category already exists: " msgstr "קטגוריה זאת כבר קיימת: " -#: js/js.js:208 templates/layout.user.php:60 templates/layout.user.php:61 +#: js/js.js:214 templates/layout.user.php:54 templates/layout.user.php:55 msgid "Settings" msgstr "הגדרות" -#: js/js.js:593 +#: js/js.js:642 msgid "January" msgstr "ינואר" -#: js/js.js:593 +#: js/js.js:642 msgid "February" msgstr "פברואר" -#: js/js.js:593 +#: js/js.js:642 msgid "March" msgstr "מרץ" -#: js/js.js:593 +#: js/js.js:642 msgid "April" msgstr "אפריל" -#: js/js.js:593 +#: js/js.js:642 msgid "May" msgstr "מאי" -#: js/js.js:593 +#: js/js.js:642 msgid "June" msgstr "יוני" -#: js/js.js:594 +#: js/js.js:643 msgid "July" msgstr "יולי" -#: js/js.js:594 +#: js/js.js:643 msgid "August" msgstr "אוגוסט" -#: js/js.js:594 +#: js/js.js:643 msgid "September" msgstr "ספטמבר" -#: js/js.js:594 +#: js/js.js:643 msgid "October" msgstr "אוקטובר" -#: js/js.js:594 +#: js/js.js:643 msgid "November" msgstr "נובמבר" -#: js/js.js:594 +#: js/js.js:643 msgid "December" msgstr "דצמבר" @@ -228,7 +229,7 @@ msgstr "שם מסד הנתונים" #: templates/installation.php:109 msgid "Database tablespace" -msgstr "" +msgstr "מרחב הכתובות של מסד הנתונים" #: templates/installation.php:115 msgid "Database host" @@ -238,11 +239,11 @@ msgstr "שרת בסיס נתונים" msgid "Finish setup" msgstr "סיום התקנה" -#: templates/layout.guest.php:42 +#: templates/layout.guest.php:36 msgid "web services under your control" msgstr "שירותי רשת בשליטתך" -#: templates/layout.user.php:45 +#: templates/layout.user.php:39 msgid "Log out" msgstr "התנתקות" diff --git a/l10n/he/files_versions.po b/l10n/he/files_versions.po index e0cb0e526e3..cb49463e169 100644 --- a/l10n/he/files_versions.po +++ b/l10n/he/files_versions.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-05 02:01+0200\n" -"PO-Revision-Date: 2012-09-04 23:22+0000\n" -"Last-Translator: Tomer Cohen \n" +"POT-Creation-Date: 2012-09-17 02:02+0200\n" +"PO-Revision-Date: 2012-09-17 00:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -31,5 +31,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "פעולה זו תמחק את כל גיבויי הגרסאות הקיימים של הקבצים שלך" #: templates/settings.php:3 -msgid "Enable Files Versioning" -msgstr "הפעלת ניהול גרסאות לקבצים" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" +msgstr "" diff --git a/l10n/he/settings.po b/l10n/he/settings.po index a8bc3ed1f98..b1857fd4bca 100644 --- a/l10n/he/settings.po +++ b/l10n/he/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" @@ -116,67 +116,67 @@ msgstr "" msgid "Cron" msgstr "" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "יומן" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "עוד" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: hi\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/hi/settings.po b/l10n/hi/settings.po index 78b99c18d39..1b137320efb 100644 --- a/l10n/hi/settings.po +++ b/l10n/hi/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" @@ -113,67 +113,67 @@ msgstr "" msgid "Cron" msgstr "" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: hr\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/hr/settings.po b/l10n/hr/settings.po index bf3c88d31f8..c6c42e61934 100644 --- a/l10n/hr/settings.po +++ b/l10n/hr/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" @@ -116,67 +116,67 @@ msgstr "" msgid "Cron" msgstr "Cron" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "dnevnik" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "više" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: hu_HU\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/hu_HU/settings.po b/l10n/hu_HU/settings.po index a240440b5fa..1554df638ca 100644 --- a/l10n/hu_HU/settings.po +++ b/l10n/hu_HU/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" @@ -115,67 +115,67 @@ msgstr "" msgid "Cron" msgstr "" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Napló" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Tovább" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: hy\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/hy/settings.po b/l10n/hy/settings.po index d758fb7e945..3698a77bef2 100644 --- a/l10n/hy/settings.po +++ b/l10n/hy/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n" "MIME-Version: 1.0\n" @@ -113,67 +113,67 @@ msgstr "" msgid "Cron" msgstr "" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ia\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/ia/settings.po b/l10n/ia/settings.po index f90eb488004..14db6bd79c9 100644 --- a/l10n/ia/settings.po +++ b/l10n/ia/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" @@ -115,67 +115,67 @@ msgstr "" msgid "Cron" msgstr "" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Registro" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Plus" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: id\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/id/settings.po b/l10n/id/settings.po index b32796f5516..2683a4b6382 100644 --- a/l10n/id/settings.po +++ b/l10n/id/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" @@ -116,67 +116,67 @@ msgstr "" msgid "Cron" msgstr "" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Log" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Lebih" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/projects/p/owncloud/language/id_ID/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: id_ID\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/id_ID/settings.po b/l10n/id_ID/settings.po index 8d272ad7703..68339ff2e36 100644 --- a/l10n/id_ID/settings.po +++ b/l10n/id_ID/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/projects/p/owncloud/language/id_ID/)\n" "MIME-Version: 1.0\n" @@ -113,67 +113,67 @@ msgstr "" msgid "Cron" msgstr "" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" +"POT-Creation-Date: 2012-09-17 02:02+0200\n" +"PO-Revision-Date: 2012-09-17 00:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -31,5 +31,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "Ciò eliminerà tutte le versioni esistenti dei tuoi file" #: templates/settings.php:3 -msgid "Enable Files Versioning" -msgstr "Abilita controllo di versione" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" +msgstr "" diff --git a/l10n/it/settings.po b/l10n/it/settings.po index 67345083db6..65b4ad108b2 100644 --- a/l10n/it/settings.po +++ b/l10n/it/settings.po @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-14 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 05:39+0000\n" -"Last-Translator: Vincenzo Reale \n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -120,67 +120,67 @@ msgstr "La cartella dei dati e i tuoi file sono probabilmente accessibili da Int msgid "Cron" msgstr "Cron" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" -msgstr "esegui un'attività con ogni pagina caricata" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" +msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "cron.php è registrato su un servizio webcron. Chiama la pagina cron.php nella radice di owncloud ogni minuto su http." -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." -msgstr "usa il servizio cron di sistema. Chiama il file cron.php nella cartella di owncloud ogni minuto." +msgstr "" -#: templates/admin.php:41 -msgid "Share API" -msgstr "API di condivisione" +#: templates/admin.php:56 +msgid "Sharing" +msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "Abilita API di condivisione" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "Consenti alle applicazioni di utilizzare le API di condivisione" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "Consenti collegamenti" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "Consenti agli utenti di condividere elementi al pubblico con collegamenti" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "Consenti la ri-condivisione" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "Consenti agli utenti di condividere elementi già condivisi" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "Consenti agli utenti di condividere con chiunque" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "Consenti agli utenti di condividere con gli utenti del proprio gruppo" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Registro" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Altro" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" +"POT-Creation-Date: 2012-09-17 02:02+0200\n" +"PO-Revision-Date: 2012-09-17 00:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -31,5 +31,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "これは、あなたのファイルのすべてのバックアップバージョンを削除します" #: templates/settings.php:3 -msgid "Enable Files Versioning" -msgstr "ファイルのバージョン管理を有効にする" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" +msgstr "" diff --git a/l10n/ja_JP/settings.po b/l10n/ja_JP/settings.po index c6680acbbfd..a22d6af28be 100644 --- a/l10n/ja_JP/settings.po +++ b/l10n/ja_JP/settings.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-14 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 16:13+0000\n" -"Last-Translator: Daisuke Deguchi \n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -115,67 +115,67 @@ msgstr "データディレクトリとファイルが恐らくインターネッ msgid "Cron" msgstr "cron(自動定期実行)" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" -msgstr "ページを開く毎にタスクを1つ実行" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" +msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "cron.php は webcron サービスとして登録されています。HTTP経由で1分間に1回の頻度で owncloud のルートページ内の cron.php ページを呼び出します。" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." -msgstr "システムの cron サービスを利用します。システムの cron ジョブを通して1分間に1回の頻度で owncloud 内の cron.php ファイルを呼び出します。" +msgstr "" -#: templates/admin.php:41 -msgid "Share API" -msgstr "Share API" +#: templates/admin.php:56 +msgid "Sharing" +msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "Share APIを有効" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "Share APIの使用をアプリケーションに許可" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "リンクを許可" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "ユーザーがリンクによる公開でアイテムを共有することが出来るようにする" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "再共有を許可" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "ユーザーが共有されているアイテムをさらに共有することが出来るようにする" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "ユーザーが誰にでも共有出来るようにする" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "ユーザーがグループの人にしか共有出来ないようにする" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "ログ" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "もっと" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ko\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/ko/settings.po b/l10n/ko/settings.po index 5caaccb275c..7012c67898c 100644 --- a/l10n/ko/settings.po +++ b/l10n/ko/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" @@ -115,67 +115,67 @@ msgstr "" msgid "Cron" msgstr "크론" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" -msgstr "각 페이지가 로드 된 하나의 작업을 실행" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" +msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "로그" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "더" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: lb\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/lb/settings.po b/l10n/lb/settings.po index 8df0495662a..80921ebde34 100644 --- a/l10n/lb/settings.po +++ b/l10n/lb/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" @@ -114,67 +114,67 @@ msgstr "" msgid "Cron" msgstr "Cron" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" -msgstr "Share API" +#: templates/admin.php:56 +msgid "Sharing" +msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "Share API aschalten" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "Erlab Apps d'Share API ze benotzen" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "Links erlaben" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "Resharing erlaben" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "Useren erlaben mat egal wiem ze sharen" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "Useren nëmmen erlaben mat Useren aus hirer Grupp ze sharen" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Log" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Méi" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: lt_LT\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -31,5 +31,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" -msgstr "Įjungti failų versijų vedimą" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" +msgstr "" diff --git a/l10n/lt_LT/settings.po b/l10n/lt_LT/settings.po index f9f04122026..e7274b4e658 100644 --- a/l10n/lt_LT/settings.po +++ b/l10n/lt_LT/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" @@ -114,67 +114,67 @@ msgstr "" msgid "Cron" msgstr "Cron" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Žurnalas" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Daugiau" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/lv/settings.po b/l10n/lv/settings.po index 54a261a9ff9..5f35f0bfa5c 100644 --- a/l10n/lv/settings.po +++ b/l10n/lv/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" @@ -114,67 +114,67 @@ msgstr "" msgid "Cron" msgstr "Cron" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Log" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Vairāk" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: mk\n" -"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/mk/settings.po b/l10n/mk/settings.po index 5f1ffcc6ed2..847b78c9152 100644 --- a/l10n/mk/settings.po +++ b/l10n/mk/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" @@ -115,67 +115,67 @@ msgstr "" msgid "Cron" msgstr "" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Записник" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Повеќе" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ms_MY\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/ms_MY/settings.po b/l10n/ms_MY/settings.po index c93a805543b..c9700ca3a0d 100644 --- a/l10n/ms_MY/settings.po +++ b/l10n/ms_MY/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" @@ -117,67 +117,67 @@ msgstr "" msgid "Cron" msgstr "" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Log" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Lanjutan" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: nb_NO\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -31,5 +31,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" -msgstr "Slå på versjonering" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" +msgstr "" diff --git a/l10n/nb_NO/settings.po b/l10n/nb_NO/settings.po index 85d96230f86..2a926e6f977 100644 --- a/l10n/nb_NO/settings.po +++ b/l10n/nb_NO/settings.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -119,67 +119,67 @@ msgstr "" msgid "Cron" msgstr "Cron" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" -msgstr "utfør en oppgave med hver side som blir lastet" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" +msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Logg" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Mer" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" +"POT-Creation-Date: 2012-09-17 02:02+0200\n" +"PO-Revision-Date: 2012-09-17 00:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: nl\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -31,5 +31,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "Dit zal alle bestaande backup versies van uw bestanden verwijderen" #: templates/settings.php:3 -msgid "Enable Files Versioning" -msgstr "Activeer file versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" +msgstr "" diff --git a/l10n/nl/settings.po b/l10n/nl/settings.po index cd07c25ca86..75b4f754a86 100644 --- a/l10n/nl/settings.po +++ b/l10n/nl/settings.po @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-14 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 18:45+0000\n" -"Last-Translator: Richard Bos \n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -121,67 +121,67 @@ msgstr "Uw data folder en uw bestanden zijn hoogst waarschijnlijk vanaf het inte msgid "Cron" msgstr "Cron" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" -msgstr "Voer 1 taak uit bij elke geladen pagina" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" +msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "cron.php is bij een webcron dienst geregistreerd. Roep de cron.php pagina in de owncloud root via http één maal per minuut op." -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." -msgstr "Gebruik de systeem cron functionaliteit. Roep het cron.php bestand via een systeem cronjob één maal per minuut op." +msgstr "" -#: templates/admin.php:41 -msgid "Share API" -msgstr "Deel API" +#: templates/admin.php:56 +msgid "Sharing" +msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "Zet de Deel API aan" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "Sta apps toe om de Deel API te gebruiken" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "Sta links toe" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "Sta gebruikers toe om items via links publiekelijk te maken" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "Sta verder delen toe" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "Sta gebruikers toe om items nogmaals te delen" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "Sta gebruikers toe om met iedereen te delen" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "Sta gebruikers toe om alleen met gebruikers in hun groepen te delen" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Log" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Meer" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: nn_NO\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/nn_NO/settings.po b/l10n/nn_NO/settings.po index 40a158192d1..3ab1c666330 100644 --- a/l10n/nn_NO/settings.po +++ b/l10n/nn_NO/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" @@ -115,67 +115,67 @@ msgstr "" msgid "Cron" msgstr "" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" +"POT-Creation-Date: 2012-09-17 02:02+0200\n" +"PO-Revision-Date: 2012-09-17 00:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/oc/settings.po b/l10n/oc/settings.po index 65d98b9c149..f46812b1029 100644 --- a/l10n/oc/settings.po +++ b/l10n/oc/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" @@ -113,67 +113,67 @@ msgstr "" msgid "Cron" msgstr "" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" +"POT-Creation-Date: 2012-09-17 02:02+0200\n" +"PO-Revision-Date: 2012-09-17 00:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -31,5 +31,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "Spowoduje to usunięcie wszystkich istniejących wersji kopii zapasowych plików" #: templates/settings.php:3 -msgid "Enable Files Versioning" -msgstr "Włącz wersjonowanie plików" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" +msgstr "" diff --git a/l10n/pl/settings.po b/l10n/pl/settings.po index 1689285d425..d1c25e8f75c 100644 --- a/l10n/pl/settings.po +++ b/l10n/pl/settings.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" @@ -121,67 +121,67 @@ msgstr "Twój katalog danych i pliki są prawdopodobnie dostępne z Internetu. P msgid "Cron" msgstr "Cron" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" -msgstr "wykonanie jednego zadania z każdej załadowanej strony" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" +msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" -msgstr "Udostępnij API" +#: templates/admin.php:56 +msgid "Sharing" +msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "Włącz udostępniane API" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "Zezwalaj aplikacjom na używanie API" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "Zezwalaj na łącza" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "Zezwalaj użytkownikom na puliczne współdzielenie elementów za pomocą linków" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "Zezwól na ponowne udostępnianie" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "Zezwalaj użytkownikom na ponowne współdzielenie elementów już z nimi współdzilonych" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "Zezwalaj użytkownikom na współdzielenie z kimkolwiek" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "Zezwalaj użytkownikom współdzielić z użytkownikami ze swoich grup" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Log" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Więcej" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/owncloud/language/pl_PL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pl_PL\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/pl_PL/settings.po b/l10n/pl_PL/settings.po index fe2334598d3..69bcf9ca781 100644 --- a/l10n/pl_PL/settings.po +++ b/l10n/pl_PL/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/owncloud/language/pl_PL/)\n" "MIME-Version: 1.0\n" @@ -113,67 +113,67 @@ msgstr "" msgid "Cron" msgstr "" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt_BR\n" -"Plural-Forms: nplurals=2; plural=(n > 1)\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -31,5 +31,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" -msgstr "Habilitar versionamento de arquivos" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" +msgstr "" diff --git a/l10n/pt_BR/settings.po b/l10n/pt_BR/settings.po index 3e0941d765a..605cee5db97 100644 --- a/l10n/pt_BR/settings.po +++ b/l10n/pt_BR/settings.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -119,67 +119,67 @@ msgstr "" msgid "Cron" msgstr "" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" -msgstr "executar uma tarefa com cada página em aberto" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" +msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Log" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Mais" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt_PT\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/pt_PT/settings.po b/l10n/pt_PT/settings.po index e5e52c51eb8..1ed27b86f75 100644 --- a/l10n/pt_PT/settings.po +++ b/l10n/pt_PT/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -116,67 +116,67 @@ msgstr "" msgid "Cron" msgstr "Cron" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" -msgstr "Executar uma tarefa com cada página carregada" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" +msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Log" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Mais" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ro\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1))\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/ro/settings.po b/l10n/ro/settings.po index cf3ece64841..bf628a0ea6e 100644 --- a/l10n/ro/settings.po +++ b/l10n/ro/settings.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" @@ -118,67 +118,67 @@ msgstr "" msgid "Cron" msgstr "Cron" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" -msgstr "executâ o sarcină cu fiecare pagină încărcată" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" +msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Jurnal de activitate" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Mai mult" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" +"POT-Creation-Date: 2012-09-17 02:02+0200\n" +"PO-Revision-Date: 2012-09-17 00:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -32,5 +32,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "Очистить список версий ваших файлов" #: templates/settings.php:3 -msgid "Enable Files Versioning" -msgstr "Включить ведение версий файлов" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" +msgstr "" diff --git a/l10n/ru/settings.po b/l10n/ru/settings.po index 9695b338b3f..58403d5b2fc 100644 --- a/l10n/ru/settings.po +++ b/l10n/ru/settings.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" @@ -122,67 +122,67 @@ msgstr "Похоже, что каталог data и ваши файлы в не msgid "Cron" msgstr "Задание" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" -msgstr "Запускать задание при загрузке каждой страницы" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" +msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" -msgstr "API публикации" +#: templates/admin.php:56 +msgid "Sharing" +msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "Включить API публикации" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "Разрешить API публикации для приложений" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "Разрешить ссылки" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "Разрешить пользователям публикацию при помощи ссылок" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "Включить повторную публикацию" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "Разрешить пользователям публиковать доступные им элементы других пользователей" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "Разрешить публиковать для любых пользователей" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "Ограничить публикацию группами пользователя" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Журнал" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Ещё" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ru_RU\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/ru_RU/settings.po b/l10n/ru_RU/settings.po index f04323bb294..851ca47160b 100644 --- a/l10n/ru_RU/settings.po +++ b/l10n/ru_RU/settings.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-15 02:03+0200\n" -"PO-Revision-Date: 2012-09-14 11:13+0000\n" -"Last-Translator: AnnaSch \n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -114,67 +114,67 @@ msgstr "" msgid "Cron" msgstr "Cron" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" -msgstr "Сделать общим API" +#: templates/admin.php:56 +msgid "Sharing" +msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "Включить разделяемые API" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "Предоставить ссылки" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Вход" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Подробнее" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: sk_SK\n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/sk_SK/settings.po b/l10n/sk_SK/settings.po index 671b754f2eb..3b261aff56f 100644 --- a/l10n/sk_SK/settings.po +++ b/l10n/sk_SK/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" @@ -116,67 +116,67 @@ msgstr "" msgid "Cron" msgstr "" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Záznam" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Viac" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" +"POT-Creation-Date: 2012-09-17 02:02+0200\n" +"PO-Revision-Date: 2012-09-17 00:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: sl\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3)\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -31,5 +31,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "To bo izbrisalo vse obstoječe različice varnostnih kopij vaših datotek" #: templates/settings.php:3 -msgid "Enable Files Versioning" -msgstr "Omogoči sledenje različicam datotek" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" +msgstr "" diff --git a/l10n/sl/settings.po b/l10n/sl/settings.po index b86f4d98f60..1f1dabc9e67 100644 --- a/l10n/sl/settings.po +++ b/l10n/sl/settings.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-15 02:03+0200\n" -"PO-Revision-Date: 2012-09-14 08:15+0000\n" -"Last-Translator: Peter Peroša \n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -116,67 +116,67 @@ msgstr "Vaša mapa data in vaše datoteke so verjetno vsem dostopne preko intern msgid "Cron" msgstr "Periodično opravilo" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" -msgstr "izvedi eno nalogo z vsako naloženo stranjo" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" +msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "Datoteka cron.php je prijavljena pri enem od spletnih servisov za periodična opravila. Preko protokola http pokličite datoteko cron.php, ki se nahaja v ownCloud korenski mapi, enkrat na minuto." -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." -msgstr "Uporabi sistemski servis za periodična opravila. Preko sistemskega servisa pokličite datoteko cron.php, ki se nahaja v ownCloud korenski mapi, enkrat na minuto." +msgstr "" -#: templates/admin.php:41 -msgid "Share API" -msgstr "API souporabe" +#: templates/admin.php:56 +msgid "Sharing" +msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "Omogoči API souporabe" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "Aplikacijam dovoli uporabo API-ja souporabe" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "Dovoli povezave" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "Uporabnikom dovoli souporabo z javnimi povezavami" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "Dovoli nadaljnjo souporabo" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "Uporabnikom dovoli nadaljnjo souporabo" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "Uporabnikom dovoli souporabo s komerkoli" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "Uporabnikom dovoli souporabo le znotraj njihove skupine" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Dnevnik" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Več" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Somali (http://www.transifex.com/projects/p/owncloud/language/so/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: so\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/so/settings.po b/l10n/so/settings.po index 102238c5e51..68d750e1565 100644 --- a/l10n/so/settings.po +++ b/l10n/so/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Somali (http://www.transifex.com/projects/p/owncloud/language/so/)\n" "MIME-Version: 1.0\n" @@ -113,67 +113,67 @@ msgstr "" msgid "Cron" msgstr "" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: sr\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/sr/settings.po b/l10n/sr/settings.po index fcbed1eb15d..da8a79a19ff 100644 --- a/l10n/sr/settings.po +++ b/l10n/sr/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" @@ -114,67 +114,67 @@ msgstr "" msgid "Cron" msgstr "" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: sr@latin\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/sr@latin/settings.po b/l10n/sr@latin/settings.po index 50fee67d497..eba1c39cf00 100644 --- a/l10n/sr@latin/settings.po +++ b/l10n/sr@latin/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" @@ -114,67 +114,67 @@ msgstr "" msgid "Cron" msgstr "" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" +"POT-Creation-Date: 2012-09-17 02:02+0200\n" +"PO-Revision-Date: 2012-09-17 00:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: sv\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -31,5 +31,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "Detta kommer att radera alla befintliga säkerhetskopior av dina filer" #: templates/settings.php:3 -msgid "Enable Files Versioning" -msgstr "Aktivera versionshantering" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" +msgstr "" diff --git a/l10n/sv/settings.po b/l10n/sv/settings.po index 8ba6e199271..b079b0d28f5 100644 --- a/l10n/sv/settings.po +++ b/l10n/sv/settings.po @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-14 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 06:17+0000\n" -"Last-Translator: Magnus Höglund \n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -120,67 +120,67 @@ msgstr "Din datamapp och dina filer kan möjligen vara nåbara från internet. F msgid "Cron" msgstr "Cron" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" -msgstr "utför en uppgift vid varje sidladdning" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" +msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "cron.php är registrerad som en webcron-tjänst. Anropa cron.php sidan i ownCloud en gång i minuten över HTTP." -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." -msgstr "använd systementjänsten cron. Anropa cron.php filen i ownCloud mappen via ett system cronjobb en gång i minuten." +msgstr "" -#: templates/admin.php:41 -msgid "Share API" -msgstr "Delat API" +#: templates/admin.php:56 +msgid "Sharing" +msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "Aktivera delat API" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "Tillåt applikationer att använda delat API" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "Tillåt länkar" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "Tillåt delning till allmänheten via publika länkar" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "Tillåt dela vidare" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "Tillåt användare att dela vidare filer som delats med dom" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "Tillåt delning med alla" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "Tillåt bara delning med användare i egna grupper" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Logg" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Mera" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot index 1b700800f0a..b1aa09a252c 100644 --- a/l10n/templates/files.pot +++ b/l10n/templates/files.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-16 02:01+0200\n" +"POT-Creation-Date: 2012-09-17 02:02+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -124,27 +124,27 @@ msgstr "" msgid "Invalid name, '/' is not allowed." msgstr "" -#: js/files.js:746 templates/index.php:56 +#: js/files.js:748 templates/index.php:56 msgid "Size" msgstr "" -#: js/files.js:747 templates/index.php:58 +#: js/files.js:749 templates/index.php:58 msgid "Modified" msgstr "" -#: js/files.js:774 +#: js/files.js:776 msgid "folder" msgstr "" -#: js/files.js:776 +#: js/files.js:778 msgid "folders" msgstr "" -#: js/files.js:784 +#: js/files.js:786 msgid "file" msgstr "" -#: js/files.js:786 +#: js/files.js:788 msgid "files" msgstr "" diff --git a/l10n/templates/files_encryption.pot b/l10n/templates/files_encryption.pot index cf7f4cdb782..0df69855222 100644 --- a/l10n/templates/files_encryption.pot +++ b/l10n/templates/files_encryption.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-16 02:01+0200\n" +"POT-Creation-Date: 2012-09-17 02:02+0200\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 89e309ece5f..8d42a6afa7f 100644 --- a/l10n/templates/files_external.pot +++ b/l10n/templates/files_external.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-16 02:01+0200\n" +"POT-Creation-Date: 2012-09-17 02:02+0200\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 3de2eee1c18..35dd588cbf5 100644 --- a/l10n/templates/files_sharing.pot +++ b/l10n/templates/files_sharing.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-16 02:01+0200\n" +"POT-Creation-Date: 2012-09-17 02:02+0200\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 b04ad64a39b..b1b3317462a 100644 --- a/l10n/templates/files_versions.pot +++ b/l10n/templates/files_versions.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-16 02:01+0200\n" +"POT-Creation-Date: 2012-09-17 02:02+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/templates/lib.pot b/l10n/templates/lib.pot index 577244a60e0..9ac5f5f69fd 100644 --- a/l10n/templates/lib.pot +++ b/l10n/templates/lib.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-16 02:01+0200\n" +"POT-Creation-Date: 2012-09-17 02:02+0200\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/settings.pot b/l10n/templates/settings.pot index 229c730bf81..98e8f618fd1 100644 --- a/l10n/templates/settings.pot +++ b/l10n/templates/settings.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-16 02:02+0200\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -113,67 +113,67 @@ msgstr "" msgid "Cron" msgstr "" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/th_TH/files_versions.po b/l10n/th_TH/files_versions.po index 28f3effc2a2..2c49fa9e76b 100644 --- a/l10n/th_TH/files_versions.po +++ b/l10n/th_TH/files_versions.po @@ -8,15 +8,15 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-03 02:04+0200\n" -"PO-Revision-Date: 2012-09-02 22:45+0000\n" -"Last-Translator: AriesAnywhere Anywhere \n" +"POT-Creation-Date: 2012-09-17 02:02+0200\n" +"PO-Revision-Date: 2012-09-17 00:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: th_TH\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -31,5 +31,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "นี่จะเป็นลบทิ้งไฟล์รุ่นที่ทำการสำรองข้อมูลทั้งหมดที่มีอยู่ของคุณทิ้งไป" #: templates/settings.php:3 -msgid "Enable Files Versioning" -msgstr "เปิดใช้งานคุณสมบัติการแยกสถานะรุ่นหรือเวอร์ชั่นของไฟล์" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" +msgstr "" diff --git a/l10n/th_TH/settings.po b/l10n/th_TH/settings.po index bf259cec401..1abfb4ff29f 100644 --- a/l10n/th_TH/settings.po +++ b/l10n/th_TH/settings.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-14 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 17:04+0000\n" -"Last-Translator: AriesAnywhere Anywhere \n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -116,67 +116,67 @@ msgstr "ไดเร็กทอรี่ข้อมูลและไฟล์ msgid "Cron" msgstr "Cron" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" -msgstr "ประมวลผลหนึ่งงานเมื่อโหลดหน้าเว็บแต่ละครั้ง" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" +msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "cron.php ได้รับการลงทะเบียนแล้วกับเว็บผู้ให้บริการ webcron เรียกหน้าเว็บ cron.php ที่ตำแหน่ง root ของ owncloud หลังจากนี้สักครู่ผ่านทาง http" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." -msgstr "ใช้บริการ cron จากระบบ เรียกไฟล์ cron.php ที่อยู่ในโฟลเดอร์ owncloud ผ่านทาง cronjob ของระบบหลังจากนี้สักครู่" +msgstr "" -#: templates/admin.php:41 -msgid "Share API" -msgstr "API สำหรับคุณสมบัติแชร์ข้อมูล" +#: templates/admin.php:56 +msgid "Sharing" +msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "เปิดใช้งาน API สำหรับคุณสมบัติแชร์ข้อมูล" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "อนุญาตให้แอปฯสามารถใช้ API สำหรับแชร์ข้อมูลได้" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "อนุญาตให้ใช้งานลิงก์ได้" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "อนุญาตให้ผู้ใช้งานสามารถแชร์ข้อมูลรายการต่างๆไปให้สาธารณะชนเป็นลิงก์ได้" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "อนุญาตให้แชร์ข้อมูลซ้ำใหม่ได้" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "อนุญาตให้ผู้ใช้งานแชร์ข้อมูลรายการต่างๆที่ถูกแชร์มาให้ตัวผู้ใช้งานได้เท่านั้น" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "อนุญาตให้ผู้ใช้งานแชร์ข้อมูลถึงใครก็ได้" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "อนุญาตให้ผู้ใช้งานแชร์ข้อมูลได้เฉพาะกับผู้ใช้งานที่อยู่ในกลุ่มเดียวกันเท่านั้น" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "บันทึกการเปลี่ยนแปลง" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "เพิ่มเติม" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: tr\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/tr/settings.po b/l10n/tr/settings.po index fc8d5aedde6..3cf53f10ff5 100644 --- a/l10n/tr/settings.po +++ b/l10n/tr/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" @@ -116,67 +116,67 @@ msgstr "" msgid "Cron" msgstr "" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Günlük" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "Devamı" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: uk\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/uk/settings.po b/l10n/uk/settings.po index d689c5e88f3..768ec5f798a 100644 --- a/l10n/uk/settings.po +++ b/l10n/uk/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" @@ -114,67 +114,67 @@ msgstr "" msgid "Cron" msgstr "" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" +"POT-Creation-Date: 2012-09-17 02:02+0200\n" +"PO-Revision-Date: 2012-09-17 00:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -31,5 +31,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "Điều này sẽ xóa tất cả các phiên bản sao lưu hiện có " #: templates/settings.php:3 -msgid "Enable Files Versioning" -msgstr "BẬT tập tin phiên bản" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" +msgstr "" diff --git a/l10n/vi/settings.po b/l10n/vi/settings.po index d9f7c13dab7..587aca88e43 100644 --- a/l10n/vi/settings.po +++ b/l10n/vi/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" @@ -117,67 +117,67 @@ msgstr "Thư mục dữ liệu và những tập tin của bạn có thể dễ msgid "Cron" msgstr "Cron" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" -msgstr "Thực thi một nhiệm vụ với mỗi trang được nạp" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" +msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" -msgstr "Chia sẻ API" +#: templates/admin.php:56 +msgid "Sharing" +msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "Bật chia sẻ API" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "Cho phép các ứng dụng sử dụng chia sẻ API" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "Cho phép liên kết" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "Cho phép người dùng chia sẻ công khai các mục bằng các liên kết" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "Cho phép chia sẻ lại" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "Cho phép người dùng chia sẻ lại những mục đã được chia sẻ" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "Cho phép người dùng chia sẻ với bất cứ ai" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "Chỉ cho phép người dùng chia sẻ với những người dùng trong nhóm của họ" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "Log" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "nhiều hơn" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/owncloud/language/zh_CN.GB2312/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_CN.GB2312\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/zh_CN.GB2312/settings.po b/l10n/zh_CN.GB2312/settings.po index 228e168b8a1..247d5f6e3f8 100644 --- a/l10n/zh_CN.GB2312/settings.po +++ b/l10n/zh_CN.GB2312/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/owncloud/language/zh_CN.GB2312/)\n" "MIME-Version: 1.0\n" @@ -114,67 +114,67 @@ msgstr "" msgid "Cron" msgstr "定时" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "日志" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "更多" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" +"POT-Creation-Date: 2012-09-17 02:02+0200\n" +"PO-Revision-Date: 2012-09-17 00:04+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -31,5 +31,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "将会删除您的文件的所有备份版本" #: templates/settings.php:3 -msgid "Enable Files Versioning" -msgstr "开启文件版本" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" +msgstr "" diff --git a/l10n/zh_CN/settings.po b/l10n/zh_CN/settings.po index 67d84e1d060..87198044279 100644 --- a/l10n/zh_CN/settings.po +++ b/l10n/zh_CN/settings.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-16 02:02+0200\n" -"PO-Revision-Date: 2012-09-15 15:20+0000\n" -"Last-Translator: hanfeng \n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -117,67 +117,67 @@ msgstr "您的数据文件夹和文件可由互联网访问。OwnCloud提供的. msgid "Cron" msgstr "计划任务" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" -msgstr "为每个装入的页面执行任务" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" +msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "cron.php已被注册到网络定时任务服务。通过http每分钟调用owncloud根目录的cron.php网页。" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." -msgstr "使用系统定时任务服务。通过系统定时任务每分钟调用owncloud文件夹中的cron.php文件" +msgstr "" -#: templates/admin.php:41 -msgid "Share API" -msgstr "共享API" +#: templates/admin.php:56 +msgid "Sharing" +msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "开启共享API" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "允许 应用 使用共享API" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "允许连接" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "允许用户使用连接向公众共享" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "允许再次共享" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "允许用户将共享给他们的项目再次共享" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "允许用户向任何人共享" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "允许用户只向同组用户共享" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "日志" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "更多" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_TW\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: js/settings-personal.js:31 templates/settings-personal.php:10 msgid "Expire all versions" @@ -30,5 +30,9 @@ msgid "This will delete all existing backup versions of your files" msgstr "" #: templates/settings.php:3 -msgid "Enable Files Versioning" +msgid "Files Versioning" +msgstr "" + +#: templates/settings.php:4 +msgid "Enable" msgstr "" diff --git a/l10n/zh_TW/settings.po b/l10n/zh_TW/settings.po index 1af98687912..15d4d535294 100644 --- a/l10n/zh_TW/settings.po +++ b/l10n/zh_TW/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-09-13 02:01+0200\n" -"PO-Revision-Date: 2012-09-13 00:01+0000\n" +"POT-Creation-Date: 2012-09-17 02:03+0200\n" +"PO-Revision-Date: 2012-09-17 00:03+0000\n" "Last-Translator: I Robot \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -117,67 +117,67 @@ msgstr "" msgid "Cron" msgstr "定期執行" -#: templates/admin.php:33 -msgid "execute one task with each page loaded" -msgstr "當頁面載入時,執行" +#: templates/admin.php:37 +msgid "Execute one task with each page loaded" +msgstr "" -#: templates/admin.php:35 +#: templates/admin.php:43 msgid "" "cron.php is registered at a webcron service. Call the cron.php page in the " "owncloud root once a minute over http." msgstr "" -#: templates/admin.php:37 +#: templates/admin.php:49 msgid "" -"use systems cron service. Call the cron.php file in the owncloud folder via " +"Use systems cron service. Call the cron.php file in the owncloud folder via " "a system cronjob once a minute." msgstr "" -#: templates/admin.php:41 -msgid "Share API" +#: templates/admin.php:56 +msgid "Sharing" msgstr "" -#: templates/admin.php:46 +#: templates/admin.php:61 msgid "Enable Share API" msgstr "" -#: templates/admin.php:47 +#: templates/admin.php:62 msgid "Allow apps to use the Share API" msgstr "" -#: templates/admin.php:51 +#: templates/admin.php:67 msgid "Allow links" msgstr "允許連結" -#: templates/admin.php:52 +#: templates/admin.php:68 msgid "Allow users to share items to the public with links" msgstr "允許使用者以結連公開分享檔案" -#: templates/admin.php:56 +#: templates/admin.php:73 msgid "Allow resharing" msgstr "允許轉貼分享" -#: templates/admin.php:57 +#: templates/admin.php:74 msgid "Allow users to share items shared with them again" msgstr "允許使用者轉貼共享檔案" -#: templates/admin.php:60 +#: templates/admin.php:79 msgid "Allow users to share with anyone" msgstr "允許使用者公開分享" -#: templates/admin.php:62 +#: templates/admin.php:81 msgid "Allow users to only share with users in their groups" msgstr "僅允許使用者在群組內分享" -#: templates/admin.php:69 +#: templates/admin.php:88 msgid "Log" msgstr "紀錄" -#: templates/admin.php:97 +#: templates/admin.php:116 msgid "More" msgstr "更多" -#: templates/admin.php:105 +#: templates/admin.php:124 msgid "" "Developed by the ownCloud community, the "Avís de seguretat", "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "La carpeta de dades i els vostres fitxersprobablement són accessibles des d'Internet. La fitxer .htaccess que ownCloud proporciona no funciona. Us recomanem que configureu el servidor web de tal manera que la carpeta de dades no sigui accessible o que moveu la carpeta de dades fora de l'arrel de documents del servidor web.", "Cron" => "Cron", -"execute one task with each page loaded" => "executa una tasca en carregar cada pàgina", "cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php està registrat en un servei webcron. Feu una crida a la pàgina cron.php a l'arrel de ownCloud cada minut a través de http.", -"use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "usa el servei cron del sistema. Feu una crida al fitxer cron.php a la carpeta ownCloud cada minut mitjançant el cronjob del sistema.", -"Share API" => "API de compartir", "Enable Share API" => "Activa l'API de compartir", "Allow apps to use the Share API" => "Permet que les aplicacions usin l'API de compartir", "Allow links" => "Permet enllaços", diff --git a/settings/l10n/cs_CZ.php b/settings/l10n/cs_CZ.php index eb7aac5224f..382c2e75b3c 100644 --- a/settings/l10n/cs_CZ.php +++ b/settings/l10n/cs_CZ.php @@ -21,10 +21,7 @@ "Security Warning" => "Bezpečnostní varování", "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Váš adresář dat a soubory jsou pravděpodobně přístupné z internetu. Soubor .htacces, který ownCloud poskytuje nefunguje. Doporučujeme Vám abyste nastavili Váš webový server tak, aby nebylo možno přistupovat do adresáře s daty, nebo přesunuli adresář dat mimo kořenovou složku dokumentů webového serveru.", "Cron" => "Cron", -"execute one task with each page loaded" => "spustit jednu úlohu s každou načtenou stránkou", "cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php je registrován u služby webcron. Zavolá stránku cron.php v kořenovém adresáři owncloud každou minutu skrze http.", -"use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "použít službu cron systému. Zavolá soubor cron.php v kořenovém adresáři owncloud každou minutu skrze systémový úkol cronu.", -"Share API" => "API sdílení", "Enable Share API" => "Povolit API sdílení", "Allow apps to use the Share API" => "Povolit aplikacím používat API sdílení", "Allow links" => "Povolit odkazy", diff --git a/settings/l10n/da.php b/settings/l10n/da.php index 16b4e11eb99..53e51111a21 100644 --- a/settings/l10n/da.php +++ b/settings/l10n/da.php @@ -13,8 +13,6 @@ "__language_name__" => "Dansk", "Security Warning" => "Sikkerhedsadvarsel", "Cron" => "Cron", -"execute one task with each page loaded" => "udfør en opgave for hver indlæst side", -"Share API" => "Del API", "Enable Share API" => "Aktiver dele API", "Allow apps to use the Share API" => "Tillad apps a bruge dele APIen", "Allow links" => "Tillad links", diff --git a/settings/l10n/de.php b/settings/l10n/de.php index ae11ec2bc1a..83a57cc196a 100644 --- a/settings/l10n/de.php +++ b/settings/l10n/de.php @@ -21,10 +21,7 @@ "Security Warning" => "Sicherheitshinweis", "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Ihr Datenverzeichnis ist möglicher Weise aus dem Internet erreichbar. Die .htaccess-Datei von OwnCloud funktioniert nicht. Wir raten Ihnen dringend, dass Sie Ihren Webserver dahingehend konfigurieren, dass Ihr Datenverzeichnis nicht länger aus dem Internet erreichbar ist, oder Sie verschieben das Datenverzeichnis außerhalb des Wurzelverzeichnisses des Webservers.", "Cron" => "Cron", -"execute one task with each page loaded" => "Führe eine Aufgabe pro geladener Seite aus.", -"cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php ist bei einem Webcron-Dienst registriert. Rufen Sie die Seite cron.php im owncloud Root eine Minute lang über http auf.", -"use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "Benutzen Sie den System-Crondienst. Rufen Sie die cron.php im owncloud-Ordner über einen System-Cronjob eine Minute lang auf.", -"Share API" => "Teilungs-API", +"cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php ist bei einem Webcron-Dienst registriert. Rufen Sie die Seite cron.php im owncloud Root minütlich per HTTP auf.", "Enable Share API" => "Teilungs-API aktivieren", "Allow apps to use the Share API" => "Erlaubt Nutzern, die Teilungs-API zu nutzen", "Allow links" => "Links erlauben", diff --git a/settings/l10n/el.php b/settings/l10n/el.php index 536e72bad69..075734fb5f9 100644 --- a/settings/l10n/el.php +++ b/settings/l10n/el.php @@ -13,7 +13,6 @@ "__language_name__" => "__όνομα_γλώσσας__", "Security Warning" => "Προειδοποίηση Ασφαλείας", "Cron" => "Cron", -"execute one task with each page loaded" => "Εκτέλεση μίας εργασίας με κάθε σελίδα που φορτώνεται", "Log" => "Αρχείο καταγραφής", "More" => "Περισσότερο", "Add your App" => "Πρόσθεσε τη δικιά σου εφαρμογή ", diff --git a/settings/l10n/eo.php b/settings/l10n/eo.php index 61ac0fac272..c3bfa63f154 100644 --- a/settings/l10n/eo.php +++ b/settings/l10n/eo.php @@ -13,7 +13,6 @@ "__language_name__" => "Esperanto", "Security Warning" => "Sekureca averto", "Cron" => "Cron", -"execute one task with each page loaded" => "lanĉi unu taskon po ĉiu paĝo ŝargita", "Log" => "Protokolo", "More" => "Pli", "Add your App" => "Aldonu vian aplikaĵon", diff --git a/settings/l10n/es.php b/settings/l10n/es.php index 36561d9aee5..c9393994940 100644 --- a/settings/l10n/es.php +++ b/settings/l10n/es.php @@ -3,6 +3,7 @@ "Authentication error" => "Error de autenticación", "Group already exists" => "El grupo ya existe", "Unable to add group" => "No se pudo añadir el grupo", +"Could not enable app. " => "No puedo habilitar la app.", "Email saved" => "Correo guardado", "Invalid email" => "Correo no válido", "OpenID Changed" => "OpenID cambiado", @@ -20,8 +21,7 @@ "Security Warning" => "Advertencia de seguridad", "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "El directorio de datos -data- y sus archivos probablemente son accesibles desde internet. El archivo .htaccess que provee ownCloud no está funcionando. Recomendamos fuertemente que configure su servidor web de forma que el directorio de datos ya no sea accesible o mueva el directorio de datos fuera de la raíz de documentos del servidor web.", "Cron" => "Cron", -"execute one task with each page loaded" => "ejecutar una tarea con cada página cargada", -"Share API" => "API de compartición", +"cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php está registrado como un servicio del webcron. Llama a la página de cron.php en la raíz de owncloud cada minuto sobre http.", "Enable Share API" => "Activar API de compartición", "Allow apps to use the Share API" => "Permitir a las aplicaciones usar la API de compartición", "Allow links" => "Permitir enlaces", diff --git a/settings/l10n/et_EE.php b/settings/l10n/et_EE.php index 13924f75484..9a8dd9fe134 100644 --- a/settings/l10n/et_EE.php +++ b/settings/l10n/et_EE.php @@ -19,8 +19,6 @@ "__language_name__" => "Eesti", "Security Warning" => "Turvahoiatus", "Cron" => "Ajastatud töö", -"execute one task with each page loaded" => "käivita iga laetud lehe juures üks ülesanne", -"Share API" => "Jagamise API", "Enable Share API" => "Luba jagamise API", "Allow apps to use the Share API" => "Luba rakendustel kasutada jagamise API-t", "Allow links" => "Luba linke", diff --git a/settings/l10n/eu.php b/settings/l10n/eu.php index 81d6494507a..529b13df39e 100644 --- a/settings/l10n/eu.php +++ b/settings/l10n/eu.php @@ -21,10 +21,7 @@ "Security Warning" => "Segurtasun abisua", "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Zure data karpeta eta zure fitxategiak internetetik zuzenean eskuragarri egon daitezke. ownCloudek emandako .htaccess fitxategia ez du bere lana egiten. Aholkatzen dizugu zure web zerbitzaria ongi konfiguratzea data karpeta eskuragarri ez izateko edo data karpeta web zerbitzariaren dokumentu errotik mugitzea.", "Cron" => "Cron", -"execute one task with each page loaded" => "exekutatu zeregina orri karga bakoitzean", "cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php webcron zerbitzu batean erregistratua dago. Deitu cron.php orria ownclouden erroan minuturo http bidez.", -"use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "Erabili sistemaren cron zerbitzua. Deitu cron.php fitxategia owncloud karpetan minuturo sistemaren cron lan baten bidez.", -"Share API" => "Partekatze APIa", "Enable Share API" => "Gaitu Partekatze APIa", "Allow apps to use the Share API" => "Baimendu aplikazioak Partekatze APIa erabiltzeko", "Allow links" => "Baimendu loturak", diff --git a/settings/l10n/fi_FI.php b/settings/l10n/fi_FI.php index bb3953794cd..b5571ac9a58 100644 --- a/settings/l10n/fi_FI.php +++ b/settings/l10n/fi_FI.php @@ -21,8 +21,6 @@ "Security Warning" => "Turvallisuusvaroitus", "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Data-kansio ja tiedostot ovat ehkä saavutettavissa Internetistä. .htaccess-tiedosto, jolla kontrolloidaan pääsyä, ei toimi. Suosittelemme, että muutat web-palvelimesi asetukset niin ettei data-kansio ole enää pääsyä tai siirrät data-kansion pois web-palvelimen tiedostojen juuresta.", "Cron" => "Cron", -"execute one task with each page loaded" => "suorita yksi tehtävä jokaisella ladatulla sivulla", -"Share API" => "Jaon ohelmointirajapinta (Share API)", "Enable Share API" => "Ota käyttöön jaon ohjelmoitirajapinta (Share API)", "Allow apps to use the Share API" => "Salli sovellusten käyttää jaon ohjelmointirajapintaa (Share API)", "Allow links" => "Salli linkit", diff --git a/settings/l10n/fr.php b/settings/l10n/fr.php index a1c38d1e79e..2ef64e25312 100644 --- a/settings/l10n/fr.php +++ b/settings/l10n/fr.php @@ -20,8 +20,6 @@ "Security Warning" => "Alertes de sécurité", "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Votre répertoire de données et vos fichiers sont probablement accessibles depuis internet. Le fichier .htaccess fourni avec ownCloud ne fonctionne pas. Nous vous recommandons vivement de configurer votre serveur web de façon à ce que ce répertoire ne soit plus accessible, ou bien de déplacer le répertoire de données à l'extérieur de la racine du serveur web.", "Cron" => "Cron", -"execute one task with each page loaded" => "exécuter une tâche pour chaque page chargée", -"Share API" => "API de partage", "Enable Share API" => "Activer l'API de partage", "Allow apps to use the Share API" => "Autoriser les applications à utiliser l'API de partage", "Allow links" => "Autoriser les liens", diff --git a/settings/l10n/gl.php b/settings/l10n/gl.php index 245ef329e8c..0cb1fbd6460 100644 --- a/settings/l10n/gl.php +++ b/settings/l10n/gl.php @@ -13,7 +13,6 @@ "__language_name__" => "Galego", "Security Warning" => "Aviso de seguridade", "Cron" => "Cron", -"execute one task with each page loaded" => "executar unha tarefa con cada páxina cargada", "Log" => "Conectar", "More" => "Máis", "Add your App" => "Engade o teu aplicativo", diff --git a/settings/l10n/it.php b/settings/l10n/it.php index 3728ea72da4..6359655b55e 100644 --- a/settings/l10n/it.php +++ b/settings/l10n/it.php @@ -21,10 +21,7 @@ "Security Warning" => "Avviso di sicurezza", "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "La cartella dei dati e i tuoi file sono probabilmente accessibili da Internet.\nIl file .htaccess fornito da ownCloud non funziona. Ti consigliamo vivamente di configurare il server web in modo che la cartella dei dati non sia più accessibile e spostare la cartella fuori dalla radice del server web.", "Cron" => "Cron", -"execute one task with each page loaded" => "esegui un'attività con ogni pagina caricata", "cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php è registrato su un servizio webcron. Chiama la pagina cron.php nella radice di owncloud ogni minuto su http.", -"use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "usa il servizio cron di sistema. Chiama il file cron.php nella cartella di owncloud ogni minuto.", -"Share API" => "API di condivisione", "Enable Share API" => "Abilita API di condivisione", "Allow apps to use the Share API" => "Consenti alle applicazioni di utilizzare le API di condivisione", "Allow links" => "Consenti collegamenti", diff --git a/settings/l10n/ja_JP.php b/settings/l10n/ja_JP.php index 9219e808092..d675cc6836c 100644 --- a/settings/l10n/ja_JP.php +++ b/settings/l10n/ja_JP.php @@ -21,10 +21,7 @@ "Security Warning" => "セキュリティ警告", "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "データディレクトリとファイルが恐らくインターネットからアクセスできるようになっています。ownCloudが提供する .htaccessファイルが機能していません。データディレクトリを全くアクセスできないようにするか、データディレクトリをウェブサーバのドキュメントルートの外に置くようにウェブサーバを設定することを強くお勧めします。", "Cron" => "cron(自動定期実行)", -"execute one task with each page loaded" => "ページを開く毎にタスクを1つ実行", "cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php は webcron サービスとして登録されています。HTTP経由で1分間に1回の頻度で owncloud のルートページ内の cron.php ページを呼び出します。", -"use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "システムの cron サービスを利用します。システムの cron ジョブを通して1分間に1回の頻度で owncloud 内の cron.php ファイルを呼び出します。", -"Share API" => "Share API", "Enable Share API" => "Share APIを有効", "Allow apps to use the Share API" => "Share APIの使用をアプリケーションに許可", "Allow links" => "リンクを許可", diff --git a/settings/l10n/ko.php b/settings/l10n/ko.php index 0ff261c9295..3ea2674a18c 100644 --- a/settings/l10n/ko.php +++ b/settings/l10n/ko.php @@ -13,7 +13,6 @@ "__language_name__" => "한국어", "Security Warning" => "보안 경고", "Cron" => "크론", -"execute one task with each page loaded" => "각 페이지가 로드 된 하나의 작업을 실행", "Log" => "로그", "More" => "더", "Add your App" => "앱 추가", diff --git a/settings/l10n/lb.php b/settings/l10n/lb.php index 5728299d0df..d840a1d710d 100644 --- a/settings/l10n/lb.php +++ b/settings/l10n/lb.php @@ -13,7 +13,6 @@ "__language_name__" => "__language_name__", "Security Warning" => "Sécherheets Warnung", "Cron" => "Cron", -"Share API" => "Share API", "Enable Share API" => "Share API aschalten", "Allow apps to use the Share API" => "Erlab Apps d'Share API ze benotzen", "Allow links" => "Links erlaben", diff --git a/settings/l10n/nb_NO.php b/settings/l10n/nb_NO.php index 183406d0b0a..8a1f42b7bfb 100644 --- a/settings/l10n/nb_NO.php +++ b/settings/l10n/nb_NO.php @@ -13,7 +13,6 @@ "__language_name__" => "__language_name__", "Security Warning" => "Sikkerhetsadvarsel", "Cron" => "Cron", -"execute one task with each page loaded" => "utfør en oppgave med hver side som blir lastet", "Log" => "Logg", "More" => "Mer", "Add your App" => "Legg til din App", diff --git a/settings/l10n/nl.php b/settings/l10n/nl.php index f350f8295e5..098f29a06e7 100644 --- a/settings/l10n/nl.php +++ b/settings/l10n/nl.php @@ -21,10 +21,7 @@ "Security Warning" => "Veiligheidswaarschuwing", "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Uw data folder en uw bestanden zijn hoogst waarschijnlijk vanaf het internet bereikbaar. Het .htaccess bestand dat ownCloud meelevert werkt niet. Het is ten zeerste aangeraden om uw webserver zodanig te configureren, dat de data folder niet bereikbaar is vanaf het internet of verplaatst uw data folder naar een locatie buiten de webserver document root.", "Cron" => "Cron", -"execute one task with each page loaded" => "Voer 1 taak uit bij elke geladen pagina", "cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php is bij een webcron dienst geregistreerd. Roep de cron.php pagina in de owncloud root via http één maal per minuut op.", -"use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "Gebruik de systeem cron functionaliteit. Roep het cron.php bestand via een systeem cronjob één maal per minuut op.", -"Share API" => "Deel API", "Enable Share API" => "Zet de Deel API aan", "Allow apps to use the Share API" => "Sta apps toe om de Deel API te gebruiken", "Allow links" => "Sta links toe", diff --git a/settings/l10n/pl.php b/settings/l10n/pl.php index ba6a36f28f4..7a3dfdfdde0 100644 --- a/settings/l10n/pl.php +++ b/settings/l10n/pl.php @@ -20,8 +20,6 @@ "Security Warning" => "Ostrzeżenia bezpieczeństwa", "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Twój katalog danych i pliki są prawdopodobnie dostępne z Internetu. Plik .htaccess, który dostarcza ownCloud nie działa. Sugerujemy, aby skonfigurować serwer WWW w taki sposób, aby katalog danych nie był dostępny lub przenieść katalog danych poza główny katalog serwera WWW.", "Cron" => "Cron", -"execute one task with each page loaded" => "wykonanie jednego zadania z każdej załadowanej strony", -"Share API" => "Udostępnij API", "Enable Share API" => "Włącz udostępniane API", "Allow apps to use the Share API" => "Zezwalaj aplikacjom na używanie API", "Allow links" => "Zezwalaj na łącza", diff --git a/settings/l10n/pt_BR.php b/settings/l10n/pt_BR.php index 9bd4923e3c0..b5579d4f9e8 100644 --- a/settings/l10n/pt_BR.php +++ b/settings/l10n/pt_BR.php @@ -11,7 +11,6 @@ "Saving..." => "Gravando...", "__language_name__" => "Português", "Security Warning" => "Aviso de Segurança", -"execute one task with each page loaded" => "executar uma tarefa com cada página em aberto", "Log" => "Log", "More" => "Mais", "Add your App" => "Adicione seu Aplicativo", diff --git a/settings/l10n/pt_PT.php b/settings/l10n/pt_PT.php index 98eb41b15e4..bf5a742e1b0 100644 --- a/settings/l10n/pt_PT.php +++ b/settings/l10n/pt_PT.php @@ -13,7 +13,6 @@ "__language_name__" => "__language_name__", "Security Warning" => "Aviso de Segurança", "Cron" => "Cron", -"execute one task with each page loaded" => "Executar uma tarefa com cada página carregada", "Log" => "Log", "More" => "Mais", "Add your App" => "Adicione a sua aplicação", diff --git a/settings/l10n/ro.php b/settings/l10n/ro.php index a41e7bc06c1..e072daa9913 100644 --- a/settings/l10n/ro.php +++ b/settings/l10n/ro.php @@ -13,7 +13,6 @@ "__language_name__" => "_language_name_", "Security Warning" => "Avertisment de securitate", "Cron" => "Cron", -"execute one task with each page loaded" => "executâ o sarcină cu fiecare pagină încărcată", "Log" => "Jurnal de activitate", "More" => "Mai mult", "Add your App" => "Adaugă aplicația ta", diff --git a/settings/l10n/ru.php b/settings/l10n/ru.php index f8e70b391cd..7ae8d53174a 100644 --- a/settings/l10n/ru.php +++ b/settings/l10n/ru.php @@ -20,8 +20,6 @@ "Security Warning" => "Предупреждение безопасности", "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Похоже, что каталог data и ваши файлы в нем доступны из интернета. Предоставляемый ownCloud файл htaccess не работает. Настоятельно рекомендуем настроить сервер таким образом, чтобы закрыть доступ к каталогу data или вынести каталог data за пределы корневого каталога веб-сервера.", "Cron" => "Задание", -"execute one task with each page loaded" => "Запускать задание при загрузке каждой страницы", -"Share API" => "API публикации", "Enable Share API" => "Включить API публикации", "Allow apps to use the Share API" => "Разрешить API публикации для приложений", "Allow links" => "Разрешить ссылки", diff --git a/settings/l10n/ru_RU.php b/settings/l10n/ru_RU.php index f7e007b732d..2b7400968a0 100644 --- a/settings/l10n/ru_RU.php +++ b/settings/l10n/ru_RU.php @@ -19,7 +19,6 @@ "__language_name__" => "__язык_имя__", "Security Warning" => "Предупреждение системы безопасности", "Cron" => "Cron", -"Share API" => "Сделать общим API", "Enable Share API" => "Включить разделяемые API", "Allow links" => "Предоставить ссылки", "Log" => "Вход", diff --git a/settings/l10n/sl.php b/settings/l10n/sl.php index b3d1ee00a67..b15a70aef1d 100644 --- a/settings/l10n/sl.php +++ b/settings/l10n/sl.php @@ -21,10 +21,7 @@ "Security Warning" => "Varnostno opozorilo", "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Vaša mapa data in vaše datoteke so verjetno vsem dostopne preko interneta. Datoteka .htaccess vključena v ownCloud ni omogočena. Močno vam priporočamo, da nastavite vaš spletni strežnik tako, da mapa data ne bo več na voljo vsem, ali pa jo preselite izven korenske mape spletnega strežnika.", "Cron" => "Periodično opravilo", -"execute one task with each page loaded" => "izvedi eno nalogo z vsako naloženo stranjo", "cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "Datoteka cron.php je prijavljena pri enem od spletnih servisov za periodična opravila. Preko protokola http pokličite datoteko cron.php, ki se nahaja v ownCloud korenski mapi, enkrat na minuto.", -"use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "Uporabi sistemski servis za periodična opravila. Preko sistemskega servisa pokličite datoteko cron.php, ki se nahaja v ownCloud korenski mapi, enkrat na minuto.", -"Share API" => "API souporabe", "Enable Share API" => "Omogoči API souporabe", "Allow apps to use the Share API" => "Aplikacijam dovoli uporabo API-ja souporabe", "Allow links" => "Dovoli povezave", diff --git a/settings/l10n/sv.php b/settings/l10n/sv.php index 542fcf69142..88865020444 100644 --- a/settings/l10n/sv.php +++ b/settings/l10n/sv.php @@ -21,10 +21,7 @@ "Security Warning" => "Säkerhetsvarning", "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Din datamapp och dina filer kan möjligen vara nåbara från internet. Filen .htaccess som ownCloud tillhandahåller fungerar inte. Vi rekommenderar starkt att du ställer in din webbserver på ett sätt så att datamappen inte är nåbar. Alternativt att ni flyttar datamappen utanför webbservern.", "Cron" => "Cron", -"execute one task with each page loaded" => "utför en uppgift vid varje sidladdning", "cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php är registrerad som en webcron-tjänst. Anropa cron.php sidan i ownCloud en gång i minuten över HTTP.", -"use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "använd systementjänsten cron. Anropa cron.php filen i ownCloud mappen via ett system cronjobb en gång i minuten.", -"Share API" => "Delat API", "Enable Share API" => "Aktivera delat API", "Allow apps to use the Share API" => "Tillåt applikationer att använda delat API", "Allow links" => "Tillåt länkar", diff --git a/settings/l10n/th_TH.php b/settings/l10n/th_TH.php index 02f9a284acc..074c8128b41 100644 --- a/settings/l10n/th_TH.php +++ b/settings/l10n/th_TH.php @@ -21,10 +21,7 @@ "Security Warning" => "คำเตือนเกี่ยวกับความปลอดภัย", "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "ไดเร็กทอรี่ข้อมูลและไฟล์ของคุณสามารถเข้าถึงได้จากอินเทอร์เน็ต ไฟล์ .htaccess ที่ ownCloud มีให้ไม่สามารถทำงานได้อย่างเหมาะสม เราขอแนะนำให้คุณกำหนดค่าเว็บเซิร์ฟเวอร์ใหม่ในรูปแบบที่ไดเร็กทอรี่เก็บข้อมูลไม่สามารถเข้าถึงได้อีกต่อไป หรือคุณได้ย้ายไดเร็กทอรี่ที่ใช้เก็บข้อมูลไปอยู่ภายนอกตำแหน่ง root ของเว็บเซิร์ฟเวอร์แล้ว", "Cron" => "Cron", -"execute one task with each page loaded" => "ประมวลผลหนึ่งงานเมื่อโหลดหน้าเว็บแต่ละครั้ง", "cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php ได้รับการลงทะเบียนแล้วกับเว็บผู้ให้บริการ webcron เรียกหน้าเว็บ cron.php ที่ตำแหน่ง root ของ owncloud หลังจากนี้สักครู่ผ่านทาง http", -"use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "ใช้บริการ cron จากระบบ เรียกไฟล์ cron.php ที่อยู่ในโฟลเดอร์ owncloud ผ่านทาง cronjob ของระบบหลังจากนี้สักครู่", -"Share API" => "API สำหรับคุณสมบัติแชร์ข้อมูล", "Enable Share API" => "เปิดใช้งาน API สำหรับคุณสมบัติแชร์ข้อมูล", "Allow apps to use the Share API" => "อนุญาตให้แอปฯสามารถใช้ API สำหรับแชร์ข้อมูลได้", "Allow links" => "อนุญาตให้ใช้งานลิงก์ได้", diff --git a/settings/l10n/vi.php b/settings/l10n/vi.php index d1d7e0c433f..ade8a02131e 100644 --- a/settings/l10n/vi.php +++ b/settings/l10n/vi.php @@ -20,8 +20,6 @@ "Security Warning" => "Cảnh bảo bảo mật", "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Thư mục dữ liệu và những tập tin của bạn có thể dễ dàng bị truy cập từ internet. Tập tin .htaccess của ownCloud cung cấp không hoạt động. Chúng tôi đề nghị bạn nên cấu hình lại máy chủ webserver của bạn để thư mục dữ liệu không còn bị truy cập hoặc bạn di chuyển thư mục dữ liệu ra bên ngoài thư mục gốc của máy chủ.", "Cron" => "Cron", -"execute one task with each page loaded" => "Thực thi một nhiệm vụ với mỗi trang được nạp", -"Share API" => "Chia sẻ API", "Enable Share API" => "Bật chia sẻ API", "Allow apps to use the Share API" => "Cho phép các ứng dụng sử dụng chia sẻ API", "Allow links" => "Cho phép liên kết", diff --git a/settings/l10n/zh_CN.php b/settings/l10n/zh_CN.php index cf5c71214b4..89115f6c7c1 100644 --- a/settings/l10n/zh_CN.php +++ b/settings/l10n/zh_CN.php @@ -21,10 +21,7 @@ "Security Warning" => "安全警告", "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "您的数据文件夹和文件可由互联网访问。OwnCloud提供的.htaccess文件未生效。我们强烈建议您配置服务器,以使数据文件夹不可被访问,或者将数据文件夹移到web服务器以外。", "Cron" => "计划任务", -"execute one task with each page loaded" => "为每个装入的页面执行任务", "cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php已被注册到网络定时任务服务。通过http每分钟调用owncloud根目录的cron.php网页。", -"use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "使用系统定时任务服务。通过系统定时任务每分钟调用owncloud文件夹中的cron.php文件", -"Share API" => "共享API", "Enable Share API" => "开启共享API", "Allow apps to use the Share API" => "允许 应用 使用共享API", "Allow links" => "允许连接", diff --git a/settings/l10n/zh_TW.php b/settings/l10n/zh_TW.php index 0abeb6e285c..1a162152302 100644 --- a/settings/l10n/zh_TW.php +++ b/settings/l10n/zh_TW.php @@ -19,7 +19,6 @@ "__language_name__" => "__語言_名稱__", "Security Warning" => "安全性警告", "Cron" => "定期執行", -"execute one task with each page loaded" => "當頁面載入時,執行", "Allow links" => "允許連結", "Allow users to share items to the public with links" => "允許使用者以結連公開分享檔案", "Allow resharing" => "允許轉貼分享", -- cgit v1.2.3 From 7a7d2a06b3884839d570cb426f91563edc5b8177 Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Mon, 17 Sep 2012 10:54:06 +0300 Subject: Adding a few more string to translation --- apps/files/js/files.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/files/js/files.js b/apps/files/js/files.js index 30c9b848434..55b48ff075b 100644 --- a/apps/files/js/files.js +++ b/apps/files/js/files.js @@ -253,10 +253,10 @@ $(document).ready(function() { var img = OC.imagePath('core', 'loading.gif'); var tr=$('tr').filterAttr('data-file',dirName); tr.find('td.filename').attr('style','background-image:url('+img+')'); - uploadtext.text('1 file uploading'); + uploadtext.text(t('files', '1 file uploading')); uploadtext.show(); } else { - uploadtext.text(currentUploads + ' files uploading') + uploadtext.text(currentUploads + t('files', ' files uploading')); } } } @@ -301,7 +301,7 @@ $(document).ready(function() { uploadtext.text(''); uploadtext.hide(); } else { - uploadtext.text(currentUploads + ' files uploading') + uploadtext.text(currentUploads + t('files', ' files uploading')); } }) .error(function(jqXHR, textStatus, errorThrown) { @@ -316,7 +316,7 @@ $(document).ready(function() { uploadtext.text(''); uploadtext.hide(); } else { - uploadtext.text(currentUploads + ' files uploading') + uploadtext.text(currentUploads + t('files', ' files uploading')); } $('#notification').hide(); $('#notification').text(t('files', 'Upload cancelled.')); @@ -663,7 +663,7 @@ function scanFiles(force,dir){ var scannerEventSource=new OC.EventSource(OC.filePath('files','ajax','scan.php'),{force:force,dir:dir}); scanFiles.cancel=scannerEventSource.close.bind(scannerEventSource); scannerEventSource.listen('scanning',function(data){ - $('#scan-count').text(data.count+' files scanned'); + $('#scan-count').text(data.count+t('files',' files scanned')); $('#scan-current').text(data.file+'/'); }); scannerEventSource.listen('success',function(success){ @@ -671,7 +671,7 @@ function scanFiles(force,dir){ if(success){ window.location.reload(); }else{ - alert('error while scanning'); + alert(t('files', 'error while scanning')); } }); } -- cgit v1.2.3 From 21bffbfb6964d46e36240d2001dd8bb4533b6d3d Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Mon, 17 Sep 2012 11:14:44 +0300 Subject: Enhanced space handling - thx fmms --- apps/files/js/files.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/files/js/files.js b/apps/files/js/files.js index 55b48ff075b..aefd6f20bec 100644 --- a/apps/files/js/files.js +++ b/apps/files/js/files.js @@ -256,7 +256,7 @@ $(document).ready(function() { uploadtext.text(t('files', '1 file uploading')); uploadtext.show(); } else { - uploadtext.text(currentUploads + t('files', ' files uploading')); + uploadtext.text(currentUploads + ' ' + t('files', 'files uploading')); } } } @@ -301,7 +301,7 @@ $(document).ready(function() { uploadtext.text(''); uploadtext.hide(); } else { - uploadtext.text(currentUploads + t('files', ' files uploading')); + uploadtext.text(currentUploads + ' ' + t('files', 'files uploading')); } }) .error(function(jqXHR, textStatus, errorThrown) { @@ -316,7 +316,7 @@ $(document).ready(function() { uploadtext.text(''); uploadtext.hide(); } else { - uploadtext.text(currentUploads + t('files', ' files uploading')); + uploadtext.text(currentUploads + ' ' + t('files', 'files uploading')); } $('#notification').hide(); $('#notification').text(t('files', 'Upload cancelled.')); @@ -663,7 +663,7 @@ function scanFiles(force,dir){ var scannerEventSource=new OC.EventSource(OC.filePath('files','ajax','scan.php'),{force:force,dir:dir}); scanFiles.cancel=scannerEventSource.close.bind(scannerEventSource); scannerEventSource.listen('scanning',function(data){ - $('#scan-count').text(data.count+t('files',' files scanned')); + $('#scan-count').text(data.count + ' ' + t('files', 'files scanned')); $('#scan-current').text(data.file+'/'); }); scannerEventSource.listen('success',function(success){ -- cgit v1.2.3 From 1fd3c5fbc0b76fd6513670445e3358b94231d41a Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Mon, 17 Sep 2012 14:50:17 +0300 Subject: $l was undefined --- settings/ajax/enableapp.php | 1 + 1 file changed, 1 insertion(+) diff --git a/settings/ajax/enableapp.php b/settings/ajax/enableapp.php index 1075a9a433c..c3b3491db93 100644 --- a/settings/ajax/enableapp.php +++ b/settings/ajax/enableapp.php @@ -10,5 +10,6 @@ $appid = OC_App::enable($_POST['appid']); if($appid !== false) { OC_JSON::success(array('data' => array('appid' => $appid))); } else { + $l = OC_L10N::get('settings'); OC_JSON::error(array("data" => array( "message" => $l->t("Could not enable app. ") ))); } -- cgit v1.2.3 From f85b709fae1869f684a4c91067b6a38b4e629163 Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Mon, 17 Sep 2012 15:00:22 +0300 Subject: Use correct translation file every translation within the sub folder 'settings' need to use 'settings' on OC_L10N::get --- settings/ajax/apps/ocs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/ajax/apps/ocs.php b/settings/ajax/apps/ocs.php index 71cb046fc8d..b47a67c13bb 100644 --- a/settings/ajax/apps/ocs.php +++ b/settings/ajax/apps/ocs.php @@ -11,7 +11,7 @@ require_once '../../../lib/base.php'; OC_JSON::checkAdminUser(); -$l = OC_L10N::get('core'); +$l = OC_L10N::get('settings'); if(OC_Config::getValue('appstoreenabled', true)==false) { OCP\JSON::success(array('type' => 'external', 'data' => array())); -- cgit v1.2.3