[tx-robot] updated from transifex
This commit is contained in:
parent
fdecee1bda
commit
e41ccd4344
45 changed files with 452 additions and 267 deletions
|
@ -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",
|
||||
|
|
|
@ -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" => "Текущее сканирование"
|
||||
);
|
||||
|
|
6
apps/files_encryption/l10n/da.php
Normal file
6
apps/files_encryption/l10n/da.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Encryption" => "Kryptering",
|
||||
"Exclude the following file types from encryption" => "Ekskluder følgende filtyper fra kryptering",
|
||||
"None" => "Ingen",
|
||||
"Enable Encryption" => "Aktivér kryptering"
|
||||
);
|
7
apps/files_sharing/l10n/da.php
Normal file
7
apps/files_sharing/l10n/da.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Password" => "Kodeord",
|
||||
"Submit" => "Send",
|
||||
"Download" => "Download",
|
||||
"No preview available for" => "Forhåndsvisning ikke tilgængelig for",
|
||||
"web services under your control" => "Webtjenester under din kontrol"
|
||||
);
|
6
apps/files_versions/l10n/da.php
Normal file
6
apps/files_versions/l10n/da.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Expire all versions" => "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"
|
||||
);
|
64
core/l10n/ru_RU.php
Normal file
64
core/l10n/ru_RU.php
Normal file
|
@ -0,0 +1,64 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Application name not provided." => "Имя приложения не предоставлено.",
|
||||
"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 <strong>admin account</strong>" => "Создать <strong>admin account</strong>",
|
||||
"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" => "следующий"
|
||||
);
|
|
@ -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 <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-09-14 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-09-13 07:48+0000\n"
|
||||
"Last-Translator: rogerc <rcalvoi@yahoo.com>\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"
|
||||
|
|
|
@ -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 <thomas.mueller@tmit.eu>\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 <tomas.chvatal@gmail.com>\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"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#
|
||||
# Translators:
|
||||
# Morten Juhl-Johansen Zölde-Fejér <morten@writtenandread.net>, 2011, 2012.
|
||||
# <osos@openeyes.dk>, 2012.
|
||||
# Pascal d'Hermilly <pascal@dhermilly.dk>, 2011.
|
||||
# <simon@rosmi.dk>, 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 <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-09-14 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-09-13 09:23+0000\n"
|
||||
"Last-Translator: osos <osos@openeyes.dk>\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"
|
||||
|
|
|
@ -3,32 +3,33 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <osos@openeyes.dk>, 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 <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2012-09-14 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-09-13 09:42+0000\n"
|
||||
"Last-Translator: osos <osos@openeyes.dk>\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"
|
||||
|
|
|
@ -3,36 +3,37 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <osos@openeyes.dk>, 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 <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-09-14 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-09-13 09:35+0000\n"
|
||||
"Last-Translator: osos <osos@openeyes.dk>\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"
|
||||
|
|
|
@ -3,32 +3,33 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <osos@openeyes.dk>, 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 <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-09-14 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-09-13 09:38+0000\n"
|
||||
"Last-Translator: osos <osos@openeyes.dk>\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"
|
||||
|
|
|
@ -4,41 +4,42 @@
|
|||
#
|
||||
# Translators:
|
||||
# Morten Juhl-Johansen Zölde-Fejér <morten@writtenandread.net>, 2012.
|
||||
# <osos@openeyes.dk>, 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 <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-09-14 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-09-13 09:43+0000\n"
|
||||
"Last-Translator: osos <osos@openeyes.dk>\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 <a href=\"%s\">more information</a>"
|
||||
msgstr ""
|
||||
msgstr "%s er tilgængelig. Få <a href=\"%s\">mere information</a>"
|
||||
|
||||
#: updater.php:68
|
||||
msgid "up to date"
|
||||
msgstr ""
|
||||
msgstr "opdateret"
|
||||
|
||||
#: updater.php:71
|
||||
msgid "updates check is disabled"
|
||||
|
|
|
@ -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 <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-09-14 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-09-13 15:27+0000\n"
|
||||
"Last-Translator: asieriko <asieriko@gmail.com>\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"
|
||||
|
|
|
@ -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 <thomas.mueller@tmit.eu>\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 <jiri.gronroos@iki.fi>\n"
|
||||
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"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"
|
||||
|
|
|
@ -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 <thomas.mueller@tmit.eu>\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 <vinx.reale@gmail.com>\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"
|
||||
|
|
|
@ -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 <thomas.mueller@tmit.eu>\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 <ddeguchi@is.nagoya-u.ac.jp>\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"
|
||||
|
|
|
@ -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 <thomas.mueller@tmit.eu>\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 <radoeka@gmail.com>\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"
|
||||
|
|
|
@ -3,13 +3,14 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <cdewqazxsqwe@gmail.com>, 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 <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-09-14 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-09-13 12:09+0000\n"
|
||||
"Last-Translator: AnnaSch <cdewqazxsqwe@gmail.com>\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 <strong>admin account</strong>"
|
||||
msgstr ""
|
||||
msgstr "Создать <strong>admin account</strong>"
|
||||
|
||||
#: 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 "следующий"
|
||||
|
|
|
@ -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 <cdewqazxsqwe@gmail.com>\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"
|
||||
|
|
|
@ -3,13 +3,14 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <cdewqazxsqwe@gmail.com>, 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 <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-09-14 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-09-13 13:05+0000\n"
|
||||
"Last-Translator: AnnaSch <cdewqazxsqwe@gmail.com>\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 "Удалить"
|
||||
|
|
|
@ -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 <thomas.mueller@tmit.eu>\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 <peter.perosa@gmail.com>\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"
|
||||
|
|
|
@ -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 <thomas.mueller@tmit.eu>\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 <magnus@linux.com>\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"
|
||||
|
|
|
@ -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 <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -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 <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -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 <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -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 <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -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 <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -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 <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -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 <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -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 <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -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 <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -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 <thomas.mueller@tmit.eu>\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 <ariesanywhere@gmail.com>\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"
|
||||
|
|
|
@ -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 <a href=\"%s\">more information</a>" => "%s er tilgængelig. Få <a href=\"%s\">mere information</a>",
|
||||
"up to date" => "opdateret"
|
||||
);
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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í",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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の使用をアプリケーションに許可",
|
||||
|
|
|
@ -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",
|
||||
|
|
43
settings/l10n/ru_RU.php
Normal file
43
settings/l10n/ru_RU.php
Normal file
|
@ -0,0 +1,43 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Authentication error" => "Ошибка авторизации",
|
||||
"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" => "Удалить"
|
||||
);
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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 สำหรับแชร์ข้อมูลได้",
|
||||
|
|
Loading…
Reference in a new issue