[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2013-07-09 02:12:22 +02:00
parent 244d376a16
commit 439cad07b5
604 changed files with 2886 additions and 2671 deletions

View File

@ -1,6 +1,8 @@
<?php $TRANSLATIONS = array(
"Could not move %s - File with this name already exists" => "Невозможно переместить %s - файл с таким именем уже существует",
"Could not move %s" => "Невозможно переместить %s",
"Unable to set upload directory." => "Не удалось установить каталог загрузки.",
"Invalid Token" => "Недопустимый маркер",
"No file was uploaded. Unknown error" => "Файл не был загружен. Неизвестная ошибка",
"There is no error, the file uploaded with success" => "Файл загружен успешно.",
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Файл превышает размер установленный upload_max_filesize в php.ini:",
@ -47,6 +49,7 @@
"{count} folders" => "{count} папок",
"1 file" => "1 файл",
"{count} files" => "{count} файлов",
"%s could not be renamed" => "%s не может быть переименован",
"Upload" => "Загрузка",
"File handling" => "Управление файлами",
"Maximum upload size" => "Максимальный размер загружаемого файла",
@ -70,6 +73,8 @@
"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" => "Текущее сканирование",
"directory" => "директория",
"directories" => "директории",
"file" => "файл",
"files" => "файлы",
"Upgrading filesystem cache..." => "Обновление кэша файловой системы..."

View File

@ -1,5 +1,5 @@
<?php $TRANSLATIONS = array(
"Could not move %s - File with this name already exists" => "Ni mogoče premakniti %s - datoteka s tem imenom že obstaja",
"Could not move %s - File with this name already exists" => "%s ni mogoče premakniti - datoteka s tem imenom že obstaja",
"Could not move %s" => "Ni mogoče premakniti %s",
"Unable to set upload directory." => "Mapo, v katero boste prenašali dokumente, ni mogoče določiti",
"Invalid Token" => "Neveljaven žeton",
@ -49,6 +49,7 @@
"{count} folders" => "{count} map",
"1 file" => "1 datoteka",
"{count} files" => "{count} datotek",
"%s could not be renamed" => "%s ni bilo mogoče preimenovati",
"Upload" => "Pošlji",
"File handling" => "Upravljanje z datotekami",
"Maximum upload size" => "Največja velikost za pošiljanja",
@ -72,6 +73,8 @@
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Datoteke, ki jih želite poslati, presegajo največjo dovoljeno velikost na strežniku.",
"Files are being scanned, please wait." => "Poteka preučevanje datotek, počakajte ...",
"Current scanning" => "Trenutno poteka preučevanje",
"directory" => "direktorij",
"directories" => "direktoriji",
"file" => "datoteka",
"files" => "datoteke",
"Upgrading filesystem cache..." => "Nadgrajevanje predpomnilnika datotečnega sistema ..."

View File

@ -8,6 +8,8 @@
"Private key password successfully updated." => "Password della chiave privata aggiornata correttamente.",
"Could not update the private key password. Maybe the old password was not correct." => "Impossibile aggiornare la password della chiave privata. Forse la vecchia password non era corretta.",
"Your private key is not valid! Likely your password was changed outside the ownCloud system (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "La chiave privata non è valida! Forse la password è stata cambiata esternamente al sistema di ownCloud (ad es. la directory aziendale). Puoi aggiornare la password della chiave privata nelle impostazioni personali per ottenere nuovamente l'accesso ai file.",
"Missing requirements." => "Requisiti mancanti.",
"Please make sure that PHP 5.3.3 or newer is installed and that the OpenSSL PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Assicurati che sia installato PHP 5.3.3 o versioni successive e che l'estensione OpenSSL di PHP sia abilitata e configurata correttamente. Per ora, l'applicazione di cifratura è disabilitata.",
"Saving..." => "Salvataggio in corso...",
"Your private key is not valid! Maybe the your password was changed from outside." => "La tua chiave privata non è valida! Forse è stata modifica dall'esterno.",
"You can unlock your private key in your " => "Puoi sbloccare la chiave privata nelle tue",

View File

@ -7,6 +7,9 @@
"Could not change the password. Maybe the old password was not correct." => "Невозможно изменить пароль. Возможно старый пароль не был верен.",
"Private key password successfully updated." => "Пароль секретного ключа успешно обновлён.",
"Could not update the private key password. Maybe the old password was not correct." => "Невозможно обновить пароль от секретного ключа. Возможно, старый пароль указан неверно.",
"Your private key is not valid! Likely your password was changed outside the ownCloud system (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "Ваш секретный ключ не действителен! Вероятно, ваш пароль был изменен вне системы OwnCloud (например, корпоративный каталог). Вы можете обновить секретный ключ в личных настройках на странице восстановления доступа к зашифрованным файлам. ",
"Missing requirements." => "Требования отсутствуют.",
"Please make sure that PHP 5.3.3 or newer is installed and that the OpenSSL PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Пожалуйста, убедитесь, что PHP 5.3.3 или новее установлен и что расширение OpenSSL PHP включен и настроен. В настоящее время, шифрование для приложения было отключено.",
"Saving..." => "Сохранение...",
"Your private key is not valid! Maybe the your password was changed from outside." => "Секретный ключ недействителен! Возможно, Ваш пароль был изменён в другой программе.",
"You can unlock your private key in your " => "Вы можете разблокировать закрытый ключ в своём ",

View File

@ -1,4 +1,5 @@
<?php $TRANSLATIONS = array(
"The password is wrong. Try again." => "la contrasenya és incorrecta. Intenteu-ho de nou.",
"Password" => "Contrasenya",
"Submit" => "Envia",
"%s shared the folder %s with you" => "%s ha compartit la carpeta %s amb vós",

View File

@ -1,4 +1,5 @@
<?php $TRANSLATIONS = array(
"The password is wrong. Try again." => "La password è errata. Prova ancora.",
"Password" => "Password",
"Submit" => "Invia",
"%s shared the folder %s with you" => "%s ha condiviso la cartella %s con te",

View File

@ -1,7 +1,11 @@
<?php $TRANSLATIONS = array(
"The password is wrong. Try again." => "Den Passwuert ass incorrect. Probeier ed nach eng keier.",
"Password" => "Passwuert",
"Submit" => "Fortschécken",
"%s shared the folder %s with you" => "%s huet den Dossier %s mad der gedeelt",
"%s shared the file %s with you" => "%s deelt den Fichier %s mad dir",
"Download" => "Download",
"Upload" => "Eroplueden",
"Cancel upload" => "Upload ofbriechen"
"Cancel upload" => "Upload ofbriechen",
"No preview available for" => "Keeng Preview do fir"
);

View File

@ -1,4 +1,5 @@
<?php $TRANSLATIONS = array(
"The password is wrong. Try again." => "Неверный пароль. Попробуйте еще раз.",
"Password" => "Пароль",
"Submit" => "Отправить",
"%s shared the folder %s with you" => "%s открыл доступ к папке %s для Вас",

View File

@ -1,4 +1,5 @@
<?php $TRANSLATIONS = array(
"WebDAV Authentication" => "Идентификация WebDAV",
"URL: " => "URL:",
"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloud отправит учётные данные пользователя на этот адрес. Затем плагин проверит ответ, в случае HTTP ответа 401 или 403 данные будут считаться неверными, при любых других ответах - верными."
);

View File

@ -62,6 +62,7 @@
"Share with link" => "Поделиться с ссылкой",
"Password protect" => "Защитить паролем",
"Password" => "Пароль",
"Allow Public Upload" => "Разрешить открытую загрузку",
"Email link to person" => "Почтовая ссылка на персону",
"Send" => "Отправить",
"Set expiration date" => "Установить срок доступа",

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-08 00:02+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-09 00:02+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 00:02+0000\n"
"POT-Creation-Date: 2013-07-09 02:04+0200\n"
"PO-Revision-Date: 2013-07-09 00:02+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-06-23 01:59+0200\n"
"PO-Revision-Date: 2013-06-22 10:24+0000\n"
"POT-Creation-Date: 2013-07-09 02:04+0200\n"
"PO-Revision-Date: 2013-07-09 00:04+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
"MIME-Version: 1.0\n"
@ -88,35 +88,35 @@ msgstr ""
msgid "Couldn't update app."
msgstr ""
#: js/apps.js:30
#: js/apps.js:35
msgid "Update to {appversion}"
msgstr ""
#: js/apps.js:36 js/apps.js:76
#: js/apps.js:41 js/apps.js:81
msgid "Disable"
msgstr ""
#: js/apps.js:36 js/apps.js:64 js/apps.js:83
#: js/apps.js:41 js/apps.js:69 js/apps.js:88
msgid "Enable"
msgstr ""
#: js/apps.js:55
#: js/apps.js:60
msgid "Please wait...."
msgstr ""
#: js/apps.js:59 js/apps.js:71 js/apps.js:80 js/apps.js:93
#: js/apps.js:64 js/apps.js:76 js/apps.js:85 js/apps.js:98
msgid "Error"
msgstr ""
#: js/apps.js:90
#: js/apps.js:95
msgid "Updating...."
msgstr ""
#: js/apps.js:93
#: js/apps.js:98
msgid "Error while updating app"
msgstr ""
#: js/apps.js:96
#: js/apps.js:101
msgid "Updated"
msgstr ""
@ -165,15 +165,15 @@ msgstr ""
msgid "A valid password must be provided"
msgstr ""
#: personal.php:35 personal.php:36
#: personal.php:37 personal.php:38
msgid "__language_name__"
msgstr ""
#: templates/admin.php:15
#: templates/admin.php:17
msgid "Security Warning"
msgstr ""
#: templates/admin.php:18
#: templates/admin.php:20
msgid ""
"Your data directory and your files are probably accessible from the "
"internet. The .htaccess file that ownCloud provides is not working. We "
@ -182,36 +182,36 @@ msgid ""
" webserver document root."
msgstr ""
#: templates/admin.php:29
#: templates/admin.php:31
msgid "Setup Warning"
msgstr ""
#: templates/admin.php:32
#: templates/admin.php:34
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr ""
#: templates/admin.php:33
#: templates/admin.php:35
#, php-format
msgid "Please double check the <a href='%s'>installation guides</a>."
msgstr ""
#: templates/admin.php:44
#: templates/admin.php:46
msgid "Module 'fileinfo' missing"
msgstr ""
#: templates/admin.php:47
#: templates/admin.php:49
msgid ""
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this "
"module to get best results with mime-type detection."
msgstr ""
#: templates/admin.php:58
#: templates/admin.php:60
msgid "Locale not working"
msgstr ""
#: templates/admin.php:63
#: templates/admin.php:65
#, php-format
msgid ""
"This ownCloud server can't set system locale to %s. This means that there "
@ -219,11 +219,11 @@ msgid ""
" to install the required packages on your system to support %s."
msgstr ""
#: templates/admin.php:75
#: templates/admin.php:77
msgid "Internet connection not working"
msgstr ""
#: templates/admin.php:78
#: templates/admin.php:80
msgid ""
"This ownCloud server has no working internet connection. This means that "
"some of the features like mounting of external storage, notifications about "
@ -233,102 +233,102 @@ msgid ""
" of ownCloud."
msgstr ""
#: templates/admin.php:92
#: templates/admin.php:94
msgid "Cron"
msgstr ""
#: templates/admin.php:101
#: templates/admin.php:103
msgid "Execute one task with each page loaded"
msgstr ""
#: templates/admin.php:111
#: templates/admin.php:113
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:121
#: templates/admin.php:123
msgid ""
"Use systems cron service. Call the cron.php file in the owncloud folder via "
"a system cronjob once a minute."
msgstr ""
#: templates/admin.php:128
#: templates/admin.php:130
msgid "Sharing"
msgstr ""
#: templates/admin.php:134
#: templates/admin.php:136
msgid "Enable Share API"
msgstr ""
#: templates/admin.php:135
#: templates/admin.php:137
msgid "Allow apps to use the Share API"
msgstr ""
#: templates/admin.php:142
#: templates/admin.php:144
msgid "Allow links"
msgstr ""
#: templates/admin.php:143
#: templates/admin.php:145
msgid "Allow users to share items to the public with links"
msgstr ""
#: templates/admin.php:150
#: templates/admin.php:152
msgid "Allow resharing"
msgstr ""
#: templates/admin.php:151
#: templates/admin.php:153
msgid "Allow users to share items shared with them again"
msgstr ""
#: templates/admin.php:158
#: templates/admin.php:160
msgid "Allow users to share with anyone"
msgstr ""
#: templates/admin.php:161
#: templates/admin.php:163
msgid "Allow users to only share with users in their groups"
msgstr ""
#: templates/admin.php:168
#: templates/admin.php:170
msgid "Security"
msgstr ""
#: templates/admin.php:181
#: templates/admin.php:183
msgid "Enforce HTTPS"
msgstr ""
#: templates/admin.php:182
#: templates/admin.php:184
msgid ""
"Enforces the clients to connect to ownCloud via an encrypted connection."
msgstr ""
#: templates/admin.php:185
#: templates/admin.php:187
msgid ""
"Please connect to this ownCloud instance via HTTPS to enable or disable the "
"SSL enforcement."
msgstr ""
#: templates/admin.php:195
#: templates/admin.php:197
msgid "Log"
msgstr ""
#: templates/admin.php:196
#: templates/admin.php:198
msgid "Log level"
msgstr ""
#: templates/admin.php:227
#: templates/admin.php:229
msgid "More"
msgstr ""
#: templates/admin.php:228
#: templates/admin.php:230
msgid "Less"
msgstr ""
#: templates/admin.php:235 templates/personal.php:116
#: templates/admin.php:236 templates/personal.php:116
msgid "Version"
msgstr ""
#: templates/admin.php:237 templates/personal.php:119
#: templates/admin.php:240 templates/personal.php:119
msgid ""
"Developed by the <a href=\"http://ownCloud.org/contact\" "
"target=\"_blank\">ownCloud community</a>, the <a "
@ -386,73 +386,76 @@ msgstr ""
msgid "Commercial Support"
msgstr ""
#: templates/personal.php:9
#: templates/personal.php:10
msgid "Get the apps to sync your files"
msgstr ""
#: templates/personal.php:20
#: templates/personal.php:21
msgid "Show First Run Wizard again"
msgstr ""
#: templates/personal.php:28
#: templates/personal.php:29
#, php-format
msgid "You have used <strong>%s</strong> of the available <strong>%s</strong>"
msgstr ""
#: templates/personal.php:40 templates/users.php:23 templates/users.php:86
#: templates/personal.php:41 templates/users.php:23 templates/users.php:86
msgid "Password"
msgstr "Wagwoord"
#: templates/personal.php:41
#: templates/personal.php:42
msgid "Your password was changed"
msgstr ""
#: templates/personal.php:42
#: templates/personal.php:43
msgid "Unable to change your password"
msgstr ""
#: templates/personal.php:43
#: templates/personal.php:44
msgid "Current password"
msgstr ""
#: templates/personal.php:45
#: templates/personal.php:46
msgid "New password"
msgstr "Nuwe wagwoord"
#: templates/personal.php:47
#: templates/personal.php:48
msgid "Change password"
msgstr ""
#: templates/personal.php:59 templates/users.php:85
#: templates/personal.php:60 templates/users.php:85
msgid "Display Name"
msgstr ""
#: templates/personal.php:74
#: templates/personal.php:75
msgid "Email"
msgstr ""
#: templates/personal.php:76
#: templates/personal.php:77
msgid "Your email address"
msgstr ""
#: templates/personal.php:77
#: templates/personal.php:78
msgid "Fill in an email address to enable password recovery"
msgstr ""
#: templates/personal.php:86 templates/personal.php:87
#: templates/personal.php:87 templates/personal.php:88
msgid "Language"
msgstr ""
#: templates/personal.php:99
#: templates/personal.php:100
msgid "Help translate"
msgstr ""
#: templates/personal.php:105
#: templates/personal.php:106
msgid "WebDAV"
msgstr ""
#: templates/personal.php:107
msgid "Use this address to connect to your ownCloud in your file manager"
#: templates/personal.php:108
#, php-format
msgid ""
"Use this address to <a href=\"%s/server/5.0/user_manual/files/files.html\" "
"target=\"_blank\">access your Files via WebDAV</a>"
msgstr ""
#: templates/users.php:21

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-08 00:02+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-09 00:02+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:14+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"
@ -27,7 +27,7 @@ msgstr "فشل في نقل الملف %s - يوجد ملف بنفس هذا ال
msgid "Could not move %s"
msgstr "فشل في نقل %s"
#: ajax/upload.php:16 ajax/upload.php:36 ajax/upload.php:48
#: ajax/upload.php:16 ajax/upload.php:45
msgid "Unable to set upload directory."
msgstr ""
@ -35,46 +35,46 @@ msgstr ""
msgid "Invalid Token"
msgstr ""
#: ajax/upload.php:62
#: ajax/upload.php:59
msgid "No file was uploaded. Unknown error"
msgstr "لم يتم رفع أي ملف , خطأ غير معروف"
#: ajax/upload.php:69
#: ajax/upload.php:66
msgid "There is no error, the file uploaded with success"
msgstr "تم ترفيع الملفات بنجاح."
#: ajax/upload.php:70
#: ajax/upload.php:67
msgid ""
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
msgstr "حجم الملف المرفوع تجاوز قيمة upload_max_filesize الموجودة في ملف php.ini "
#: ajax/upload.php:72
#: ajax/upload.php:69
msgid ""
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
"the HTML form"
msgstr "حجم الملف الذي تريد ترفيعه أعلى مما MAX_FILE_SIZE يسمح به في واجهة ال HTML."
#: ajax/upload.php:73
#: ajax/upload.php:70
msgid "The uploaded file was only partially uploaded"
msgstr "تم ترفيع جزء من الملفات الذي تريد ترفيعها فقط"
#: ajax/upload.php:74
#: ajax/upload.php:71
msgid "No file was uploaded"
msgstr "لم يتم ترفيع أي من الملفات"
#: ajax/upload.php:75
#: ajax/upload.php:72
msgid "Missing a temporary folder"
msgstr "المجلد المؤقت غير موجود"
#: ajax/upload.php:76
#: ajax/upload.php:73
msgid "Failed to write to disk"
msgstr "خطأ في الكتابة على القرص الصلب"
#: ajax/upload.php:94
#: ajax/upload.php:91
msgid "Not enough storage available"
msgstr "لا يوجد مساحة تخزينية كافية"
#: ajax/upload.php:126
#: ajax/upload.php:123
msgid "Invalid directory."
msgstr "مسار غير صحيح."

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 00:02+0000\n"
"POT-Creation-Date: 2013-07-09 02:04+0200\n"
"PO-Revision-Date: 2013-07-09 00:02+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:03+0200\n"
"PO-Revision-Date: 2013-07-07 23:14+0000\n"
"POT-Creation-Date: 2013-07-09 02:04+0200\n"
"PO-Revision-Date: 2013-07-09 00:04+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"
@ -452,8 +452,11 @@ msgid "WebDAV"
msgstr "WebDAV"
#: templates/personal.php:108
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr "إستخدم هذا العنوان للإتصال بـ ownCloud في مدير الملفات"
#, php-format
msgid ""
"Use this address to <a href=\"%s/server/5.0/user_manual/files/files.html\" "
"target=\"_blank\">access your Files via WebDAV</a>"
msgstr ""
#: templates/users.php:21
msgid "Login Name"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-06-20 02:37+0200\n"
"PO-Revision-Date: 2013-06-20 00:37+0000\n"
"POT-Creation-Date: 2013-07-09 02:04+0200\n"
"PO-Revision-Date: 2013-07-09 00:04+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
"MIME-Version: 1.0\n"
@ -88,35 +88,35 @@ msgstr ""
msgid "Couldn't update app."
msgstr ""
#: js/apps.js:30
#: js/apps.js:35
msgid "Update to {appversion}"
msgstr ""
#: js/apps.js:36 js/apps.js:76
#: js/apps.js:41 js/apps.js:81
msgid "Disable"
msgstr ""
#: js/apps.js:36 js/apps.js:64 js/apps.js:83
#: js/apps.js:41 js/apps.js:69 js/apps.js:88
msgid "Enable"
msgstr ""
#: js/apps.js:55
#: js/apps.js:60
msgid "Please wait...."
msgstr ""
#: js/apps.js:59 js/apps.js:71 js/apps.js:80 js/apps.js:93
#: js/apps.js:64 js/apps.js:76 js/apps.js:85 js/apps.js:98
msgid "Error"
msgstr ""
#: js/apps.js:90
#: js/apps.js:95
msgid "Updating...."
msgstr ""
#: js/apps.js:93
#: js/apps.js:98
msgid "Error while updating app"
msgstr ""
#: js/apps.js:96
#: js/apps.js:101
msgid "Updated"
msgstr ""
@ -165,15 +165,15 @@ msgstr ""
msgid "A valid password must be provided"
msgstr ""
#: personal.php:35 personal.php:36
#: personal.php:37 personal.php:38
msgid "__language_name__"
msgstr ""
#: templates/admin.php:15
#: templates/admin.php:17
msgid "Security Warning"
msgstr ""
#: templates/admin.php:18
#: templates/admin.php:20
msgid ""
"Your data directory and your files are probably accessible from the "
"internet. The .htaccess file that ownCloud provides is not working. We "
@ -182,36 +182,36 @@ msgid ""
" webserver document root."
msgstr ""
#: templates/admin.php:29
#: templates/admin.php:31
msgid "Setup Warning"
msgstr ""
#: templates/admin.php:32
#: templates/admin.php:34
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr ""
#: templates/admin.php:33
#: templates/admin.php:35
#, php-format
msgid "Please double check the <a href='%s'>installation guides</a>."
msgstr ""
#: templates/admin.php:44
#: templates/admin.php:46
msgid "Module 'fileinfo' missing"
msgstr ""
#: templates/admin.php:47
#: templates/admin.php:49
msgid ""
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this "
"module to get best results with mime-type detection."
msgstr ""
#: templates/admin.php:58
#: templates/admin.php:60
msgid "Locale not working"
msgstr ""
#: templates/admin.php:63
#: templates/admin.php:65
#, php-format
msgid ""
"This ownCloud server can't set system locale to %s. This means that there "
@ -219,11 +219,11 @@ msgid ""
" to install the required packages on your system to support %s."
msgstr ""
#: templates/admin.php:75
#: templates/admin.php:77
msgid "Internet connection not working"
msgstr ""
#: templates/admin.php:78
#: templates/admin.php:80
msgid ""
"This ownCloud server has no working internet connection. This means that "
"some of the features like mounting of external storage, notifications about "
@ -233,102 +233,102 @@ msgid ""
" of ownCloud."
msgstr ""
#: templates/admin.php:92
#: templates/admin.php:94
msgid "Cron"
msgstr ""
#: templates/admin.php:101
#: templates/admin.php:103
msgid "Execute one task with each page loaded"
msgstr ""
#: templates/admin.php:111
#: templates/admin.php:113
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:121
#: templates/admin.php:123
msgid ""
"Use systems cron service. Call the cron.php file in the owncloud folder via "
"a system cronjob once a minute."
msgstr ""
#: templates/admin.php:128
#: templates/admin.php:130
msgid "Sharing"
msgstr ""
#: templates/admin.php:134
#: templates/admin.php:136
msgid "Enable Share API"
msgstr ""
#: templates/admin.php:135
#: templates/admin.php:137
msgid "Allow apps to use the Share API"
msgstr ""
#: templates/admin.php:142
#: templates/admin.php:144
msgid "Allow links"
msgstr ""
#: templates/admin.php:143
#: templates/admin.php:145
msgid "Allow users to share items to the public with links"
msgstr ""
#: templates/admin.php:150
#: templates/admin.php:152
msgid "Allow resharing"
msgstr ""
#: templates/admin.php:151
#: templates/admin.php:153
msgid "Allow users to share items shared with them again"
msgstr ""
#: templates/admin.php:158
#: templates/admin.php:160
msgid "Allow users to share with anyone"
msgstr ""
#: templates/admin.php:161
#: templates/admin.php:163
msgid "Allow users to only share with users in their groups"
msgstr ""
#: templates/admin.php:168
#: templates/admin.php:170
msgid "Security"
msgstr ""
#: templates/admin.php:181
#: templates/admin.php:183
msgid "Enforce HTTPS"
msgstr ""
#: templates/admin.php:182
#: templates/admin.php:184
msgid ""
"Enforces the clients to connect to ownCloud via an encrypted connection."
msgstr ""
#: templates/admin.php:185
#: templates/admin.php:187
msgid ""
"Please connect to this ownCloud instance via HTTPS to enable or disable the "
"SSL enforcement."
msgstr ""
#: templates/admin.php:195
#: templates/admin.php:197
msgid "Log"
msgstr ""
#: templates/admin.php:196
#: templates/admin.php:198
msgid "Log level"
msgstr ""
#: templates/admin.php:227
#: templates/admin.php:229
msgid "More"
msgstr ""
#: templates/admin.php:228
#: templates/admin.php:230
msgid "Less"
msgstr ""
#: templates/admin.php:235 templates/personal.php:116
#: templates/admin.php:236 templates/personal.php:116
msgid "Version"
msgstr ""
#: templates/admin.php:237 templates/personal.php:119
#: templates/admin.php:240 templates/personal.php:119
msgid ""
"Developed by the <a href=\"http://ownCloud.org/contact\" "
"target=\"_blank\">ownCloud community</a>, the <a "
@ -386,73 +386,76 @@ msgstr ""
msgid "Commercial Support"
msgstr ""
#: templates/personal.php:9
#: templates/personal.php:10
msgid "Get the apps to sync your files"
msgstr ""
#: templates/personal.php:20
#: templates/personal.php:21
msgid "Show First Run Wizard again"
msgstr ""
#: templates/personal.php:28
#: templates/personal.php:29
#, php-format
msgid "You have used <strong>%s</strong> of the available <strong>%s</strong>"
msgstr ""
#: templates/personal.php:40 templates/users.php:23 templates/users.php:86
#: templates/personal.php:41 templates/users.php:23 templates/users.php:86
msgid "Password"
msgstr ""
#: templates/personal.php:41
#: templates/personal.php:42
msgid "Your password was changed"
msgstr ""
#: templates/personal.php:42
#: templates/personal.php:43
msgid "Unable to change your password"
msgstr ""
#: templates/personal.php:43
#: templates/personal.php:44
msgid "Current password"
msgstr ""
#: templates/personal.php:45
#: templates/personal.php:46
msgid "New password"
msgstr ""
#: templates/personal.php:47
#: templates/personal.php:48
msgid "Change password"
msgstr ""
#: templates/personal.php:59 templates/users.php:85
#: templates/personal.php:60 templates/users.php:85
msgid "Display Name"
msgstr ""
#: templates/personal.php:74
#: templates/personal.php:75
msgid "Email"
msgstr ""
#: templates/personal.php:76
#: templates/personal.php:77
msgid "Your email address"
msgstr ""
#: templates/personal.php:77
#: templates/personal.php:78
msgid "Fill in an email address to enable password recovery"
msgstr ""
#: templates/personal.php:86 templates/personal.php:87
#: templates/personal.php:87 templates/personal.php:88
msgid "Language"
msgstr ""
#: templates/personal.php:99
#: templates/personal.php:100
msgid "Help translate"
msgstr ""
#: templates/personal.php:105
#: templates/personal.php:106
msgid "WebDAV"
msgstr ""
#: templates/personal.php:107
msgid "Use this address to connect to your ownCloud in your file manager"
#: templates/personal.php:108
#, php-format
msgid ""
"Use this address to <a href=\"%s/server/5.0/user_manual/files/files.html\" "
"target=\"_blank\">access your Files via WebDAV</a>"
msgstr ""
#: templates/users.php:21

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-08 00:02+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-09 00:02+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:14+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"
@ -27,7 +27,7 @@ msgstr ""
msgid "Could not move %s"
msgstr ""
#: ajax/upload.php:16 ajax/upload.php:36 ajax/upload.php:48
#: ajax/upload.php:16 ajax/upload.php:45
msgid "Unable to set upload directory."
msgstr ""
@ -35,46 +35,46 @@ msgstr ""
msgid "Invalid Token"
msgstr ""
#: ajax/upload.php:62
#: ajax/upload.php:59
msgid "No file was uploaded. Unknown error"
msgstr ""
#: ajax/upload.php:69
#: ajax/upload.php:66
msgid "There is no error, the file uploaded with success"
msgstr "Файлът е качен успешно"
#: ajax/upload.php:70
#: ajax/upload.php:67
msgid ""
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
msgstr ""
#: ajax/upload.php:72
#: ajax/upload.php:69
msgid ""
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
"the HTML form"
msgstr "Файлът който се опитвате да качите надвишава стойностите в MAX_FILE_SIZE в HTML формата."
#: ajax/upload.php:73
#: ajax/upload.php:70
msgid "The uploaded file was only partially uploaded"
msgstr "Файлът е качен частично"
#: ajax/upload.php:74
#: ajax/upload.php:71
msgid "No file was uploaded"
msgstr "Фахлът не бе качен"
#: ajax/upload.php:75
#: ajax/upload.php:72
msgid "Missing a temporary folder"
msgstr "Липсва временна папка"
#: ajax/upload.php:76
#: ajax/upload.php:73
msgid "Failed to write to disk"
msgstr "Възникна проблем при запис в диска"
#: ajax/upload.php:94
#: ajax/upload.php:91
msgid "Not enough storage available"
msgstr ""
#: ajax/upload.php:126
#: ajax/upload.php:123
msgid "Invalid directory."
msgstr "Невалидна директория."

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: Димитър Кръстев <dimitar.t.krastev@gmail.com>\n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 00:02+0000\n"
"POT-Creation-Date: 2013-07-09 02:04+0200\n"
"PO-Revision-Date: 2013-07-09 00:02+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:03+0200\n"
"PO-Revision-Date: 2013-07-07 23:14+0000\n"
"POT-Creation-Date: 2013-07-09 02:04+0200\n"
"PO-Revision-Date: 2013-07-09 00:04+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"
@ -452,7 +452,10 @@ msgid "WebDAV"
msgstr "WebDAV"
#: templates/personal.php:108
msgid "Use this address to connect to your ownCloud in your file manager"
#, php-format
msgid ""
"Use this address to <a href=\"%s/server/5.0/user_manual/files/files.html\" "
"target=\"_blank\">access your Files via WebDAV</a>"
msgstr ""
#: templates/users.php:21

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-08 00:02+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-09 00:02+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:14+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
"MIME-Version: 1.0\n"
@ -27,7 +27,7 @@ msgstr "%s কে স্থানান্তর করা সম্ভব হ
msgid "Could not move %s"
msgstr "%s কে স্থানান্তর করা সম্ভব হলো না"
#: ajax/upload.php:16 ajax/upload.php:36 ajax/upload.php:48
#: ajax/upload.php:16 ajax/upload.php:45
msgid "Unable to set upload directory."
msgstr ""
@ -35,46 +35,46 @@ msgstr ""
msgid "Invalid Token"
msgstr ""
#: ajax/upload.php:62
#: ajax/upload.php:59
msgid "No file was uploaded. Unknown error"
msgstr "কোন ফাইল আপলোড করা হয় নি। সমস্যার কারণটি অজ্ঞাত।"
#: ajax/upload.php:69
#: ajax/upload.php:66
msgid "There is no error, the file uploaded with success"
msgstr "কোন সমস্যা হয় নি, ফাইল আপলোড সুসম্পন্ন হয়েছে।"
#: ajax/upload.php:70
#: ajax/upload.php:67
msgid ""
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
msgstr "আপলোড করা ফাইলটি php.ini তে বর্ণিত upload_max_filesize নির্দেশিত আয়তন অতিক্রম করছেঃ"
#: ajax/upload.php:72
#: ajax/upload.php:69
msgid ""
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
"the HTML form"
msgstr "আপলোড করা ফাইলটি HTML ফর্মে উল্লিখিত MAX_FILE_SIZE নির্ধারিত ফাইলের সর্বোচ্চ আকার অতিক্রম করতে চলেছে "
#: ajax/upload.php:73
#: ajax/upload.php:70
msgid "The uploaded file was only partially uploaded"
msgstr "আপলোড করা ফাইলটি আংশিক আপলোড করা হয়েছে"
#: ajax/upload.php:74
#: ajax/upload.php:71
msgid "No file was uploaded"
msgstr "কোন ফাইল আপলোড করা হয় নি"
#: ajax/upload.php:75
#: ajax/upload.php:72
msgid "Missing a temporary folder"
msgstr "অস্থায়ী ফোল্ডারটি হারানো গিয়েছে"
#: ajax/upload.php:76
#: ajax/upload.php:73
msgid "Failed to write to disk"
msgstr "ডিস্কে লিখতে ব্যর্থ"
#: ajax/upload.php:94
#: ajax/upload.php:91
msgid "Not enough storage available"
msgstr ""
#: ajax/upload.php:126
#: ajax/upload.php:123
msgid "Invalid directory."
msgstr "ভুল ডিরেক্টরি"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 00:02+0000\n"
"POT-Creation-Date: 2013-07-09 02:04+0200\n"
"PO-Revision-Date: 2013-07-09 00:02+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:03+0200\n"
"PO-Revision-Date: 2013-07-07 23:14+0000\n"
"POT-Creation-Date: 2013-07-09 02:04+0200\n"
"PO-Revision-Date: 2013-07-09 00:04+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
"MIME-Version: 1.0\n"
@ -452,8 +452,11 @@ msgid "WebDAV"
msgstr "WebDAV"
#: templates/personal.php:108
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr "আপনার ownCloud এ সংযুক্ত হতে এই ঠিকানাটি আপনার ফাইল ব্যবস্থাপকে ব্যবহার করুন"
#, php-format
msgid ""
"Use this address to <a href=\"%s/server/5.0/user_manual/files/files.html\" "
"target=\"_blank\">access your Files via WebDAV</a>"
msgstr ""
#: templates/users.php:21
msgid "Login Name"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:14+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:14+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n"
"MIME-Version: 1.0\n"
@ -27,7 +27,7 @@ msgstr ""
msgid "Could not move %s"
msgstr ""
#: ajax/upload.php:16 ajax/upload.php:36 ajax/upload.php:48
#: ajax/upload.php:16 ajax/upload.php:45
msgid "Unable to set upload directory."
msgstr ""
@ -35,46 +35,46 @@ msgstr ""
msgid "Invalid Token"
msgstr ""
#: ajax/upload.php:62
#: ajax/upload.php:59
msgid "No file was uploaded. Unknown error"
msgstr ""
#: ajax/upload.php:69
#: ajax/upload.php:66
msgid "There is no error, the file uploaded with success"
msgstr ""
#: ajax/upload.php:70
#: ajax/upload.php:67
msgid ""
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
msgstr ""
#: ajax/upload.php:72
#: ajax/upload.php:69
msgid ""
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
"the HTML form"
msgstr ""
#: ajax/upload.php:73
#: ajax/upload.php:70
msgid "The uploaded file was only partially uploaded"
msgstr ""
#: ajax/upload.php:74
#: ajax/upload.php:71
msgid "No file was uploaded"
msgstr ""
#: ajax/upload.php:75
#: ajax/upload.php:72
msgid "Missing a temporary folder"
msgstr ""
#: ajax/upload.php:76
#: ajax/upload.php:73
msgid "Failed to write to disk"
msgstr ""
#: ajax/upload.php:94
#: ajax/upload.php:91
msgid "Not enough storage available"
msgstr ""
#: ajax/upload.php:126
#: ajax/upload.php:123
msgid "Invalid directory."
msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-06-20 02:37+0200\n"
"PO-Revision-Date: 2013-06-20 00:37+0000\n"
"POT-Creation-Date: 2013-07-09 02:04+0200\n"
"PO-Revision-Date: 2013-07-09 00:04+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n"
"MIME-Version: 1.0\n"
@ -88,35 +88,35 @@ msgstr ""
msgid "Couldn't update app."
msgstr ""
#: js/apps.js:30
#: js/apps.js:35
msgid "Update to {appversion}"
msgstr ""
#: js/apps.js:36 js/apps.js:76
#: js/apps.js:41 js/apps.js:81
msgid "Disable"
msgstr ""
#: js/apps.js:36 js/apps.js:64 js/apps.js:83
#: js/apps.js:41 js/apps.js:69 js/apps.js:88
msgid "Enable"
msgstr ""
#: js/apps.js:55
#: js/apps.js:60
msgid "Please wait...."
msgstr ""
#: js/apps.js:59 js/apps.js:71 js/apps.js:80 js/apps.js:93
#: js/apps.js:64 js/apps.js:76 js/apps.js:85 js/apps.js:98
msgid "Error"
msgstr ""
#: js/apps.js:90
#: js/apps.js:95
msgid "Updating...."
msgstr ""
#: js/apps.js:93
#: js/apps.js:98
msgid "Error while updating app"
msgstr ""
#: js/apps.js:96
#: js/apps.js:101
msgid "Updated"
msgstr ""
@ -165,15 +165,15 @@ msgstr ""
msgid "A valid password must be provided"
msgstr ""
#: personal.php:35 personal.php:36
#: personal.php:37 personal.php:38
msgid "__language_name__"
msgstr ""
#: templates/admin.php:15
#: templates/admin.php:17
msgid "Security Warning"
msgstr ""
#: templates/admin.php:18
#: templates/admin.php:20
msgid ""
"Your data directory and your files are probably accessible from the "
"internet. The .htaccess file that ownCloud provides is not working. We "
@ -182,36 +182,36 @@ msgid ""
" webserver document root."
msgstr ""
#: templates/admin.php:29
#: templates/admin.php:31
msgid "Setup Warning"
msgstr ""
#: templates/admin.php:32
#: templates/admin.php:34
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr ""
#: templates/admin.php:33
#: templates/admin.php:35
#, php-format
msgid "Please double check the <a href='%s'>installation guides</a>."
msgstr ""
#: templates/admin.php:44
#: templates/admin.php:46
msgid "Module 'fileinfo' missing"
msgstr ""
#: templates/admin.php:47
#: templates/admin.php:49
msgid ""
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this "
"module to get best results with mime-type detection."
msgstr ""
#: templates/admin.php:58
#: templates/admin.php:60
msgid "Locale not working"
msgstr ""
#: templates/admin.php:63
#: templates/admin.php:65
#, php-format
msgid ""
"This ownCloud server can't set system locale to %s. This means that there "
@ -219,11 +219,11 @@ msgid ""
" to install the required packages on your system to support %s."
msgstr ""
#: templates/admin.php:75
#: templates/admin.php:77
msgid "Internet connection not working"
msgstr ""
#: templates/admin.php:78
#: templates/admin.php:80
msgid ""
"This ownCloud server has no working internet connection. This means that "
"some of the features like mounting of external storage, notifications about "
@ -233,102 +233,102 @@ msgid ""
" of ownCloud."
msgstr ""
#: templates/admin.php:92
#: templates/admin.php:94
msgid "Cron"
msgstr ""
#: templates/admin.php:101
#: templates/admin.php:103
msgid "Execute one task with each page loaded"
msgstr ""
#: templates/admin.php:111
#: templates/admin.php:113
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:121
#: templates/admin.php:123
msgid ""
"Use systems cron service. Call the cron.php file in the owncloud folder via "
"a system cronjob once a minute."
msgstr ""
#: templates/admin.php:128
#: templates/admin.php:130
msgid "Sharing"
msgstr ""
#: templates/admin.php:134
#: templates/admin.php:136
msgid "Enable Share API"
msgstr ""
#: templates/admin.php:135
#: templates/admin.php:137
msgid "Allow apps to use the Share API"
msgstr ""
#: templates/admin.php:142
#: templates/admin.php:144
msgid "Allow links"
msgstr ""
#: templates/admin.php:143
#: templates/admin.php:145
msgid "Allow users to share items to the public with links"
msgstr ""
#: templates/admin.php:150
#: templates/admin.php:152
msgid "Allow resharing"
msgstr ""
#: templates/admin.php:151
#: templates/admin.php:153
msgid "Allow users to share items shared with them again"
msgstr ""
#: templates/admin.php:158
#: templates/admin.php:160
msgid "Allow users to share with anyone"
msgstr ""
#: templates/admin.php:161
#: templates/admin.php:163
msgid "Allow users to only share with users in their groups"
msgstr ""
#: templates/admin.php:168
#: templates/admin.php:170
msgid "Security"
msgstr ""
#: templates/admin.php:181
#: templates/admin.php:183
msgid "Enforce HTTPS"
msgstr ""
#: templates/admin.php:182
#: templates/admin.php:184
msgid ""
"Enforces the clients to connect to ownCloud via an encrypted connection."
msgstr ""
#: templates/admin.php:185
#: templates/admin.php:187
msgid ""
"Please connect to this ownCloud instance via HTTPS to enable or disable the "
"SSL enforcement."
msgstr ""
#: templates/admin.php:195
#: templates/admin.php:197
msgid "Log"
msgstr ""
#: templates/admin.php:196
#: templates/admin.php:198
msgid "Log level"
msgstr ""
#: templates/admin.php:227
#: templates/admin.php:229
msgid "More"
msgstr ""
#: templates/admin.php:228
#: templates/admin.php:230
msgid "Less"
msgstr ""
#: templates/admin.php:235 templates/personal.php:116
#: templates/admin.php:236 templates/personal.php:116
msgid "Version"
msgstr ""
#: templates/admin.php:237 templates/personal.php:119
#: templates/admin.php:240 templates/personal.php:119
msgid ""
"Developed by the <a href=\"http://ownCloud.org/contact\" "
"target=\"_blank\">ownCloud community</a>, the <a "
@ -386,73 +386,76 @@ msgstr ""
msgid "Commercial Support"
msgstr ""
#: templates/personal.php:9
#: templates/personal.php:10
msgid "Get the apps to sync your files"
msgstr ""
#: templates/personal.php:20
#: templates/personal.php:21
msgid "Show First Run Wizard again"
msgstr ""
#: templates/personal.php:28
#: templates/personal.php:29
#, php-format
msgid "You have used <strong>%s</strong> of the available <strong>%s</strong>"
msgstr ""
#: templates/personal.php:40 templates/users.php:23 templates/users.php:86
#: templates/personal.php:41 templates/users.php:23 templates/users.php:86
msgid "Password"
msgstr ""
#: templates/personal.php:41
#: templates/personal.php:42
msgid "Your password was changed"
msgstr ""
#: templates/personal.php:42
#: templates/personal.php:43
msgid "Unable to change your password"
msgstr ""
#: templates/personal.php:43
#: templates/personal.php:44
msgid "Current password"
msgstr ""
#: templates/personal.php:45
#: templates/personal.php:46
msgid "New password"
msgstr ""
#: templates/personal.php:47
#: templates/personal.php:48
msgid "Change password"
msgstr ""
#: templates/personal.php:59 templates/users.php:85
#: templates/personal.php:60 templates/users.php:85
msgid "Display Name"
msgstr ""
#: templates/personal.php:74
#: templates/personal.php:75
msgid "Email"
msgstr ""
#: templates/personal.php:76
#: templates/personal.php:77
msgid "Your email address"
msgstr ""
#: templates/personal.php:77
#: templates/personal.php:78
msgid "Fill in an email address to enable password recovery"
msgstr ""
#: templates/personal.php:86 templates/personal.php:87
#: templates/personal.php:87 templates/personal.php:88
msgid "Language"
msgstr ""
#: templates/personal.php:99
#: templates/personal.php:100
msgid "Help translate"
msgstr ""
#: templates/personal.php:105
#: templates/personal.php:106
msgid "WebDAV"
msgstr ""
#: templates/personal.php:107
msgid "Use this address to connect to your ownCloud in your file manager"
#: templates/personal.php:108
#, php-format
msgid ""
"Use this address to <a href=\"%s/server/5.0/user_manual/files/files.html\" "
"target=\"_blank\">access your Files via WebDAV</a>"
msgstr ""
#: templates/users.php:21

View File

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-08 00:02+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-09 00:02+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"

View File

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:14+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:14+0000\n"
"Last-Translator: Josep Tomàs <jtomas.binsoft@gmail.com>\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"
@ -29,7 +29,7 @@ msgstr "No s'ha pogut moure %s - Ja hi ha un fitxer amb aquest nom"
msgid "Could not move %s"
msgstr " No s'ha pogut moure %s"
#: ajax/upload.php:16 ajax/upload.php:36 ajax/upload.php:48
#: ajax/upload.php:16 ajax/upload.php:45
msgid "Unable to set upload directory."
msgstr "No es pot establir la carpeta de pujada."
@ -37,46 +37,46 @@ msgstr "No es pot establir la carpeta de pujada."
msgid "Invalid Token"
msgstr "Testimoni no vàlid"
#: ajax/upload.php:62
#: ajax/upload.php:59
msgid "No file was uploaded. Unknown error"
msgstr "No s'ha carregat cap fitxer. Error desconegut"
#: ajax/upload.php:69
#: ajax/upload.php:66
msgid "There is no error, the file uploaded with success"
msgstr "No hi ha errors, el fitxer s'ha carregat correctament"
#: ajax/upload.php:70
#: ajax/upload.php:67
msgid ""
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
msgstr "Larxiu que voleu carregar supera el màxim definit en la directiva upload_max_filesize del php.ini:"
#: ajax/upload.php:72
#: ajax/upload.php:69
msgid ""
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
"the HTML form"
msgstr "El fitxer carregat supera la directiva MAX_FILE_SIZE especificada al formulari HTML"
#: ajax/upload.php:73
#: ajax/upload.php:70
msgid "The uploaded file was only partially uploaded"
msgstr "El fitxer només s'ha carregat parcialment"
#: ajax/upload.php:74
#: ajax/upload.php:71
msgid "No file was uploaded"
msgstr "No s'ha carregat cap fitxer"
#: ajax/upload.php:75
#: ajax/upload.php:72
msgid "Missing a temporary folder"
msgstr "Falta un fitxer temporal"
#: ajax/upload.php:76
#: ajax/upload.php:73
msgid "Failed to write to disk"
msgstr "Ha fallat en escriure al disc"
#: ajax/upload.php:94
#: ajax/upload.php:91
msgid "Not enough storage available"
msgstr "No hi ha prou espai disponible"
#: ajax/upload.php:126
#: ajax/upload.php:123
msgid "Invalid directory."
msgstr "Directori no vàlid."

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: rogerc\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# rogerc, 2013
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+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"
@ -19,7 +20,7 @@ msgstr ""
#: templates/authenticate.php:4
msgid "The password is wrong. Try again."
msgstr ""
msgstr "la contrasenya és incorrecta. Intenteu-ho de nou."
#: templates/authenticate.php:7
msgid "Password"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 00:02+0000\n"
"POT-Creation-Date: 2013-07-09 02:04+0200\n"
"PO-Revision-Date: 2013-07-09 00:02+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"

View File

@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:03+0200\n"
"PO-Revision-Date: 2013-07-07 23:14+0000\n"
"Last-Translator: rogerc\n"
"POT-Creation-Date: 2013-07-09 02:04+0200\n"
"PO-Revision-Date: 2013-07-09 00:04+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -454,8 +454,11 @@ msgid "WebDAV"
msgstr "WebDAV"
#: templates/personal.php:108
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr "Useu aquesta adreça per connectar amb ownCloud des del gestor de fitxers"
#, php-format
msgid ""
"Use this address to <a href=\"%s/server/5.0/user_manual/files/files.html\" "
"target=\"_blank\">access your Files via WebDAV</a>"
msgstr ""
#: templates/users.php:21
msgid "Login Name"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: rogerc\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"

View File

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-08 00:02+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-09 00:02+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"

View File

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:14+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"
@ -29,7 +29,7 @@ msgstr "Nelze přesunout %s - existuje soubor se stejným názvem"
msgid "Could not move %s"
msgstr "Nelze přesunout %s"
#: ajax/upload.php:16 ajax/upload.php:36 ajax/upload.php:48
#: ajax/upload.php:16 ajax/upload.php:45
msgid "Unable to set upload directory."
msgstr "Nelze nastavit adresář pro nahrané soubory."
@ -37,46 +37,46 @@ msgstr "Nelze nastavit adresář pro nahrané soubory."
msgid "Invalid Token"
msgstr "Neplatný token"
#: ajax/upload.php:62
#: ajax/upload.php:59
msgid "No file was uploaded. Unknown error"
msgstr "Soubor nebyl odeslán. Neznámá chyba"
#: ajax/upload.php:69
#: ajax/upload.php:66
msgid "There is no error, the file uploaded with success"
msgstr "Soubor byl odeslán úspěšně"
#: ajax/upload.php:70
#: ajax/upload.php:67
msgid ""
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
msgstr "Odesílaný soubor přesahuje velikost upload_max_filesize povolenou v php.ini:"
#: ajax/upload.php:72
#: ajax/upload.php:69
msgid ""
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
"the HTML form"
msgstr "Odeslaný soubor přesáhl svou velikostí parametr MAX_FILE_SIZE specifikovaný v formuláři HTML"
#: ajax/upload.php:73
#: ajax/upload.php:70
msgid "The uploaded file was only partially uploaded"
msgstr "Soubor byl odeslán pouze částečně"
#: ajax/upload.php:74
#: ajax/upload.php:71
msgid "No file was uploaded"
msgstr "Žádný soubor nebyl odeslán"
#: ajax/upload.php:75
#: ajax/upload.php:72
msgid "Missing a temporary folder"
msgstr "Chybí adresář pro dočasné soubory"
#: ajax/upload.php:76
#: ajax/upload.php:73
msgid "Failed to write to disk"
msgstr "Zápis na disk selhal"
#: ajax/upload.php:94
#: ajax/upload.php:91
msgid "Not enough storage available"
msgstr "Nedostatek dostupného úložného prostoru"
#: ajax/upload.php:126
#: ajax/upload.php:123
msgid "Invalid directory."
msgstr "Neplatný adresář"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 00:02+0000\n"
"POT-Creation-Date: 2013-07-09 02:04+0200\n"
"PO-Revision-Date: 2013-07-09 00:02+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:03+0200\n"
"PO-Revision-Date: 2013-07-07 23:14+0000\n"
"POT-Creation-Date: 2013-07-09 02:04+0200\n"
"PO-Revision-Date: 2013-07-09 00:04+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"
@ -453,8 +453,11 @@ msgid "WebDAV"
msgstr "WebDAV"
#: templates/personal.php:108
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr "Použijte tuto adresu pro připojení k vašemu ownCloud skrze správce souborů"
#, php-format
msgid ""
"Use this address to <a href=\"%s/server/5.0/user_manual/files/files.html\" "
"target=\"_blank\">access your Files via WebDAV</a>"
msgstr ""
#: templates/users.php:21
msgid "Login Name"

View File

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+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"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-08 00:02+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-09 00:02+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:14+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n"
"MIME-Version: 1.0\n"
@ -27,7 +27,7 @@ msgstr "Methwyd symud %s - Mae ffeil gyda'r enw hwn eisoes yn bodoli"
msgid "Could not move %s"
msgstr "Methwyd symud %s"
#: ajax/upload.php:16 ajax/upload.php:36 ajax/upload.php:48
#: ajax/upload.php:16 ajax/upload.php:45
msgid "Unable to set upload directory."
msgstr ""
@ -35,46 +35,46 @@ msgstr ""
msgid "Invalid Token"
msgstr ""
#: ajax/upload.php:62
#: ajax/upload.php:59
msgid "No file was uploaded. Unknown error"
msgstr "Ni lwythwyd ffeil i fyny. Gwall anhysbys."
#: ajax/upload.php:69
#: ajax/upload.php:66
msgid "There is no error, the file uploaded with success"
msgstr "Does dim gwall, llwythodd y ffeil i fyny'n llwyddiannus"
#: ajax/upload.php:70
#: ajax/upload.php:67
msgid ""
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
msgstr "Mae'r ffeil lwythwyd i fyny'n fwy na chyfarwyddeb upload_max_filesize yn php.ini:"
#: ajax/upload.php:72
#: ajax/upload.php:69
msgid ""
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
"the HTML form"
msgstr "Mae'r ffeil lwythwyd i fyny'n fwy na chyfarwyddeb MAX_FILE_SIZE bennwyd yn y ffurflen HTML"
#: ajax/upload.php:73
#: ajax/upload.php:70
msgid "The uploaded file was only partially uploaded"
msgstr "Dim ond yn rhannol y llwythwyd y ffeil i fyny"
#: ajax/upload.php:74
#: ajax/upload.php:71
msgid "No file was uploaded"
msgstr "Ni lwythwyd ffeil i fyny"
#: ajax/upload.php:75
#: ajax/upload.php:72
msgid "Missing a temporary folder"
msgstr "Plygell dros dro yn eisiau"
#: ajax/upload.php:76
#: ajax/upload.php:73
msgid "Failed to write to disk"
msgstr "Methwyd ysgrifennu i'r ddisg"
#: ajax/upload.php:94
#: ajax/upload.php:91
msgid "Not enough storage available"
msgstr "Dim digon o le storio ar gael"
#: ajax/upload.php:126
#: ajax/upload.php:123
msgid "Invalid directory."
msgstr "Cyfeiriadur annilys."

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: ubuntucymraeg <owen.llywelyn@gmail.com>\n"
"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 00:02+0000\n"
"POT-Creation-Date: 2013-07-09 02:04+0200\n"
"PO-Revision-Date: 2013-07-09 00:02+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:03+0200\n"
"PO-Revision-Date: 2013-07-07 23:14+0000\n"
"POT-Creation-Date: 2013-07-09 02:04+0200\n"
"PO-Revision-Date: 2013-07-09 00:04+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n"
"MIME-Version: 1.0\n"
@ -452,7 +452,10 @@ msgid "WebDAV"
msgstr ""
#: templates/personal.php:108
msgid "Use this address to connect to your ownCloud in your file manager"
#, php-format
msgid ""
"Use this address to <a href=\"%s/server/5.0/user_manual/files/files.html\" "
"target=\"_blank\">access your Files via WebDAV</a>"
msgstr ""
#: templates/users.php:21

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n"
"MIME-Version: 1.0\n"

View File

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-08 00:02+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-09 00:02+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:14+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"
@ -28,7 +28,7 @@ msgstr "Kunne ikke flytte %s - der findes allerede en fil med dette navn"
msgid "Could not move %s"
msgstr "Kunne ikke flytte %s"
#: ajax/upload.php:16 ajax/upload.php:36 ajax/upload.php:48
#: ajax/upload.php:16 ajax/upload.php:45
msgid "Unable to set upload directory."
msgstr ""
@ -36,46 +36,46 @@ msgstr ""
msgid "Invalid Token"
msgstr ""
#: ajax/upload.php:62
#: ajax/upload.php:59
msgid "No file was uploaded. Unknown error"
msgstr "Ingen fil blev uploadet. Ukendt fejl."
#: ajax/upload.php:69
#: ajax/upload.php:66
msgid "There is no error, the file uploaded with success"
msgstr "Der skete ingen fejl, filen blev succesfuldt uploadet"
#: ajax/upload.php:70
#: ajax/upload.php:67
msgid ""
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
msgstr "Den uploadede fil overstiger upload_max_filesize direktivet i php.ini"
#: ajax/upload.php:72
#: ajax/upload.php:69
msgid ""
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
"the HTML form"
msgstr "Den uploadede fil overstiger MAX_FILE_SIZE indstilingen, som specificeret i HTML formularen"
#: ajax/upload.php:73
#: ajax/upload.php:70
msgid "The uploaded file was only partially uploaded"
msgstr "Filen blev kun delvist uploadet."
#: ajax/upload.php:74
#: ajax/upload.php:71
msgid "No file was uploaded"
msgstr "Ingen fil uploadet"
#: ajax/upload.php:75
#: ajax/upload.php:72
msgid "Missing a temporary folder"
msgstr "Manglende midlertidig mappe."
#: ajax/upload.php:76
#: ajax/upload.php:73
msgid "Failed to write to disk"
msgstr "Fejl ved skrivning til disk."
#: ajax/upload.php:94
#: ajax/upload.php:91
msgid "Not enough storage available"
msgstr "Der er ikke nok plads til rådlighed"
#: ajax/upload.php:126
#: ajax/upload.php:123
msgid "Invalid directory."
msgstr "Ugyldig mappe."

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 00:02+0000\n"
"POT-Creation-Date: 2013-07-09 02:04+0200\n"
"PO-Revision-Date: 2013-07-09 00:02+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:03+0200\n"
"PO-Revision-Date: 2013-07-07 23:14+0000\n"
"POT-Creation-Date: 2013-07-09 02:04+0200\n"
"PO-Revision-Date: 2013-07-09 00:04+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"
@ -453,8 +453,11 @@ msgid "WebDAV"
msgstr "WebDAV"
#: templates/personal.php:108
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr "Brug denne adresse til at oprette forbindelse til din ownCloud i din filstyring"
#, php-format
msgid ""
"Use this address to <a href=\"%s/server/5.0/user_manual/files/files.html\" "
"target=\"_blank\">access your Files via WebDAV</a>"
msgstr ""
#: templates/users.php:21
msgid "Login Name"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:16+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"

View File

@ -12,8 +12,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-08 00:02+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-09 00:02+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: German <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"

View File

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:14+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: German <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"
@ -29,7 +29,7 @@ msgstr "Konnte %s nicht verschieben. Eine Datei mit diesem Namen existiert berei
msgid "Could not move %s"
msgstr "Konnte %s nicht verschieben"
#: ajax/upload.php:16 ajax/upload.php:36 ajax/upload.php:48
#: ajax/upload.php:16 ajax/upload.php:45
msgid "Unable to set upload directory."
msgstr ""
@ -37,46 +37,46 @@ msgstr ""
msgid "Invalid Token"
msgstr ""
#: ajax/upload.php:62
#: ajax/upload.php:59
msgid "No file was uploaded. Unknown error"
msgstr "Keine Datei hochgeladen. Unbekannter Fehler"
#: ajax/upload.php:69
#: ajax/upload.php:66
msgid "There is no error, the file uploaded with success"
msgstr "Es ist kein Fehler aufgetreten. Die Datei wurde erfolgreich hochgeladen."
#: ajax/upload.php:70
#: ajax/upload.php:67
msgid ""
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
msgstr "Die hochgeladene Datei überschreitet die upload_max_filesize Vorgabe in php.ini"
#: ajax/upload.php:72
#: ajax/upload.php:69
msgid ""
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
"the HTML form"
msgstr "Die Datei ist größer, als die MAX_FILE_SIZE Direktive erlaubt, die im HTML-Formular spezifiziert ist"
#: ajax/upload.php:73
#: ajax/upload.php:70
msgid "The uploaded file was only partially uploaded"
msgstr "Die Datei konnte nur teilweise übertragen werden"
#: ajax/upload.php:74
#: ajax/upload.php:71
msgid "No file was uploaded"
msgstr "Keine Datei konnte übertragen werden."
#: ajax/upload.php:75
#: ajax/upload.php:72
msgid "Missing a temporary folder"
msgstr "Kein temporärer Ordner vorhanden"
#: ajax/upload.php:76
#: ajax/upload.php:73
msgid "Failed to write to disk"
msgstr "Fehler beim Schreiben auf die Festplatte"
#: ajax/upload.php:94
#: ajax/upload.php:91
msgid "Not enough storage available"
msgstr "Nicht genug Speicher vorhanden."
#: ajax/upload.php:126
#: ajax/upload.php:123
msgid "Invalid directory."
msgstr "Ungültiges Verzeichnis."

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: Mirodin <blobbyjj@ymail.com>\n"
"Language-Team: German <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: German <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: Mirodin <blobbyjj@ymail.com>\n"
"Language-Team: German <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"

View File

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 00:02+0000\n"
"POT-Creation-Date: 2013-07-09 02:04+0200\n"
"PO-Revision-Date: 2013-07-09 00:02+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: German <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"

View File

@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:03+0200\n"
"PO-Revision-Date: 2013-07-07 23:14+0000\n"
"POT-Creation-Date: 2013-07-09 02:04+0200\n"
"PO-Revision-Date: 2013-07-09 00:04+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: German <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"
@ -456,8 +456,11 @@ msgid "WebDAV"
msgstr "WebDAV"
#: templates/personal.php:108
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr "Verwende diese Adresse, um Deinen Dateimanager mit Deiner ownCloud zu verbinden"
#, php-format
msgid ""
"Use this address to <a href=\"%s/server/5.0/user_manual/files/files.html\" "
"target=\"_blank\">access your Files via WebDAV</a>"
msgstr ""
#: templates/users.php:21
msgid "Login Name"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: German <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"

View File

@ -13,8 +13,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-08 00:02+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-09 00:02+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: German (Germany) <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"

View File

@ -12,8 +12,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:14+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: German (Germany) <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"
@ -32,7 +32,7 @@ msgstr "Konnte %s nicht verschieben. Eine Datei mit diesem Namen existiert berei
msgid "Could not move %s"
msgstr "Konnte %s nicht verschieben"
#: ajax/upload.php:16 ajax/upload.php:36 ajax/upload.php:48
#: ajax/upload.php:16 ajax/upload.php:45
msgid "Unable to set upload directory."
msgstr "Das Upload-Verzeichnis konnte nicht gesetzt werden."
@ -40,46 +40,46 @@ msgstr "Das Upload-Verzeichnis konnte nicht gesetzt werden."
msgid "Invalid Token"
msgstr "Ungültiges Merkmal"
#: ajax/upload.php:62
#: ajax/upload.php:59
msgid "No file was uploaded. Unknown error"
msgstr "Keine Datei hochgeladen. Unbekannter Fehler"
#: ajax/upload.php:69
#: ajax/upload.php:66
msgid "There is no error, the file uploaded with success"
msgstr "Es ist kein Fehler aufgetreten. Die Datei wurde erfolgreich hochgeladen."
#: ajax/upload.php:70
#: ajax/upload.php:67
msgid ""
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
msgstr "Die hochgeladene Datei überschreitet die upload_max_filesize Vorgabe in php.ini"
#: ajax/upload.php:72
#: ajax/upload.php:69
msgid ""
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
"the HTML form"
msgstr "Die Datei ist größer, als die MAX_FILE_SIZE Vorgabe erlaubt, die im HTML-Formular spezifiziert ist"
#: ajax/upload.php:73
#: ajax/upload.php:70
msgid "The uploaded file was only partially uploaded"
msgstr "Die Datei konnte nur teilweise übertragen werden"
#: ajax/upload.php:74
#: ajax/upload.php:71
msgid "No file was uploaded"
msgstr "Keine Datei konnte übertragen werden."
#: ajax/upload.php:75
#: ajax/upload.php:72
msgid "Missing a temporary folder"
msgstr "Kein temporärer Ordner vorhanden"
#: ajax/upload.php:76
#: ajax/upload.php:73
msgid "Failed to write to disk"
msgstr "Fehler beim Schreiben auf die Festplatte"
#: ajax/upload.php:94
#: ajax/upload.php:91
msgid "Not enough storage available"
msgstr "Nicht genug Speicher vorhanden."
#: ajax/upload.php:126
#: ajax/upload.php:123
msgid "Invalid directory."
msgstr "Ungültiges Verzeichnis."

View File

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: Mirodin <blobbyjj@ymail.com>\n"
"Language-Team: German (Germany) <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: JamFX <niko@nik-o-mat.de>\n"
"Language-Team: German (Germany) <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: Mirodin <blobbyjj@ymail.com>\n"
"Language-Team: German (Germany) <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 00:02+0000\n"
"POT-Creation-Date: 2013-07-09 02:04+0200\n"
"PO-Revision-Date: 2013-07-09 00:02+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: German (Germany) <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"

View File

@ -12,8 +12,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:03+0200\n"
"PO-Revision-Date: 2013-07-07 23:14+0000\n"
"POT-Creation-Date: 2013-07-09 02:04+0200\n"
"PO-Revision-Date: 2013-07-09 00:04+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: German (Germany) <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"
@ -457,8 +457,11 @@ msgid "WebDAV"
msgstr "WebDAV"
#: templates/personal.php:108
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr "Verwenden Sie diese Adresse, um Ihren Dateimanager mit Ihrer ownCloud zu verbinden"
#, php-format
msgid ""
"Use this address to <a href=\"%s/server/5.0/user_manual/files/files.html\" "
"target=\"_blank\">access your Files via WebDAV</a>"
msgstr ""
#: templates/users.php:21
msgid "Login Name"

View File

@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: JamFX <niko@nik-o-mat.de>\n"
"Language-Team: German (Germany) <translations@owncloud.org>\n"
"MIME-Version: 1.0\n"

View File

@ -14,8 +14,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-08 00:02+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-09 00:02+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:14+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: Efstathios Iosifidis <iefstathios@gmail.com>\n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"
@ -28,7 +28,7 @@ msgstr "Αδυναμία μετακίνησης του %s - υπάρχει ήδ
msgid "Could not move %s"
msgstr "Αδυναμία μετακίνησης του %s"
#: ajax/upload.php:16 ajax/upload.php:36 ajax/upload.php:48
#: ajax/upload.php:16 ajax/upload.php:45
msgid "Unable to set upload directory."
msgstr ""
@ -36,46 +36,46 @@ msgstr ""
msgid "Invalid Token"
msgstr ""
#: ajax/upload.php:62
#: ajax/upload.php:59
msgid "No file was uploaded. Unknown error"
msgstr "Δεν ανέβηκε κάποιο αρχείο. Άγνωστο σφάλμα"
#: ajax/upload.php:69
#: ajax/upload.php:66
msgid "There is no error, the file uploaded with success"
msgstr "Δεν υπάρχει σφάλμα, το αρχείο εστάλει επιτυχώς"
#: ajax/upload.php:70
#: ajax/upload.php:67
msgid ""
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
msgstr "Το αρχείο που εστάλει υπερβαίνει την οδηγία μέγιστου επιτρεπτού μεγέθους \"upload_max_filesize\" του php.ini"
#: ajax/upload.php:72
#: ajax/upload.php:69
msgid ""
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
"the HTML form"
msgstr "Το ανεβασμένο αρχείο υπερβαίνει το MAX_FILE_SIZE που ορίζεται στην HTML φόρμα"
#: ajax/upload.php:73
#: ajax/upload.php:70
msgid "The uploaded file was only partially uploaded"
msgstr "Το αρχείο εστάλει μόνο εν μέρει"
#: ajax/upload.php:74
#: ajax/upload.php:71
msgid "No file was uploaded"
msgstr "Κανένα αρχείο δεν στάλθηκε"
#: ajax/upload.php:75
#: ajax/upload.php:72
msgid "Missing a temporary folder"
msgstr "Λείπει ο προσωρινός φάκελος"
#: ajax/upload.php:76
#: ajax/upload.php:73
msgid "Failed to write to disk"
msgstr "Αποτυχία εγγραφής στο δίσκο"
#: ajax/upload.php:94
#: ajax/upload.php:91
msgid "Not enough storage available"
msgstr "Μη επαρκής διαθέσιμος αποθηκευτικός χώρος"
#: ajax/upload.php:126
#: ajax/upload.php:123
msgid "Invalid directory."
msgstr "Μη έγκυρος φάκελος."

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: KAT.RAT12 <spanish.katerina@gmail.com>\n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 00:02+0000\n"
"POT-Creation-Date: 2013-07-09 02:04+0200\n"
"PO-Revision-Date: 2013-07-09 00:02+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"

View File

@ -12,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:03+0200\n"
"PO-Revision-Date: 2013-07-07 23:14+0000\n"
"Last-Translator: Efstathios Iosifidis <iefstathios@gmail.com>\n"
"POT-Creation-Date: 2013-07-09 02:04+0200\n"
"PO-Revision-Date: 2013-07-09 00:04+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -457,8 +457,11 @@ msgid "WebDAV"
msgstr "WebDAV"
#: templates/personal.php:108
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr "Χρήση αυτής της διεύθυνσης για σύνδεση στο ownCloud με τον διαχειριστή αρχείων σας"
#, php-format
msgid ""
"Use this address to <a href=\"%s/server/5.0/user_manual/files/files.html\" "
"target=\"_blank\">access your Files via WebDAV</a>"
msgstr ""
#: templates/users.php:21
msgid "Login Name"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:14+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Pirate English (http://www.transifex.com/projects/p/owncloud/language/en@pirate/)\n"
"MIME-Version: 1.0\n"
@ -27,7 +27,7 @@ msgstr ""
msgid "Could not move %s"
msgstr ""
#: ajax/upload.php:16 ajax/upload.php:36 ajax/upload.php:48
#: ajax/upload.php:16 ajax/upload.php:45
msgid "Unable to set upload directory."
msgstr ""
@ -35,46 +35,46 @@ msgstr ""
msgid "Invalid Token"
msgstr ""
#: ajax/upload.php:62
#: ajax/upload.php:59
msgid "No file was uploaded. Unknown error"
msgstr ""
#: ajax/upload.php:69
#: ajax/upload.php:66
msgid "There is no error, the file uploaded with success"
msgstr ""
#: ajax/upload.php:70
#: ajax/upload.php:67
msgid ""
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
msgstr ""
#: ajax/upload.php:72
#: ajax/upload.php:69
msgid ""
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
"the HTML form"
msgstr ""
#: ajax/upload.php:73
#: ajax/upload.php:70
msgid "The uploaded file was only partially uploaded"
msgstr ""
#: ajax/upload.php:74
#: ajax/upload.php:71
msgid "No file was uploaded"
msgstr ""
#: ajax/upload.php:75
#: ajax/upload.php:72
msgid "Missing a temporary folder"
msgstr ""
#: ajax/upload.php:76
#: ajax/upload.php:73
msgid "Failed to write to disk"
msgstr ""
#: ajax/upload.php:94
#: ajax/upload.php:91
msgid "Not enough storage available"
msgstr ""
#: ajax/upload.php:126
#: ajax/upload.php:123
msgid "Invalid directory."
msgstr ""

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-08 02:02+0200\n"
"PO-Revision-Date: 2013-07-07 23:15+0000\n"
"POT-Creation-Date: 2013-07-09 02:03+0200\n"
"PO-Revision-Date: 2013-07-08 23:15+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Pirate English (http://www.transifex.com/projects/p/owncloud/language/en@pirate/)\n"
"MIME-Version: 1.0\n"

Some files were not shown because too many files have changed in this diff Show More