diff options
582 files changed, 8419 insertions, 5670 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml index bbffc9ce2a7..942e185eac3 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -19,6 +19,8 @@ filter: - 'core/js/placeholders.js' - 'core/js/underscore.js' - 'core/js/jquery.multiselect.js' + - 'core/js/snap.js' + - 'core/js/jquery.placeholder.js' imports: diff --git a/apps/files/appinfo/remote.php b/apps/files/appinfo/remote.php index dd5c470431a..3ba25085bad 100644 --- a/apps/files/appinfo/remote.php +++ b/apps/files/appinfo/remote.php @@ -53,7 +53,6 @@ $server->subscribeEvent('beforeMethod', function () use ($server, $objectTree) { $rootDir = new OC_Connector_Sabre_Directory($view, $rootInfo); $objectTree->init($rootDir, $view, $mountManager); - $server->addPlugin(new OC_Connector_Sabre_AbortedUploadDetectionPlugin($view)); $server->addPlugin(new OC_Connector_Sabre_QuotaPlugin($view)); }, 30); // priority 30: after auth (10) and acl(20), before lock(50) and handling the request diff --git a/apps/files/l10n/ast.php b/apps/files/l10n/ast.php index d266a57cb45..585838d685f 100644 --- a/apps/files/l10n/ast.php +++ b/apps/files/l10n/ast.php @@ -74,7 +74,7 @@ $TRANSLATIONS = array( "max. possible: " => "máx. posible:", "Save" => "Guardar", "WebDAV" => "WebDAV", -"Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Usa esta direición pa <a href=\"%s/server/5.0/user_manual/files/files.html\" target=\"_blank\">acceder a los ficheros a traviés de WebDAV</a>", +"Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Usa esta direición <a href=\"%s/server/5.0/user_manual/files/files.html\" target=\"_blank\">p'acceder a los ficheros a traviés de WebDAV</a>", "New" => "Nuevu", "New text file" => "Ficheru de testu nuevu", "Text file" => "Ficheru de testu", diff --git a/apps/files/l10n/ca.php b/apps/files/l10n/ca.php index da9c19f3c45..113ef86f028 100644 --- a/apps/files/l10n/ca.php +++ b/apps/files/l10n/ca.php @@ -1,5 +1,7 @@ <?php $TRANSLATIONS = array( +"Storage not available" => "Emmagatzemament no disponible", +"Storage invalid" => "Emmagatzemament no vàlid", "Unknown error" => "Error desconegut", "Could not move %s - File with this name already exists" => "No s'ha pogut moure %s - Ja hi ha un fitxer amb aquest nom", "Could not move %s" => " No s'ha pogut moure %s", diff --git a/apps/files/l10n/ja.php b/apps/files/l10n/ja.php index 6d605c11c9e..592dbb7c303 100644 --- a/apps/files/l10n/ja.php +++ b/apps/files/l10n/ja.php @@ -1,5 +1,7 @@ <?php $TRANSLATIONS = array( +"Storage not available" => "ストレージが利用できません", +"Storage invalid" => "ストレージが無効です", "Unknown error" => "不明なエラー", "Could not move %s - File with this name already exists" => "%s を移動できませんでした ― この名前のファイルはすでに存在します", "Could not move %s" => "%s を移動できませんでした", @@ -25,8 +27,8 @@ $TRANSLATIONS = array( "Missing a temporary folder" => "一時保存フォルダーが見つかりません", "Failed to write to disk" => "ディスクへの書き込みに失敗しました", "Not enough storage available" => "ストレージに十分な空き容量がありません", -"Upload failed. Could not find uploaded file" => "アップロードに失敗。アップロード済みのファイルを見つけることができませんでした。", -"Upload failed. Could not get file info." => "アップロードに失敗。ファイル情報を取得できませんでした。", +"Upload failed. Could not find uploaded file" => "アップロードに失敗しました。アップロード済みのファイルを見つけることができませんでした。", +"Upload failed. Could not get file info." => "アップロードに失敗しました。ファイル情報を取得できませんでした。", "Invalid directory." => "無効なディレクトリです。", "Files" => "ファイル", "All files" => "すべてのファイル", diff --git a/apps/files/l10n/ru.php b/apps/files/l10n/ru.php index 83828a14371..1700da58922 100644 --- a/apps/files/l10n/ru.php +++ b/apps/files/l10n/ru.php @@ -1,5 +1,7 @@ <?php $TRANSLATIONS = array( +"Storage not available" => "Хранилище недоступно", +"Storage invalid" => "Хранилище неисправно", "Unknown error" => "Неизвестная ошибка", "Could not move %s - File with this name already exists" => "Невозможно переместить %s - файл с таким именем уже существует", "Could not move %s" => "Невозможно переместить %s", diff --git a/apps/files_encryption/appinfo/info.xml b/apps/files_encryption/appinfo/info.xml index b11272f63e7..a6d2950d705 100644 --- a/apps/files_encryption/appinfo/info.xml +++ b/apps/files_encryption/appinfo/info.xml @@ -15,4 +15,5 @@ <types> <filesystem/> </types> + <ocsid>166047</ocsid> </info> diff --git a/apps/files_encryption/appinfo/version b/apps/files_encryption/appinfo/version index 5a2a5806df6..ee6cdce3c29 100644 --- a/apps/files_encryption/appinfo/version +++ b/apps/files_encryption/appinfo/version @@ -1 +1 @@ -0.6 +0.6.1 diff --git a/apps/files_external/ajax/addMountPoint.php b/apps/files_external/ajax/addMountPoint.php index 9100d47db3a..4903120c2a8 100644 --- a/apps/files_external/ajax/addMountPoint.php +++ b/apps/files_external/ajax/addMountPoint.php @@ -10,10 +10,17 @@ if ($_POST['isPersonal'] == 'true') { OCP\JSON::checkAdminUser(); $isPersonal = false; } -$status = OC_Mount_Config::addMountPoint($_POST['mountPoint'], - $_POST['class'], - $_POST['classOptions'], - $_POST['mountType'], - $_POST['applicable'], - $isPersonal); + +$mountPoint = $_POST['mountPoint']; +$oldMountPoint = $_POST['oldMountPoint']; +$class = $_POST['class']; +$options = $_POST['classOptions']; +$type = $_POST['mountType']; +$applicable = $_POST['applicable']; + +if ($oldMountPoint and $oldMountPoint !== $mountPoint) { + OC_Mount_Config::removeMountPoint($oldMountPoint, $type, $applicable, $isPersonal); +} + +$status = OC_Mount_Config::addMountPoint($mountPoint, $class, $options, $type, $applicable, $isPersonal); OCP\JSON::success(array('data' => array('message' => $status))); diff --git a/apps/files_external/appinfo/info.xml b/apps/files_external/appinfo/info.xml index 2698706c090..b8bada8e743 100644 --- a/apps/files_external/appinfo/info.xml +++ b/apps/files_external/appinfo/info.xml @@ -10,4 +10,5 @@ <types> <filesystem/> </types> + <ocsid>166048</ocsid> </info> diff --git a/apps/files_external/appinfo/version b/apps/files_external/appinfo/version index 2f4536184bc..7dff5b89211 100644 --- a/apps/files_external/appinfo/version +++ b/apps/files_external/appinfo/version @@ -1 +1 @@ -0.2
\ No newline at end of file +0.2.1
\ No newline at end of file diff --git a/apps/files_external/js/settings.js b/apps/files_external/js/settings.js index 348fecf0648..be6860bab63 100644 --- a/apps/files_external/js/settings.js +++ b/apps/files_external/js/settings.js @@ -14,6 +14,7 @@ function updateStatus(statusEl, result){ OC.MountConfig={ saveStorage:function(tr, callback) { var mountPoint = $(tr).find('.mountPoint input').val(); + var oldMountPoint = $(tr).find('.mountPoint input').data('mountpoint'); if (mountPoint == '') { return false; } @@ -80,9 +81,11 @@ OC.MountConfig={ classOptions: classOptions, mountType: mountType, applicable: applicable, - isPersonal: isPersonal + isPersonal: isPersonal, + oldMountPoint: oldMountPoint }, success: function(result) { + $(tr).find('.mountPoint input').data('mountpoint', mountPoint); status = updateStatus(statusSpan, result); if (callback) { callback(status); @@ -139,9 +142,11 @@ OC.MountConfig={ classOptions: classOptions, mountType: mountType, applicable: applicable, - isPersonal: isPersonal + isPersonal: isPersonal, + oldMountPoint: oldMountPoint }, success: function(result) { + $(tr).find('.mountPoint input').data('mountpoint', mountPoint); status = updateStatus(statusSpan, result); if (callback) { callback(status); diff --git a/apps/files_external/l10n/ja.php b/apps/files_external/l10n/ja.php index ead1af5ff17..6b28ab30304 100644 --- a/apps/files_external/l10n/ja.php +++ b/apps/files_external/l10n/ja.php @@ -1,7 +1,7 @@ <?php $TRANSLATIONS = array( -"Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." => "リクエストトークンの取得に失敗しました。Dropboxアプリのキーとパスワードが正しいかどうかを確認して下さい。", -"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "アクセストークンの取得に失敗しました。Dropboxアプリのキーとパスワードが正しいかどうかを確認して下さい。", +"Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." => "リクエストトークンの取得に失敗しました。Dropboxアプリのキーとパスワードが正しいことを確認してください。", +"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "アクセストークンの取得に失敗しました。Dropboxアプリのキーとパスワードが正しいことを確認してください。", "Please provide a valid Dropbox app key and secret." => "有効なDropboxアプリのキーとパスワードを入力してください。", "Step 1 failed. Exception: %s" => "ステップ 1 の実行に失敗しました。例外: %s", "Step 2 failed. Exception: %s" => "ステップ 2 の実行に失敗しました。例外: %s", diff --git a/apps/files_external/l10n/ru.php b/apps/files_external/l10n/ru.php index 966658dc637..aa716ca9fe6 100644 --- a/apps/files_external/l10n/ru.php +++ b/apps/files_external/l10n/ru.php @@ -1,24 +1,27 @@ <?php $TRANSLATIONS = array( "Please provide a valid Dropbox app key and secret." => "Пожалуйста, предоставьте действующий ключ Dropbox и пароль.", +"Step 1 failed. Exception: %s" => "Шаг 1 неудачен. Исключение: %s", +"Step 2 failed. Exception: %s" => "Шаг 2 неудачен. Исключение: %s", "External storage" => "Внешний носитель данных", "Local" => "Локально", "Location" => "Местоположение", "Amazon S3" => "Amazon S3", "Key" => "Ключ", "Secret" => "Секрет", +"Bucket" => "Ведро", "Amazon S3 and compliant" => "Amazon S3 и совместимый", "Access Key" => "Ключ доступа", "Secret Key" => "Секретный ключ", "Hostname (optional)" => "Хост (опц.)", "Port (optional)" => "Порт (опц.)", -"Region (optional)" => "Регион (опционально)", +"Region (optional)" => "Регион (опц.)", "Enable SSL" => "Включить SSL", "App key" => "Ключ приложения", "Host" => "Сервер", "Username" => "Имя пользователя", "Password" => "Пароль", -"Secure ftps://" => "Безопасный ftps://", +"Secure ftps://" => "Защищённый ftps://", "Client ID" => "Идентификатор клиента", "Username (required)" => "Имя пользователя (обяз.)", "Timeout of HTTP requests in seconds (optional)" => "Тайм-аут HTTP запросов в секундах (опционально)", @@ -36,9 +39,9 @@ $TRANSLATIONS = array( "Saved" => "Сохранено", "<b>Note:</b> " => "<b>Примечание:</b> ", " and " => "и", -"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Примечание:</b> Поддержка cURL в PHP не включена или не установлен модуль. Подключение %s невозможно. Обратитесь к вашему системному администратору.", -"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Обратите внимание:</b> Поддержка FTP в PHP не включена или не установлена. Монтирование %s невозможно. Пожалуйста, обратитесь к системному администратору.", -"<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Обратите внимание:</b> \"%s\" не установлен. Монтирование %s невозможно. Пожалуйста, обратитесь к системному администратору.", +"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Примечание:</b> Поддержка cURL в PHP не включена или не установлена. Монтирование %s невозможно. Обратитесь к вашему системному администратору.", +"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Примечание:</b> Поддержка FTP в PHP не включена или не установлена. Монтирование %s невозможно. Пожалуйста, обратитесь к системному администратору.", +"<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Примечание:</b> \"%s\" не установлен. Монтирование %s невозможно. Пожалуйста, обратитесь к системному администратору.", "You don't have any external storages" => "У вас нет внешних хранилищ", "Name" => "Имя", "Storage type" => "Тип хранилища", @@ -54,7 +57,7 @@ $TRANSLATIONS = array( "Users" => "Пользователи", "Delete" => "Удалить", "Enable User External Storage" => "Включить пользовательские внешние носители", -"Allow users to mount the following external storage" => "Разрешить пользователям монтировать следующую внешнюю систему хранения данных", +"Allow users to mount the following external storage" => "Разрешить пользователям монтировать следующее внешнее хранилище данных", "SSL root certificates" => "Корневые сертификаты SSL", "Import Root Certificate" => "Импортировать корневые сертификаты" ); diff --git a/apps/files_external/lib/amazons3.php b/apps/files_external/lib/amazons3.php index 7ff17f0e98a..10fc626c5da 100644 --- a/apps/files_external/lib/amazons3.php +++ b/apps/files_external/lib/amazons3.php @@ -72,6 +72,12 @@ class AmazonS3 extends \OC\Files\Storage\Common { sleep($this->timeout); } } + private function cleanKey($path) { + if ($path === '.') { + return '/'; + } + return $path; + } public function __construct($params) { if (!isset($params['key']) || !isset($params['secret']) || !isset($params['bucket'])) { @@ -118,11 +124,10 @@ class AmazonS3 extends \OC\Files\Storage\Common { throw new \Exception("Creation of bucket failed."); } } - if (!$this->file_exists('.')) { $result = $this->connection->putObject(array( 'Bucket' => $this->bucket, - 'Key' => '.', + 'Key' => $this->cleanKey('.'), 'Body' => '', 'ContentType' => 'httpd/unix-directory', 'ContentLength' => 0 @@ -167,7 +172,7 @@ class AmazonS3 extends \OC\Files\Storage\Common { try { $result = $this->connection->doesObjectExist( $this->bucket, - $path + $this->cleanKey($path) ); } catch (S3Exception $e) { \OCP\Util::writeLog('files_external', $e->getMessage(), \OCP\Util::ERROR); @@ -261,7 +266,7 @@ class AmazonS3 extends \OC\Files\Storage\Common { $result = $this->connection->headObject(array( 'Bucket' => $this->bucket, - 'Key' => $path + 'Key' => $this->cleanKey($path) )); $stat = array(); @@ -291,8 +296,7 @@ class AmazonS3 extends \OC\Files\Storage\Common { if ($path != '.') { $path .= '/'; } - - if ($this->connection->doesObjectExist($this->bucket, $path)) { + if ($this->connection->doesObjectExist($this->bucket, $this->cleanKey($path))) { return 'dir'; } } catch (S3Exception $e) { @@ -309,7 +313,7 @@ class AmazonS3 extends \OC\Files\Storage\Common { try { $result = $this->connection->deleteObject(array( 'Bucket' => $this->bucket, - 'Key' => $path + 'Key' => $this->cleanKey($path) )); $this->testTimeout(); } catch (S3Exception $e) { @@ -332,7 +336,7 @@ class AmazonS3 extends \OC\Files\Storage\Common { try { $result = $this->connection->getObject(array( 'Bucket' => $this->bucket, - 'Key' => $path, + 'Key' => $this->cleanKey($path), 'SaveAs' => $tmpFile )); } catch (S3Exception $e) { @@ -380,7 +384,7 @@ class AmazonS3 extends \OC\Files\Storage\Common { try { $result = $this->connection->headObject(array( 'Bucket' => $this->bucket, - 'Key' => $path + 'Key' => $this->cleanKey($path) )); } catch (S3Exception $e) { \OCP\Util::writeLog('files_external', $e->getMessage(), \OCP\Util::ERROR); @@ -407,7 +411,7 @@ class AmazonS3 extends \OC\Files\Storage\Common { } $result = $this->connection->copyObject(array( 'Bucket' => $this->bucket, - 'Key' => $path, + 'Key' => $this->cleanKey($path), 'Metadata' => $metadata, 'CopySource' => $this->bucket . '/' . $path )); @@ -415,7 +419,7 @@ class AmazonS3 extends \OC\Files\Storage\Common { } else { $result = $this->connection->putObject(array( 'Bucket' => $this->bucket, - 'Key' => $path, + 'Key' => $this->cleanKey($path), 'Metadata' => $metadata )); $this->testTimeout(); @@ -436,7 +440,7 @@ class AmazonS3 extends \OC\Files\Storage\Common { try { $result = $this->connection->copyObject(array( 'Bucket' => $this->bucket, - 'Key' => $path2, + 'Key' => $this->cleanKey($path2), 'CopySource' => $this->bucket . '/' . $path1 )); $this->testTimeout(); @@ -535,7 +539,7 @@ class AmazonS3 extends \OC\Files\Storage\Common { try { $result= $this->connection->putObject(array( 'Bucket' => $this->bucket, - 'Key' => self::$tmpFiles[$tmpFile], + 'Key' => $this->cleanKey(self::$tmpFiles[$tmpFile]), 'SourceFile' => $tmpFile, 'ContentType' => \OC_Helper::getMimeType($tmpFile), 'ContentLength' => filesize($tmpFile) diff --git a/apps/files_external/templates/settings.php b/apps/files_external/templates/settings.php index 98fcf4a0ed4..dcf3938b894 100644 --- a/apps/files_external/templates/settings.php +++ b/apps/files_external/templates/settings.php @@ -24,6 +24,7 @@ </td> <td class="mountPoint"><input type="text" name="mountPoint" value="<?php p(isset($mount['mountpoint']) ? $mount['mountpoint'] : ''); ?>" + data-mountpoint="<?php p(isset($mount['mountpoint']) ? $mount['mountpoint'] : ''); ?>" placeholder="<?php p($l->t('Folder name')); ?>" /></td> <?php if (!isset($mount['mountpoint'])): ?> <td class="backend"> diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml index 077433a53ab..c32a24ecd29 100644 --- a/apps/files_sharing/appinfo/info.xml +++ b/apps/files_sharing/appinfo/info.xml @@ -15,4 +15,5 @@ <files>public.php</files> <webdav>publicwebdav.php</webdav> </public> + <ocsid>166050</ocsid> </info> diff --git a/apps/files_sharing/appinfo/version b/apps/files_sharing/appinfo/version index cb0c939a936..be14282b7ff 100644 --- a/apps/files_sharing/appinfo/version +++ b/apps/files_sharing/appinfo/version @@ -1 +1 @@ -0.5.2 +0.5.3 diff --git a/apps/files_sharing/js/external.js b/apps/files_sharing/js/external.js index 969a2b184d4..e743d2e2d32 100644 --- a/apps/files_sharing/js/external.js +++ b/apps/files_sharing/js/external.js @@ -42,13 +42,40 @@ } }; if (!passwordProtected) { - OC.dialogs.confirm(t('files_sharing', 'Add {name} from {owner}@{remote}', {name: name, owner: owner, remote: remoteClean}) - , t('files_sharing','Add Share'), callback, true); + OC.dialogs.confirm( + t( + 'files_sharing', + 'Do you want to add the remote share {name} from {owner}@{remote}?', + {name: name, owner: owner, remote: remoteClean} + ), + t('files_sharing','Remote share'), + callback, + true + ).then(this._adjustDialog); } else { - OC.dialogs.prompt(t('files_sharing', 'Add {name} from {owner}@{remote}', {name: name, owner: owner, remote: remoteClean}) - , t('files_sharing','Add Share'), callback, true, t('files_sharing','Password'), true); + OC.dialogs.prompt( + t( + 'files_sharing', + 'Do you want to add the remote share {name} from {owner}@{remote}?', + {name: name, owner: owner, remote: remoteClean} + ), + t('files_sharing','Remote share'), + callback, + true, + t('files_sharing','Remote share password'), + true + ).then(this._adjustDialog); } }; + + OCA.Sharing._adjustDialog = function() { + var $dialog = $('.oc-dialog:visible'); + var $buttons = $dialog.find('button'); + // hack the buttons + $dialog.find('.ui-icon').remove(); + $buttons.eq(0).text(t('core', 'Cancel')); + $buttons.eq(1).text(t('core', 'Add remote share')); + }; })(); $(document).ready(function () { diff --git a/apps/files_sharing/js/sharedfilelist.js b/apps/files_sharing/js/sharedfilelist.js index e643618e774..861bbaff5de 100644 --- a/apps/files_sharing/js/sharedfilelist.js +++ b/apps/files_sharing/js/sharedfilelist.js @@ -179,7 +179,9 @@ file.permissions = share.permissions; } else { - file.share.targetDisplayName = share.share_with_displayname; + if (share.share_type !== OC.Share.SHARE_TYPE_LINK) { + file.share.targetDisplayName = share.share_with_displayname; + } file.name = OC.basename(share.path); file.path = OC.dirname(share.path); file.permissions = OC.PERMISSION_ALL; @@ -238,12 +240,11 @@ ); delete data.recipientsCount; }) - // Sort by expected sort comparator - .sortBy(this._sortComparator) // Finish the chain by getting the result .value(); - return files; + // Sort by expected sort comparator + return files.sort(this._sortComparator); } }); diff --git a/apps/files_sharing/l10n/af_ZA.php b/apps/files_sharing/l10n/af_ZA.php index 946cc3a5bb8..e57c3578de3 100644 --- a/apps/files_sharing/l10n/af_ZA.php +++ b/apps/files_sharing/l10n/af_ZA.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Cancel" => "Kanseleer", "Password" => "Wagwoord" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/ar.php b/apps/files_sharing/l10n/ar.php index e5a15734612..d12d32e2fe0 100644 --- a/apps/files_sharing/l10n/ar.php +++ b/apps/files_sharing/l10n/ar.php @@ -1,10 +1,11 @@ <?php $TRANSLATIONS = array( -"Password" => "كلمة المرور", +"Cancel" => "إلغاء", "Shared by {owner}" => "مشاركة من طرف {owner}", "Shared by" => "تم مشاركتها بواسطة", "This share is password-protected" => "هذه المشاركة محمية بكلمة مرور", "The password is wrong. Try again." => "كلمة المرور خاطئة. حاول مرة أخرى", +"Password" => "كلمة المرور", "Name" => "اسم", "Sorry, this link doesn’t seem to work anymore." => "عذرا، يبدو أن هذا الرابط لم يعد يعمل.", "Reasons might be:" => "الأسباب الممكنة :", diff --git a/apps/files_sharing/l10n/ast.php b/apps/files_sharing/l10n/ast.php index f42f6524af5..ed3f8ff3b48 100644 --- a/apps/files_sharing/l10n/ast.php +++ b/apps/files_sharing/l10n/ast.php @@ -2,21 +2,24 @@ $TRANSLATIONS = array( "Server to server sharing is not enabled on this server" => "La compartición sirvidor a sirvidor nun ta habilitada nesti sirvidor", "Couldn't add remote share" => "Nun pudo amestase una compartición remota", -"Shared with you" => "Compartío contigo", -"Shared with others" => "Compartío con otros", -"Shared by link" => "Compartíu por enllaz", +"Shared with you" => "Compartíos contigo", +"Shared with others" => "Compartíos con otros", +"Shared by link" => "Compartíos por enllaz", "No files have been shared with you yet." => "Entá nun se compartieron ficheros contigo.", "You haven't shared any files yet." => "Entá nun compartiesti dengún ficheru.", "You haven't shared any files by link yet." => "Entá nun compartiesti nengún ficheru por enllaz.", -"Add {name} from {owner}@{remote}" => "Amestar {name} de {owner}@{remote}", -"Add Share" => "Amestar compartición", -"Password" => "Contraseña", +"Do you want to add the remote share {name} from {owner}@{remote}?" => "Quies amestar compartición remota {name} de {owner}@{remote}?", +"Remote share" => "Compartición remota", +"Remote share password" => "Contraseña de compartición remota", +"Cancel" => "Encaboxar", +"Add remote share" => "Amestar compartición remota", "No ownCloud installation found at {remote}" => "Nun s'alcontró denguna instalación d'ownCloud en {remote}", "Invalid ownCloud url" => "Url ownCloud inválida", -"Shared by {owner}" => "Compartíu por {owner}", -"Shared by" => "Compartíu por", +"Shared by {owner}" => "Compartíos por {owner}", +"Shared by" => "Compartíos por", "This share is password-protected" => "Esta compartición tien contraseña protexida", "The password is wrong. Try again." => "La contraseña ye incorreuta. Inténtalo otra vegada.", +"Password" => "Contraseña", "Name" => "Nome", "Share time" => "Compartir hora", "Sorry, this link doesn’t seem to work anymore." => "Sentímoslo, esti enllaz paez que yá nun furrula.", diff --git a/apps/files_sharing/l10n/bg_BG.php b/apps/files_sharing/l10n/bg_BG.php index 907c499d288..9791c0c1a6a 100644 --- a/apps/files_sharing/l10n/bg_BG.php +++ b/apps/files_sharing/l10n/bg_BG.php @@ -1,7 +1,8 @@ <?php $TRANSLATIONS = array( -"Password" => "Парола", +"Cancel" => "Отказ", "Shared by" => "Споделено от", +"Password" => "Парола", "Name" => "Име", "Download" => "Изтегляне" ); diff --git a/apps/files_sharing/l10n/bn_BD.php b/apps/files_sharing/l10n/bn_BD.php index 9bfd1acba5c..2545c4760ec 100644 --- a/apps/files_sharing/l10n/bn_BD.php +++ b/apps/files_sharing/l10n/bn_BD.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Cancel" => "বাতির", "Password" => "কূটশব্দ", "Name" => "রাম", "Download" => "ডাউনলোড" diff --git a/apps/files_sharing/l10n/ca.php b/apps/files_sharing/l10n/ca.php index b3e19df6f25..9b770adfb86 100644 --- a/apps/files_sharing/l10n/ca.php +++ b/apps/files_sharing/l10n/ca.php @@ -8,15 +8,18 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "Encara no hi ha fitxers compartits amb vós.", "You haven't shared any files yet." => "Encara no heu compartit cap fitxer.", "You haven't shared any files by link yet." => "Encara no heu compartit cap fitxer amb enllaç.", -"Add {name} from {owner}@{remote}" => "Afegiu {name} de {owner}@{remote}", -"Add Share" => "Comparteix", -"Password" => "Contrasenya", +"Do you want to add the remote share {name} from {owner}@{remote}?" => "Voleu afegir la compartició remota {nom} des de {owner}@{remote}?", +"Remote share" => "Compartició remota", +"Remote share password" => "Contrasenya de compartició remota", +"Cancel" => "Cancel·la", +"Add remote share" => "Afegeix compartició remota", "No ownCloud installation found at {remote}" => "No s'ha trobat cap instal·lació ownCloud a {remote}", "Invalid ownCloud url" => "La url d'ownCloud no és vàlida", "Shared by {owner}" => "Compartits per {owner}", "Shared by" => "Compartit per", "This share is password-protected" => "Aquest compartit està protegit amb contrasenya", "The password is wrong. Try again." => "la contrasenya és incorrecta. Intenteu-ho de nou.", +"Password" => "Contrasenya", "Name" => "Nom", "Share time" => "Temps de compartició", "Sorry, this link doesn’t seem to work anymore." => "Aquest enllaç sembla que no funciona.", @@ -25,6 +28,7 @@ $TRANSLATIONS = array( "the link expired" => "l'enllaç ha vençut", "sharing is disabled" => "s'ha desactivat la compartició", "For more info, please ask the person who sent this link." => "Per més informació contacteu amb qui us ha enviat l'enllaç.", +"Add to your ownCloud" => "Afegiu a ownCloud", "Download" => "Baixa", "Download %s" => "Baixa %s", "Direct link" => "Enllaç directe", diff --git a/apps/files_sharing/l10n/cs_CZ.php b/apps/files_sharing/l10n/cs_CZ.php index be28af39a3e..75fc80c2a61 100644 --- a/apps/files_sharing/l10n/cs_CZ.php +++ b/apps/files_sharing/l10n/cs_CZ.php @@ -8,15 +8,18 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "Zatím s vámi nikdo žádné soubory nesdílel.", "You haven't shared any files yet." => "Zatím jste nesdíleli žádné soubory.", "You haven't shared any files by link yet." => "Zatím jste nesdíleli pomocí odkazu žádný soubor.", -"Add {name} from {owner}@{remote}" => "Přidat {name} od {owner}@{remote}", -"Add Share" => "Přidat úložiště", -"Password" => "Heslo", +"Do you want to add the remote share {name} from {owner}@{remote}?" => "Chcete přidat vzdálené úložiště {name} uživatele {owner}@{remote}?", +"Remote share" => "Vzdálené úložiště", +"Remote share password" => "Heslo ke vzdálenému úložišti", +"Cancel" => "Zrušit", +"Add remote share" => "Přidat vzdálené úložiště", "No ownCloud installation found at {remote}" => "Nebyla nalezen žádný funkční ownCloud na {remote}", "Invalid ownCloud url" => "Neplatná ownCloud url", "Shared by {owner}" => "Sdílí {owner}", "Shared by" => "Sdílí", "This share is password-protected" => "Toto sdílení je chráněno heslem", "The password is wrong. Try again." => "Heslo není správné. Zkuste to znovu.", +"Password" => "Heslo", "Name" => "Název", "Share time" => "Čas sdílení", "Sorry, this link doesn’t seem to work anymore." => "Je nám líto, ale tento odkaz již není funkční.", diff --git a/apps/files_sharing/l10n/cy_GB.php b/apps/files_sharing/l10n/cy_GB.php index ed45e1e50c5..92ce71f1bd6 100644 --- a/apps/files_sharing/l10n/cy_GB.php +++ b/apps/files_sharing/l10n/cy_GB.php @@ -1,7 +1,8 @@ <?php $TRANSLATIONS = array( -"Password" => "Cyfrinair", +"Cancel" => "Diddymu", "Shared by" => "Rhannwyd gan", +"Password" => "Cyfrinair", "Name" => "Enw", "Download" => "Llwytho i lawr" ); diff --git a/apps/files_sharing/l10n/da.php b/apps/files_sharing/l10n/da.php index de0f92cef17..7f266505f30 100644 --- a/apps/files_sharing/l10n/da.php +++ b/apps/files_sharing/l10n/da.php @@ -6,11 +6,12 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "Endnu er ingen filer delt med dig.", "You haven't shared any files yet." => "Du har ikke delt nogen filer endnu.", "You haven't shared any files by link yet." => "Du har ikke delt nogen filer endnu.", -"Password" => "Kodeord", +"Cancel" => "Annuller", "Shared by {owner}" => "Delt af {owner}", "Shared by" => "Delt af", "This share is password-protected" => "Delingen er beskyttet af kodeord", "The password is wrong. Try again." => "Kodeordet er forkert. Prøv igen.", +"Password" => "Kodeord", "Name" => "Navn", "Share time" => "Dele periode", "Sorry, this link doesn’t seem to work anymore." => "Desværre, dette link ser ikke ud til at fungerer længere.", diff --git a/apps/files_sharing/l10n/de.php b/apps/files_sharing/l10n/de.php index cc7a1182420..ffc38796550 100644 --- a/apps/files_sharing/l10n/de.php +++ b/apps/files_sharing/l10n/de.php @@ -8,15 +8,14 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "Es wurden bis jetzt keine Dateien mit Dir geteilt.", "You haven't shared any files yet." => "Du hast bis jetzt keine Dateien mit anderen geteilt.", "You haven't shared any files by link yet." => "Du hast bis jetzt keine Dateien über einen Link mit anderen geteilt.", -"Add {name} from {owner}@{remote}" => "{name} wird von {owner}@{remote} hinzugefügt", -"Add Share" => "Freigabe hinzufügen", -"Password" => "Passwort", +"Cancel" => "Abbrechen", "No ownCloud installation found at {remote}" => "Keine OwnCloud-Installation auf {remote} gefunden", "Invalid ownCloud url" => "Ungültige OwnCloud-URL", "Shared by {owner}" => "Geteilt von {owner}", "Shared by" => "Geteilt von ", "This share is password-protected" => "Diese Freigabe ist durch ein Passwort geschützt", "The password is wrong. Try again." => "Bitte überprüfe Dein Passwort und versuche es erneut.", +"Password" => "Passwort", "Name" => "Name", "Share time" => "Zeitpunkt der Freigabe", "Sorry, this link doesn’t seem to work anymore." => "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.", diff --git a/apps/files_sharing/l10n/de_AT.php b/apps/files_sharing/l10n/de_AT.php index 08ef4d9245e..ebb78eece1d 100644 --- a/apps/files_sharing/l10n/de_AT.php +++ b/apps/files_sharing/l10n/de_AT.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Cancel" => "Abbrechen", "Password" => "Passwort", "Download" => "Herunterladen" ); diff --git a/apps/files_sharing/l10n/de_CH.php b/apps/files_sharing/l10n/de_CH.php index 3b99e1d720e..3529247bd02 100644 --- a/apps/files_sharing/l10n/de_CH.php +++ b/apps/files_sharing/l10n/de_CH.php @@ -1,9 +1,10 @@ <?php $TRANSLATIONS = array( -"Password" => "Passwort", +"Cancel" => "Abbrechen", "Shared by {owner}" => "Geteilt von {owner}", "Shared by" => "Geteilt von", "The password is wrong. Try again." => "Das Passwort ist falsch. Bitte versuchen Sie es erneut.", +"Password" => "Passwort", "Name" => "Name", "Sorry, this link doesn’t seem to work anymore." => "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.", "Reasons might be:" => "Gründe könnten sein:", diff --git a/apps/files_sharing/l10n/de_DE.php b/apps/files_sharing/l10n/de_DE.php index 2eac439927e..9b0600fdf9a 100644 --- a/apps/files_sharing/l10n/de_DE.php +++ b/apps/files_sharing/l10n/de_DE.php @@ -8,15 +8,14 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "Es wurden bis jetzt keine Dateien mit Ihnen geteilt.", "You haven't shared any files yet." => "Sie haben bis jetzt keine Dateien mit anderen geteilt.", "You haven't shared any files by link yet." => "Sie haben bis jetzt keine Dateien über einen Link mit anderen geteilt.", -"Add {name} from {owner}@{remote}" => "{name} wird von {owner}@{remote} hinzugefügt", -"Add Share" => "Freigabe hinzufügen", -"Password" => "Passwort", +"Cancel" => "Abbrechen", "No ownCloud installation found at {remote}" => "Keine OwnCloud-Installation auf {remote} gefunden", "Invalid ownCloud url" => "Ungültige OwnCloud-URL", "Shared by {owner}" => "Geteilt von {owner}", "Shared by" => "Geteilt von", "This share is password-protected" => "Diese Freigabe ist durch ein Passwort geschützt", "The password is wrong. Try again." => "Das Passwort ist falsch. Bitte versuchen Sie es erneut.", +"Password" => "Passwort", "Name" => "Name", "Share time" => "Zeitpunkt der Freigabe", "Sorry, this link doesn’t seem to work anymore." => "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.", diff --git a/apps/files_sharing/l10n/el.php b/apps/files_sharing/l10n/el.php index b44f810ae53..34f3593b02a 100644 --- a/apps/files_sharing/l10n/el.php +++ b/apps/files_sharing/l10n/el.php @@ -8,15 +8,14 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "Κανένα αρχείο δνε έχει διαμοιραστεί ακόμα με εσάς.", "You haven't shared any files yet." => "Δεν έχετε διαμοιραστεί κανένα αρχείο ακόμα.", "You haven't shared any files by link yet." => "Δεν έχετε διαμοιραστεί κανένα αρχείο μέσω συνδέσμου ακόμα.", -"Add {name} from {owner}@{remote}" => "Προσθήκη {name} από {owner}@{remote}", -"Add Share" => "Προσθήκε Κοινόχρηστου Φακέλου", -"Password" => "Κωδικός πρόσβασης", +"Cancel" => "Άκυρο", "No ownCloud installation found at {remote}" => "Δεν βρέθηκε εγκατεστημένο ownCloud στο {remote}", "Invalid ownCloud url" => "Άκυρη url ownCloud ", "Shared by {owner}" => "Διαμοιράστηκε από τον {owner}", "Shared by" => "Διαμοιράστηκε από", "This share is password-protected" => "Αυτός ο κοινόχρηστος φάκελος προστατεύεται με κωδικό", "The password is wrong. Try again." => "Εσφαλμένος κωδικός πρόσβασης. Προσπαθήστε ξανά.", +"Password" => "Κωδικός πρόσβασης", "Name" => "Όνομα", "Share time" => "Χρόνος διαμοιρασμού", "Sorry, this link doesn’t seem to work anymore." => "Συγγνώμη, αυτός ο σύνδεσμος μοιάζει να μην ισχύει πια.", diff --git a/apps/files_sharing/l10n/en_GB.php b/apps/files_sharing/l10n/en_GB.php index 8f79715c909..d4bd55f7baf 100644 --- a/apps/files_sharing/l10n/en_GB.php +++ b/apps/files_sharing/l10n/en_GB.php @@ -8,15 +8,18 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "No files have been shared with you yet.", "You haven't shared any files yet." => "You haven't shared any files yet.", "You haven't shared any files by link yet." => "You haven't shared any files by link yet.", -"Add {name} from {owner}@{remote}" => "Add {name} from {owner}@{remote}", -"Add Share" => "Add Share", -"Password" => "Password", +"Do you want to add the remote share {name} from {owner}@{remote}?" => "Do you want to add the remote share {name} from {owner}@{remote}?", +"Remote share" => "Remote share", +"Remote share password" => "Remote share password", +"Cancel" => "Cancel", +"Add remote share" => "Add remote share", "No ownCloud installation found at {remote}" => "No ownCloud installation found at {remote}", "Invalid ownCloud url" => "Invalid ownCloud URL", "Shared by {owner}" => "Shared by {owner}", "Shared by" => "Shared by", "This share is password-protected" => "This share is password-protected", "The password is wrong. Try again." => "The password is wrong. Try again.", +"Password" => "Password", "Name" => "Name", "Share time" => "Share time", "Sorry, this link doesn’t seem to work anymore." => "Sorry, this link doesn’t seem to work anymore.", diff --git a/apps/files_sharing/l10n/eo.php b/apps/files_sharing/l10n/eo.php index 6b75e2ea423..b8484156c08 100644 --- a/apps/files_sharing/l10n/eo.php +++ b/apps/files_sharing/l10n/eo.php @@ -7,14 +7,14 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "Neniu dosiero kunhaviĝis kun vi ankoraŭ.", "You haven't shared any files yet." => "Vi kunhavigis neniun dosieron ankoraŭ.", "You haven't shared any files by link yet." => "Vi kunhavigis neniun dosieron per ligilo ankoraŭ.", -"Add {name} from {owner}@{remote}" => "Aldoni {name} el {owner}@{remote}", -"Password" => "Pasvorto", +"Cancel" => "Nuligi", "No ownCloud installation found at {remote}" => "Ne troviĝis instalo de ownCloud ĉe {remote}", "Invalid ownCloud url" => "Nevalidas URL de ownCloud", "Shared by {owner}" => "Kunhavigita de {owner}", "Shared by" => "Kunhavigita de", "This share is password-protected" => "Ĉi tiu kunhavigo estas protektata per pasvorto", "The password is wrong. Try again." => "La pasvorto malĝustas. Provu denove.", +"Password" => "Pasvorto", "Name" => "Nomo", "Sorry, this link doesn’t seem to work anymore." => "Pardonu, ĉi tiu ligilo ŝajne ne plu funkcias.", "Reasons might be:" => "Kialoj povas esti:", diff --git a/apps/files_sharing/l10n/es.php b/apps/files_sharing/l10n/es.php index 1f521eeead1..15b20fde89d 100644 --- a/apps/files_sharing/l10n/es.php +++ b/apps/files_sharing/l10n/es.php @@ -8,15 +8,18 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "Aún no han compartido contigo ningún archivo.", "You haven't shared any files yet." => "Aún no has compartido ningún archivo.", "You haven't shared any files by link yet." => "Usted todavía no ha compartido ningún archivo por medio de enlaces.", -"Add {name} from {owner}@{remote}" => "Añadir {name} desde {owner}@{remote}", -"Add Share" => "Agregar almacenamiento compartido", -"Password" => "Contraseña", +"Do you want to add the remote share {name} from {owner}@{remote}?" => "¿Desea añadir el recurso compartido remoto {name} de {owner}@{remote}?", +"Remote share" => "Recurso compartido remoto", +"Remote share password" => "Contraseña del compartido remoto", +"Cancel" => "Cancelar", +"Add remote share" => "Añadir recurso compartido remoto", "No ownCloud installation found at {remote}" => "No se encontró una instalación de ownCloud en {remote}", "Invalid ownCloud url" => "URL de ownCloud inválido", "Shared by {owner}" => "Compartido por {owner}", "Shared by" => "Compartido por", "This share is password-protected" => "Este elemento compartido esta protegido por contraseña", "The password is wrong. Try again." => "La contraseña introducida es errónea. Inténtelo de nuevo.", +"Password" => "Contraseña", "Name" => "Nombre", "Share time" => "Compartido hace", "Sorry, this link doesn’t seem to work anymore." => "Vaya, este enlace parece que no volverá a funcionar.", diff --git a/apps/files_sharing/l10n/es_AR.php b/apps/files_sharing/l10n/es_AR.php index 9f670df0221..8e49deb12ec 100644 --- a/apps/files_sharing/l10n/es_AR.php +++ b/apps/files_sharing/l10n/es_AR.php @@ -1,10 +1,11 @@ <?php $TRANSLATIONS = array( -"Password" => "Contraseña", +"Cancel" => "Cancelar", "Shared by {owner}" => "Compartido por {owner}", "Shared by" => "Compartido por", "This share is password-protected" => "Esto está protegido por contraseña", "The password is wrong. Try again." => "La contraseña no es correcta. Probá de nuevo.", +"Password" => "Contraseña", "Name" => "Nombre", "Sorry, this link doesn’t seem to work anymore." => "Perdón, este enlace parece no funcionar más.", "Reasons might be:" => "Las causas podrían ser:", diff --git a/apps/files_sharing/l10n/es_CL.php b/apps/files_sharing/l10n/es_CL.php index 083bc4d4e2a..3b5a3bea6f4 100644 --- a/apps/files_sharing/l10n/es_CL.php +++ b/apps/files_sharing/l10n/es_CL.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Cancel" => "Cancelar", "Password" => "Clave", "Download" => "Descargar" ); diff --git a/apps/files_sharing/l10n/es_MX.php b/apps/files_sharing/l10n/es_MX.php index 6163c4dca91..62993610112 100644 --- a/apps/files_sharing/l10n/es_MX.php +++ b/apps/files_sharing/l10n/es_MX.php @@ -1,10 +1,11 @@ <?php $TRANSLATIONS = array( -"Password" => "Contraseña", +"Cancel" => "Cancelar", "Shared by {owner}" => "Compartido por {owner}", "Shared by" => "Compartido por", "This share is password-protected" => "Este elemento compartido esta protegido por contraseña", "The password is wrong. Try again." => "La contraseña introducida es errónea. Inténtelo de nuevo.", +"Password" => "Contraseña", "Name" => "Nombre", "Sorry, this link doesn’t seem to work anymore." => "Lo siento, este enlace al parecer ya no funciona.", "Reasons might be:" => "Las causas podrían ser:", diff --git a/apps/files_sharing/l10n/et_EE.php b/apps/files_sharing/l10n/et_EE.php index 67ba6505e75..d186cc1663b 100644 --- a/apps/files_sharing/l10n/et_EE.php +++ b/apps/files_sharing/l10n/et_EE.php @@ -8,15 +8,14 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "Sinuga pole veel ühtegi faili jagatud.", "You haven't shared any files yet." => "Sa pole jaganud veel ühtegi faili.", "You haven't shared any files by link yet." => "Sa pole lingiga jaganud veel ühtegi faili.", -"Add {name} from {owner}@{remote}" => "Lisa {name} kohast {owner}@{remote}", -"Add Share" => "Lisa jagamine", -"Password" => "Parool", +"Cancel" => "Loobu", "No ownCloud installation found at {remote}" => "Ei leitud ownCloud paigaldust asukohas {remote}", "Invalid ownCloud url" => "Vigane ownCloud url", "Shared by {owner}" => "Jagas {owner}", "Shared by" => "Jagas", "This share is password-protected" => "See jagamine on parooliga kaitstud", "The password is wrong. Try again." => "Parool on vale. Proovi uuesti.", +"Password" => "Parool", "Name" => "Nimi", "Share time" => "Jagamise aeg", "Sorry, this link doesn’t seem to work anymore." => "Vabandust, see link ei tundu enam toimivat.", diff --git a/apps/files_sharing/l10n/eu.php b/apps/files_sharing/l10n/eu.php index 8b9590473dd..a6f0b014624 100644 --- a/apps/files_sharing/l10n/eu.php +++ b/apps/files_sharing/l10n/eu.php @@ -8,15 +8,14 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "Ez da zurekin fitxategirik elkarbanatu oraindik.", "You haven't shared any files yet." => "Ez duzu oraindik fitxategirik elkarbanatu.", "You haven't shared any files by link yet." => "Ez duzu oraindik fitxategirik lotura bidez elkarbanatu.", -"Add {name} from {owner}@{remote}" => "Gehitu {name} hemendik {owner}@{remote}", -"Add Share" => "Gehitu Elkarbanaketa", -"Password" => "Pasahitza", +"Cancel" => "Ezeztatu", "No ownCloud installation found at {remote}" => "Ez da ownClouden instalaziorik aurkitu {remote}n", "Invalid ownCloud url" => "ownCloud url baliogabea", "Shared by {owner}" => "{owner}-k partekatuta", "Shared by" => "Honek elkarbanatuta", "This share is password-protected" => "Elkarbanatutako hau pasahitzarekin babestuta dago", "The password is wrong. Try again." => "Pasahitza ez da egokia. Saiatu berriro.", +"Password" => "Pasahitza", "Name" => "Izena", "Share time" => "Elkarbanatze unea", "Sorry, this link doesn’t seem to work anymore." => "Barkatu, lotura ez dirudi eskuragarria dagoenik.", diff --git a/apps/files_sharing/l10n/eu_ES.php b/apps/files_sharing/l10n/eu_ES.php index e6e5bc7cbf9..c6d9c9eb733 100644 --- a/apps/files_sharing/l10n/eu_ES.php +++ b/apps/files_sharing/l10n/eu_ES.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Cancel" => "Ezeztatu", "Download" => "Deskargatu" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/fa.php b/apps/files_sharing/l10n/fa.php index 71cc33937f0..d2ebe032b00 100644 --- a/apps/files_sharing/l10n/fa.php +++ b/apps/files_sharing/l10n/fa.php @@ -1,10 +1,11 @@ <?php $TRANSLATIONS = array( -"Password" => "گذرواژه", +"Cancel" => "منصرف شدن", "Shared by {owner}" => "اشتراک گذارنده {owner}", "Shared by" => "اشتراک گذاشته شده به وسیله", "This share is password-protected" => "این اشتراک توسط رمز عبور محافظت می شود", "The password is wrong. Try again." => "رمزعبور اشتباه می باشد. دوباره امتحان کنید.", +"Password" => "گذرواژه", "Name" => "نام", "Sorry, this link doesn’t seem to work anymore." => "متاسفانه این پیوند دیگر کار نمی کند", "Reasons might be:" => "ممکن است به این دلایل باشد:", diff --git a/apps/files_sharing/l10n/fi_FI.php b/apps/files_sharing/l10n/fi_FI.php index 471b28a79a6..50c079e253a 100644 --- a/apps/files_sharing/l10n/fi_FI.php +++ b/apps/files_sharing/l10n/fi_FI.php @@ -8,15 +8,18 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "Kukaan ei ole jakanut tiedostoja kanssasi vielä.", "You haven't shared any files yet." => "Et ole jakanut yhtäkään tiedostoa vielä.", "You haven't shared any files by link yet." => "Et ole vielä jakanut yhtäkään tiedostoa linkin kautta.", -"Add {name} from {owner}@{remote}" => "Lisää {name} käyttäjältä {owner}@{remote}", -"Add Share" => "Lisää jako", -"Password" => "Salasana", +"Do you want to add the remote share {name} from {owner}@{remote}?" => "Haluatko lisätä etäjaon {name} kohteesta {owner}@{remote}?", +"Remote share" => "Etäjako", +"Remote share password" => "Etäjaon salasana", +"Cancel" => "Peru", +"Add remote share" => "Lisää etäjako", "No ownCloud installation found at {remote}" => "ownCloud-asennusta ei löytynyt kohteesta {remote}", "Invalid ownCloud url" => "Virheellinen ownCloud-osoite", "Shared by {owner}" => "Jakanut {owner}", "Shared by" => "Jakanut", "This share is password-protected" => "Tämä jako on suojattu salasanalla", "The password is wrong. Try again." => "Väärä salasana. Yritä uudelleen.", +"Password" => "Salasana", "Name" => "Nimi", "Share time" => "Jakamisen ajankohta", "Sorry, this link doesn’t seem to work anymore." => "Valitettavasti linkki ei vaikuta enää toimivan.", diff --git a/apps/files_sharing/l10n/fr.php b/apps/files_sharing/l10n/fr.php index 8afbcbf630c..dbfe2b95f7e 100644 --- a/apps/files_sharing/l10n/fr.php +++ b/apps/files_sharing/l10n/fr.php @@ -8,15 +8,14 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "Aucun fichier n'est partagé avec vous pour l'instant", "You haven't shared any files yet." => "Vous ne partagez pas de fichier pour l'instant", "You haven't shared any files by link yet." => "Vous ne partagez aucun de fichier par lien pour l'instant.", -"Add {name} from {owner}@{remote}" => "Ajouter {name} de {owner}@{remote}", -"Add Share" => "Ajouter un partage", -"Password" => "Mot de passe", +"Cancel" => "Annuler", "No ownCloud installation found at {remote}" => "Aucune installation ownCloud n'a été trouvée sur {remote}", "Invalid ownCloud url" => "URL ownCloud invalide", "Shared by {owner}" => "Partagé par {owner}", "Shared by" => "Partagé par", "This share is password-protected" => "Ce partage est protégé par un mot de passe", "The password is wrong. Try again." => "Le mot de passe est incorrect. Veuillez réessayer.", +"Password" => "Mot de passe", "Name" => "Nom", "Share time" => "Date de partage", "Sorry, this link doesn’t seem to work anymore." => "Désolé, mais le lien semble ne plus fonctionner.", diff --git a/apps/files_sharing/l10n/gl.php b/apps/files_sharing/l10n/gl.php index 4c5158e5e47..d2089e3bbfd 100644 --- a/apps/files_sharing/l10n/gl.php +++ b/apps/files_sharing/l10n/gl.php @@ -8,15 +8,18 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "Aínda non hai ficheiros compartidos con vostede.", "You haven't shared any files yet." => "Aínda non compartiu ningún ficheiro.", "You haven't shared any files by link yet." => "Aínda non compartiu ningún ficheiro por ligazón.", -"Add {name} from {owner}@{remote}" => "Engadir {name} desde {owner}@{remote}", -"Add Share" => "Engadir compartición", -"Password" => "Contrasinal", +"Do you want to add the remote share {name} from {owner}@{remote}?" => "Quere engadir a compartición remota {name} desde {owner}@{remote}?", +"Remote share" => "Compartición remota", +"Remote share password" => "Contrasinal da compartición remota", +"Cancel" => "Cancelar", +"Add remote share" => "Engadir unha compartición remota", "No ownCloud installation found at {remote}" => "Non se atopou unha instalación do ownCloud en {remote}", "Invalid ownCloud url" => "URL incorrecta do ownCloud", "Shared by {owner}" => "Compartido por {owner}", "Shared by" => "Compartido por", "This share is password-protected" => "Esta compartición está protexida con contrasinal", "The password is wrong. Try again." => "O contrasinal é incorrecto. Ténteo de novo.", +"Password" => "Contrasinal", "Name" => "Nome", "Share time" => "Compartir o tempo", "Sorry, this link doesn’t seem to work anymore." => "Semella que esta ligazón non funciona.", diff --git a/apps/files_sharing/l10n/he.php b/apps/files_sharing/l10n/he.php index 6ca76eb563f..19a5d1b731f 100644 --- a/apps/files_sharing/l10n/he.php +++ b/apps/files_sharing/l10n/he.php @@ -1,8 +1,9 @@ <?php $TRANSLATIONS = array( -"Password" => "סיסמא", +"Cancel" => "ביטול", "Shared by {owner}" => "שותף בידי {owner}", "Shared by" => "שותף על־ידי", +"Password" => "סיסמא", "Name" => "שם", "Download" => "הורדה" ); diff --git a/apps/files_sharing/l10n/hi.php b/apps/files_sharing/l10n/hi.php index 84f20e7f1ff..47625e00207 100644 --- a/apps/files_sharing/l10n/hi.php +++ b/apps/files_sharing/l10n/hi.php @@ -1,6 +1,6 @@ <?php $TRANSLATIONS = array( -"Password" => "पासवर्ड", -"Shared by" => "द्वारा साझा" +"Shared by" => "द्वारा साझा", +"Password" => "पासवर्ड" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/hr.php b/apps/files_sharing/l10n/hr.php index 45a29df4448..fd5f5c1e800 100644 --- a/apps/files_sharing/l10n/hr.php +++ b/apps/files_sharing/l10n/hr.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Cancel" => "Odustani", "Password" => "Lozinka", "Name" => "Ime", "Download" => "Preuzimanje" diff --git a/apps/files_sharing/l10n/hu_HU.php b/apps/files_sharing/l10n/hu_HU.php index bb5946851c3..fb04c0908d8 100644 --- a/apps/files_sharing/l10n/hu_HU.php +++ b/apps/files_sharing/l10n/hu_HU.php @@ -1,10 +1,11 @@ <?php $TRANSLATIONS = array( -"Password" => "Jelszó", +"Cancel" => "Mégsem", "Shared by {owner}" => "Megosztotta: {owner}", "Shared by" => "Megosztotta Önnel", "This share is password-protected" => "Ez egy jelszóval védett megosztás", "The password is wrong. Try again." => "A megadott jelszó nem megfelelő. Próbálja újra!", +"Password" => "Jelszó", "Name" => "Név", "Sorry, this link doesn’t seem to work anymore." => "Sajnos úgy tűnik, ez a link már nem működik.", "Reasons might be:" => "Ennek az oka a következő lehet:", diff --git a/apps/files_sharing/l10n/ia.php b/apps/files_sharing/l10n/ia.php index a872a83797c..c6feab0db28 100644 --- a/apps/files_sharing/l10n/ia.php +++ b/apps/files_sharing/l10n/ia.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Cancel" => "Cancellar", "Password" => "Contrasigno", "Name" => "Nomine", "Download" => "Discargar" diff --git a/apps/files_sharing/l10n/id.php b/apps/files_sharing/l10n/id.php index ce9e2d03811..9249450523c 100644 --- a/apps/files_sharing/l10n/id.php +++ b/apps/files_sharing/l10n/id.php @@ -7,14 +7,14 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "Tidak ada berkas yang dibagikan kepada Anda.", "You haven't shared any files yet." => "Anda belum berbagi berkas apapun.", "You haven't shared any files by link yet." => "Anda belum berbagi berkas dengan tautan satupun.", -"Add {name} from {owner}@{remote}" => "Tambah {name} dari {owner}@{remote}", -"Password" => "Sandi", +"Cancel" => "Batal", "No ownCloud installation found at {remote}" => "Tidak ada instalasi ownCloud yang ditemukan di {remote}", "Invalid ownCloud url" => "URL ownCloud tidak sah", "Shared by {owner}" => "Dibagikan oleh {owner}", "Shared by" => "Dibagikan oleh", "This share is password-protected" => "Berbagi ini dilindungi sandi", "The password is wrong. Try again." => "Sandi salah. Coba lagi", +"Password" => "Sandi", "Name" => "Nama", "Share time" => "Bagikan waktu", "Sorry, this link doesn’t seem to work anymore." => "Maaf, tautan ini tampaknya tidak berfungsi lagi.", diff --git a/apps/files_sharing/l10n/is.php b/apps/files_sharing/l10n/is.php index 53193142204..3acd2159495 100644 --- a/apps/files_sharing/l10n/is.php +++ b/apps/files_sharing/l10n/is.php @@ -1,7 +1,8 @@ <?php $TRANSLATIONS = array( -"Password" => "Lykilorð", +"Cancel" => "Hætta við", "Shared by" => "Deilt af", +"Password" => "Lykilorð", "Name" => "Nafn", "Download" => "Niðurhal" ); diff --git a/apps/files_sharing/l10n/it.php b/apps/files_sharing/l10n/it.php index 2cf46d2b5dd..8ccedbc2975 100644 --- a/apps/files_sharing/l10n/it.php +++ b/apps/files_sharing/l10n/it.php @@ -8,15 +8,18 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "Non è stato ancora condiviso alcun file con te.", "You haven't shared any files yet." => "Non hai ancora condiviso alcun file.", "You haven't shared any files by link yet." => "Non hai ancora condiviso alcun file tramite collegamento.", -"Add {name} from {owner}@{remote}" => "Aggiungi {name} da {owner}@{remote}", -"Add Share" => "Aggiungi condivisione", -"Password" => "Password", +"Do you want to add the remote share {name} from {owner}@{remote}?" => "Vuoi aggiungere la condivisione remota {name} da {owner}@{remote}?", +"Remote share" => "Condivisione remota", +"Remote share password" => "Password della condivisione remota", +"Cancel" => "Annulla", +"Add remote share" => "Aggiungi condivisione remota", "No ownCloud installation found at {remote}" => "Nessuna installazione di ownCloud trovata su {remote}", "Invalid ownCloud url" => "URL di ownCloud non valido", "Shared by {owner}" => "Condiviso da {owner}", "Shared by" => "Condiviso da", "This share is password-protected" => "Questa condivione è protetta da password", "The password is wrong. Try again." => "La password è errata. Prova ancora.", +"Password" => "Password", "Name" => "Nome", "Share time" => "Tempo di condivisione", "Sorry, this link doesn’t seem to work anymore." => "Spiacenti, questo collegamento sembra non essere più attivo.", diff --git a/apps/files_sharing/l10n/ja.php b/apps/files_sharing/l10n/ja.php index 482dafab3f1..a67632bbbb7 100644 --- a/apps/files_sharing/l10n/ja.php +++ b/apps/files_sharing/l10n/ja.php @@ -8,15 +8,14 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "他のユーザーがあなたと共有しているファイルはありません。", "You haven't shared any files yet." => "他のユーザーと共有しているファイルはありません。", "You haven't shared any files by link yet." => "URLリンクで共有しているファイルはありません。", -"Add {name} from {owner}@{remote}" => "{owner}@{remote} から {name} を追加", -"Add Share" => "共有を追加", -"Password" => "パスワード", +"Cancel" => "キャンセル", "No ownCloud installation found at {remote}" => "{remote} には ownCloud がインストールされていません", "Invalid ownCloud url" => "無効な ownCloud URL です", "Shared by {owner}" => "{owner} と共有中", "Shared by" => "共有者:", "This share is password-protected" => "この共有はパスワードで保護されています", "The password is wrong. Try again." => "パスワードが間違っています。再試行してください。", +"Password" => "パスワード", "Name" => "名前", "Share time" => "共有時間", "Sorry, this link doesn’t seem to work anymore." => "申し訳ございません。このリンクはもう利用できません。", @@ -25,11 +24,12 @@ $TRANSLATIONS = array( "the link expired" => "リンクの期限が切れています", "sharing is disabled" => "共有は無効になっています", "For more info, please ask the person who sent this link." => "不明な点は、こちらのリンクの提供者に確認をお願いします。", +"Add to your ownCloud" => "ownCloud に追加", "Download" => "ダウンロード", "Download %s" => "%s をダウンロード", "Direct link" => "リンク", "Remote Shares" => "リモート共有", -"Allow other instances to mount public links shared from this server" => "このサーバにおけるURLでの共有を他のインスタンスからマウントできるようにする", +"Allow other instances to mount public links shared from this server" => "このサーバーにおけるURLでの共有を他のインスタンスからマウントできるようにする", "Allow users to mount public link shares" => "ユーザーがURLでの共有をマウントできるようにする" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/apps/files_sharing/l10n/ka_GE.php b/apps/files_sharing/l10n/ka_GE.php index db36743d631..24a918a1bc8 100644 --- a/apps/files_sharing/l10n/ka_GE.php +++ b/apps/files_sharing/l10n/ka_GE.php @@ -1,8 +1,9 @@ <?php $TRANSLATIONS = array( -"Password" => "პაროლი", +"Cancel" => "უარყოფა", "Shared by {owner}" => "გაზიარდა {owner} –ის მიერ", "Shared by" => "აზიარებს", +"Password" => "პაროლი", "Name" => "სახელი", "Download" => "ჩამოტვირთვა" ); diff --git a/apps/files_sharing/l10n/km.php b/apps/files_sharing/l10n/km.php index 7ed69546917..fd158e0bf0f 100644 --- a/apps/files_sharing/l10n/km.php +++ b/apps/files_sharing/l10n/km.php @@ -1,10 +1,11 @@ <?php $TRANSLATIONS = array( -"Password" => "ពាក្យសម្ងាត់", +"Cancel" => "បោះបង់", "Shared by {owner}" => "{owner} បានចែករំលែក", "Shared by" => "បានចែករំលែកដោយ", "This share is password-protected" => "ការចែករំលែកនេះត្រូវបានការពារដោយពាក្យសម្ងាត់", "The password is wrong. Try again." => "ពាក្យសម្ងាត់ខុសហើយ។ ព្យាយាមម្ដងទៀត។", +"Password" => "ពាក្យសម្ងាត់", "Name" => "ឈ្មោះ", "Sorry, this link doesn’t seem to work anymore." => "សូមទោស តំណនេះហាក់ដូចជាលែងដើរហើយ។", "Reasons might be:" => "មូលហេតុអាចជា៖", diff --git a/apps/files_sharing/l10n/ko.php b/apps/files_sharing/l10n/ko.php index a59dfeaf33c..a52dd6eebf2 100644 --- a/apps/files_sharing/l10n/ko.php +++ b/apps/files_sharing/l10n/ko.php @@ -1,10 +1,11 @@ <?php $TRANSLATIONS = array( -"Password" => "암호", +"Cancel" => "취소", "Shared by {owner}" => "{owner} 님이 공유함", "Shared by" => "공유한 사용자:", "This share is password-protected" => "이 공유는 암호로 보호되어 있습니다", "The password is wrong. Try again." => "암호가 잘못되었습니다. 다시 입력해 주십시오.", +"Password" => "암호", "Name" => "이름", "Sorry, this link doesn’t seem to work anymore." => "죄송합니다. 이 링크는 더 이상 작동하지 않습니다.", "Reasons might be:" => "이유는 다음과 같을 수 있습니다:", diff --git a/apps/files_sharing/l10n/ku_IQ.php b/apps/files_sharing/l10n/ku_IQ.php index f7765a95398..50f75a7b573 100644 --- a/apps/files_sharing/l10n/ku_IQ.php +++ b/apps/files_sharing/l10n/ku_IQ.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Cancel" => "لابردن", "Password" => "وشەی تێپەربو", "Name" => "ناو", "Download" => "داگرتن" diff --git a/apps/files_sharing/l10n/lb.php b/apps/files_sharing/l10n/lb.php index 9c34ea60016..0657d968264 100644 --- a/apps/files_sharing/l10n/lb.php +++ b/apps/files_sharing/l10n/lb.php @@ -1,8 +1,9 @@ <?php $TRANSLATIONS = array( -"Password" => "Passwuert", +"Cancel" => "Ofbriechen", "Shared by" => "Gedeelt vun", "The password is wrong. Try again." => "Den Passwuert ass incorrect. Probeier ed nach eng keier.", +"Password" => "Passwuert", "Name" => "Numm", "Download" => "Download" ); diff --git a/apps/files_sharing/l10n/lt_LT.php b/apps/files_sharing/l10n/lt_LT.php index b28fe24fe5b..4230473490e 100644 --- a/apps/files_sharing/l10n/lt_LT.php +++ b/apps/files_sharing/l10n/lt_LT.php @@ -1,10 +1,11 @@ <?php $TRANSLATIONS = array( -"Password" => "Slaptažodis", +"Cancel" => "Atšaukti", "Shared by {owner}" => "Bendrina {owner}", "Shared by" => "Dalinasi", "This share is password-protected" => "Turinys apsaugotas slaptažodžiu", "The password is wrong. Try again." => "Netinka slaptažodis: Bandykite dar kartą.", +"Password" => "Slaptažodis", "Name" => "Pavadinimas", "Sorry, this link doesn’t seem to work anymore." => "Atleiskite, panašu, kad nuoroda yra neveiksni.", "Reasons might be:" => "Galimos priežastys:", diff --git a/apps/files_sharing/l10n/lv.php b/apps/files_sharing/l10n/lv.php index c44222362db..2e48ba2b57e 100644 --- a/apps/files_sharing/l10n/lv.php +++ b/apps/files_sharing/l10n/lv.php @@ -1,8 +1,9 @@ <?php $TRANSLATIONS = array( -"Password" => "Parole", +"Cancel" => "Atcelt", "Shared by {owner}" => "Dalījās {owner}", "Shared by" => "Dalījās", +"Password" => "Parole", "Name" => "Nosaukums", "Download" => "Lejupielādēt" ); diff --git a/apps/files_sharing/l10n/mk.php b/apps/files_sharing/l10n/mk.php index b4eefd2b903..7a1a9ce3a61 100644 --- a/apps/files_sharing/l10n/mk.php +++ b/apps/files_sharing/l10n/mk.php @@ -6,11 +6,12 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "Ниту една датотека сеуште не била споделена со вас.", "You haven't shared any files yet." => "Вие досега немате споделено ниту една датотека.", "You haven't shared any files by link yet." => "Сеуште немате споделено датотека со врска.", -"Password" => "Лозинка", +"Cancel" => "Откажи", "Shared by {owner}" => "Споделени од {owner}", "Shared by" => "Споделено од", "This share is password-protected" => "Ова споделување е заштитено со лозинка", "The password is wrong. Try again." => "Лозинката е грешна. Обиди се повторно.", +"Password" => "Лозинка", "Name" => "Име", "Share time" => "Сподели време", "Sorry, this link doesn’t seem to work anymore." => "Извенете, но овој линк изгледа дека повеќе не функционира.", diff --git a/apps/files_sharing/l10n/ms_MY.php b/apps/files_sharing/l10n/ms_MY.php index 87d60f95ee3..0d1e00c1b47 100644 --- a/apps/files_sharing/l10n/ms_MY.php +++ b/apps/files_sharing/l10n/ms_MY.php @@ -1,7 +1,8 @@ <?php $TRANSLATIONS = array( -"Password" => "Kata laluan", +"Cancel" => "Batal", "Shared by" => "Dikongsi dengan", +"Password" => "Kata laluan", "Name" => "Nama", "Download" => "Muat turun" ); diff --git a/apps/files_sharing/l10n/my_MM.php b/apps/files_sharing/l10n/my_MM.php index ff92e898ed4..4ca6a9049e7 100644 --- a/apps/files_sharing/l10n/my_MM.php +++ b/apps/files_sharing/l10n/my_MM.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Cancel" => "ပယ်ဖျက်မည်", "Password" => "စကားဝှက်", "Download" => "ဒေါင်းလုတ်" ); diff --git a/apps/files_sharing/l10n/nb_NO.php b/apps/files_sharing/l10n/nb_NO.php index d8438f97b22..6ea420d8c6a 100644 --- a/apps/files_sharing/l10n/nb_NO.php +++ b/apps/files_sharing/l10n/nb_NO.php @@ -8,15 +8,14 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "Ingen filer er delt med deg ennå.", "You haven't shared any files yet." => "Du har ikke delt noen filer ennå.", "You haven't shared any files by link yet." => "Du har ikke delt noen filer med lenke ennå.", -"Add {name} from {owner}@{remote}" => "Legg til {name} fra {owner}@{remote}", -"Add Share" => "Ny deling", -"Password" => "Passord", +"Cancel" => "Avbryt", "No ownCloud installation found at {remote}" => "Ingen ownCloud-installasjon funnet på {remote}", "Invalid ownCloud url" => "Ugyldig ownCloud-url", "Shared by {owner}" => "Delt av {owner}", "Shared by" => "Delt av", "This share is password-protected" => "Denne delingen er passordbeskyttet", "The password is wrong. Try again." => "Passordet er feil. Prøv på nytt.", +"Password" => "Passord", "Name" => "Navn", "Share time" => "Delingstidspunkt", "Sorry, this link doesn’t seem to work anymore." => "Beklager, denne lenken ser ikke ut til å virke lenger.", diff --git a/apps/files_sharing/l10n/nl.php b/apps/files_sharing/l10n/nl.php index c69fe2d3a8b..7916d4a0bc8 100644 --- a/apps/files_sharing/l10n/nl.php +++ b/apps/files_sharing/l10n/nl.php @@ -8,15 +8,14 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "Er zijn nog geen bestanden met u gedeeld.", "You haven't shared any files yet." => "U hebt nog geen bestanden gedeeld.", "You haven't shared any files by link yet." => "U hebt nog geen bestanden via een link gedeeld.", -"Add {name} from {owner}@{remote}" => "Toevoegen {name} van {owner}@{remote}", -"Add Share" => "Toevoegen share", -"Password" => "Wachtwoord", +"Cancel" => "Annuleer", "No ownCloud installation found at {remote}" => "Geen ownCloud installatie gevonden op {remote}", "Invalid ownCloud url" => "Ongeldige ownCloud url", "Shared by {owner}" => "Gedeeld door {owner}", "Shared by" => "Gedeeld door", "This share is password-protected" => "Deze share is met een wachtwoord beveiligd", "The password is wrong. Try again." => "Wachtwoord ongeldig. Probeer het nogmaals.", +"Password" => "Wachtwoord", "Name" => "Naam", "Share time" => "Deel tijd", "Sorry, this link doesn’t seem to work anymore." => "Sorry, deze link lijkt niet meer in gebruik te zijn.", diff --git a/apps/files_sharing/l10n/nn_NO.php b/apps/files_sharing/l10n/nn_NO.php index 8585a378130..18f1aae2494 100644 --- a/apps/files_sharing/l10n/nn_NO.php +++ b/apps/files_sharing/l10n/nn_NO.php @@ -1,9 +1,10 @@ <?php $TRANSLATIONS = array( -"Password" => "Passord", +"Cancel" => "Avbryt", "Shared by {owner}" => "Delt av {owner}", "Shared by" => "Delt av", "The password is wrong. Try again." => "Passordet er gale. Prøv igjen.", +"Password" => "Passord", "Name" => "Namn", "Sorry, this link doesn’t seem to work anymore." => "Orsak, denne lenkja fungerer visst ikkje lenger.", "Reasons might be:" => "Moglege grunnar:", diff --git a/apps/files_sharing/l10n/oc.php b/apps/files_sharing/l10n/oc.php index 2127e9dcfac..63169697690 100644 --- a/apps/files_sharing/l10n/oc.php +++ b/apps/files_sharing/l10n/oc.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Cancel" => "Annula", "Password" => "Senhal", "Name" => "Nom", "Download" => "Avalcarga" diff --git a/apps/files_sharing/l10n/pa.php b/apps/files_sharing/l10n/pa.php index 43632737a29..cdd4fbc8c44 100644 --- a/apps/files_sharing/l10n/pa.php +++ b/apps/files_sharing/l10n/pa.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Cancel" => "ਰੱਦ ਕਰੋ", "Password" => "ਪਾਸਵਰ", "Download" => "ਡਾਊਨਲੋਡ" ); diff --git a/apps/files_sharing/l10n/pl.php b/apps/files_sharing/l10n/pl.php index 31c12ad33c3..3000a9ea64d 100644 --- a/apps/files_sharing/l10n/pl.php +++ b/apps/files_sharing/l10n/pl.php @@ -7,14 +7,14 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "Nie ma jeszcze żadnych plików współdzielonych z Tobą", "You haven't shared any files yet." => "Nie współdzielisz jeszcze żadnych plików.", "You haven't shared any files by link yet." => "Nie współdzielisz jeszcze żadnych plików linkiem", -"Add {name} from {owner}@{remote}" => "Dodaj {name} z {owner}@{remote}", -"Password" => "Hasło", +"Cancel" => "Anuluj", "No ownCloud installation found at {remote}" => "Nie znaleziono instalacji ownCloud na {remote}", "Invalid ownCloud url" => "Błędny adres URL", "Shared by {owner}" => "Udostępnione przez {owner}", "Shared by" => "Udostępniane przez", "This share is password-protected" => "Udział ten jest chroniony hasłem", "The password is wrong. Try again." => "To hasło jest niewłaściwe. Spróbuj ponownie.", +"Password" => "Hasło", "Name" => "Nazwa", "Share time" => "Czas współdzielenia", "Sorry, this link doesn’t seem to work anymore." => "Przepraszamy ale wygląda na to, że ten link już nie działa.", diff --git a/apps/files_sharing/l10n/pt_BR.php b/apps/files_sharing/l10n/pt_BR.php index 752f885f7b9..3b6328c69a5 100644 --- a/apps/files_sharing/l10n/pt_BR.php +++ b/apps/files_sharing/l10n/pt_BR.php @@ -8,15 +8,18 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "Nenhum arquivo ainda foi compartilhado com você.", "You haven't shared any files yet." => "Você ainda não compartilhou nenhum arquivo.", "You haven't shared any files by link yet." => "Você ainda não compartilhou nenhum arquivo por link.", -"Add {name} from {owner}@{remote}" => "Adicionar {name} de {owner}@{remote}", -"Add Share" => "Adicionar Compartilhamento", -"Password" => "Senha", +"Do you want to add the remote share {name} from {owner}@{remote}?" => "Você quer adicionar o compartilhamento remoto {name} de {owner}@{remote}?", +"Remote share" => "Compartilhamento remoto", +"Remote share password" => "Senha do compartilhamento remoto", +"Cancel" => "Cancelar", +"Add remote share" => "Adicionar compartilhamento remoto", "No ownCloud installation found at {remote}" => "Nenhuma instalação ownCloud encontrada em {remote}", "Invalid ownCloud url" => "Url invalida para ownCloud", "Shared by {owner}" => "Compartilhado por {owner}", "Shared by" => "Compartilhado por", "This share is password-protected" => "Este compartilhamento esta protegido por senha", "The password is wrong. Try again." => "Senha incorreta. Tente novamente.", +"Password" => "Senha", "Name" => "Nome", "Share time" => "Tempo de compartilhamento", "Sorry, this link doesn’t seem to work anymore." => "Desculpe, este link parece não mais funcionar.", diff --git a/apps/files_sharing/l10n/pt_PT.php b/apps/files_sharing/l10n/pt_PT.php index dd3a7793d02..b9d9f4e2c3f 100644 --- a/apps/files_sharing/l10n/pt_PT.php +++ b/apps/files_sharing/l10n/pt_PT.php @@ -8,15 +8,14 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "Ainda não partilhados quaisquer ficheuiros consigo.", "You haven't shared any files yet." => "Ainda não partilhou quaisquer ficheiros.", "You haven't shared any files by link yet." => "Ainda não partilhou quaisquer ficheiros por hiperligação.", -"Add {name} from {owner}@{remote}" => "Adicionar {name} de {owner}@{remote}", -"Add Share" => "Adicionar Partilha", -"Password" => "Senha", +"Cancel" => "Cancelar", "No ownCloud installation found at {remote}" => "Não foi encontrada uma instalação em {remote}", "Invalid ownCloud url" => "Endereço errado", "Shared by {owner}" => "Partilhado por {dono}", "Shared by" => "Partilhado por", "This share is password-protected" => "Esta partilha está protegida por senha", "The password is wrong. Try again." => "A senha está errada. Por favor, tente de novo.", +"Password" => "Senha", "Name" => "Nome", "Share time" => "Hora da Partilha", "Sorry, this link doesn’t seem to work anymore." => "Desculpe, mas esta hiperligação parece já não estar a funcionar.", diff --git a/apps/files_sharing/l10n/ro.php b/apps/files_sharing/l10n/ro.php index 3c5408b9b4f..5f999d9772b 100644 --- a/apps/files_sharing/l10n/ro.php +++ b/apps/files_sharing/l10n/ro.php @@ -1,8 +1,9 @@ <?php $TRANSLATIONS = array( -"Password" => "Parolă", +"Cancel" => "Anulare", "Shared by" => "impartite in ", "The password is wrong. Try again." => "Parola este incorectă. Încercaţi din nou.", +"Password" => "Parolă", "Name" => "Nume", "Download" => "Descarcă" ); diff --git a/apps/files_sharing/l10n/ru.php b/apps/files_sharing/l10n/ru.php index 3fa0ba7b5c2..1813aa76892 100644 --- a/apps/files_sharing/l10n/ru.php +++ b/apps/files_sharing/l10n/ru.php @@ -5,13 +5,13 @@ $TRANSLATIONS = array( "Shared by link" => "Доступно по ссылке", "No files have been shared with you yet." => "Вы ещё не опубликовали файлы", "You haven't shared any files yet." => "Вы не имеете файлов в открытом доступе", -"Add {name} from {owner}@{remote}" => "Добавить {name} из {owner}@{remote}", -"Password" => "Пароль", +"Cancel" => "Отменить", "Invalid ownCloud url" => "Не верный ownCloud адрес", "Shared by {owner}" => "Доступ открыл {owner}", "Shared by" => "Опубликовано", "This share is password-protected" => "Для доступа к информации необходимо ввести пароль", "The password is wrong. Try again." => "Неверный пароль. Попробуйте еще раз.", +"Password" => "Пароль", "Name" => "Имя", "Share time" => "Дата публикации", "Sorry, this link doesn’t seem to work anymore." => "Эта ссылка устарела и более не действительна.", diff --git a/apps/files_sharing/l10n/si_LK.php b/apps/files_sharing/l10n/si_LK.php index bd71de99b34..f3919e97b11 100644 --- a/apps/files_sharing/l10n/si_LK.php +++ b/apps/files_sharing/l10n/si_LK.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Cancel" => "එපා", "Password" => "මුර පදය", "Name" => "නම", "Download" => "බාන්න" diff --git a/apps/files_sharing/l10n/sk.php b/apps/files_sharing/l10n/sk.php index 72c9039571e..bc251c7fd59 100644 --- a/apps/files_sharing/l10n/sk.php +++ b/apps/files_sharing/l10n/sk.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Cancel" => "Zrušiť", "Download" => "Stiahnuť" ); $PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/apps/files_sharing/l10n/sk_SK.php b/apps/files_sharing/l10n/sk_SK.php index cdb6dd891fe..e8620e2401d 100644 --- a/apps/files_sharing/l10n/sk_SK.php +++ b/apps/files_sharing/l10n/sk_SK.php @@ -8,14 +8,14 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "Zatiaľ s vami nikto žiadne súbory nezdieľal.", "You haven't shared any files yet." => "Zatiaľ ste nezdieľali žiadne súbory.", "You haven't shared any files by link yet." => "Zatiaľ ste pomocou odkazu nezdieľali žiaden súbor.", -"Add {name} from {owner}@{remote}" => "Pridať {name} z {owner}@{remote}", -"Password" => "Heslo", +"Cancel" => "Zrušiť", "No ownCloud installation found at {remote}" => "Žiadna ownCloud inštancia na {remote}", "Invalid ownCloud url" => "Chybná ownCloud url", "Shared by {owner}" => "Zdieľa {owner}", "Shared by" => "Zdieľa", "This share is password-protected" => "Toto zdieľanie je chránené heslom", "The password is wrong. Try again." => "Heslo je chybné. Skúste to znova.", +"Password" => "Heslo", "Name" => "Názov", "Share time" => "Čas zdieľania", "Sorry, this link doesn’t seem to work anymore." => "To je nepríjemné, ale tento odkaz už nie je funkčný.", diff --git a/apps/files_sharing/l10n/sl.php b/apps/files_sharing/l10n/sl.php index e4cab2bdddd..c288def0830 100644 --- a/apps/files_sharing/l10n/sl.php +++ b/apps/files_sharing/l10n/sl.php @@ -8,13 +8,13 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "Ni datotek, ki bi jih drugi omogočili za souporabo z vami.", "You haven't shared any files yet." => "Ni datotek, ki bi jih omogočili za souporabo.", "You haven't shared any files by link yet." => "Ni datotek, ki bi jih omogočili za souporabo s povezavo.", -"Add Share" => "Dodaj v souporabo", -"Password" => "Geslo", +"Cancel" => "Prekliči", "Invalid ownCloud url" => "Naveden je neveljaven naslov URL strežnika ownCloud", "Shared by {owner}" => "Souporabo omogoča {owner}", "Shared by" => "V souporabi z", "This share is password-protected" => "To mesto je zaščiteno z geslom.", "The password is wrong. Try again." => "Geslo je napačno. Poskusite znova.", +"Password" => "Geslo", "Name" => "Ime", "Share time" => "Čas souporabe", "Sorry, this link doesn’t seem to work anymore." => "Povezava očitno ni več v uporabi.", diff --git a/apps/files_sharing/l10n/sq.php b/apps/files_sharing/l10n/sq.php index bacc4af1677..56b3816da32 100644 --- a/apps/files_sharing/l10n/sq.php +++ b/apps/files_sharing/l10n/sq.php @@ -1,9 +1,10 @@ <?php $TRANSLATIONS = array( -"Password" => "Kodi", +"Cancel" => "Anullo", "Shared by" => "Ndarë nga", "This share is password-protected" => "Kjo pjesë është e mbrojtur me fjalëkalim", "The password is wrong. Try again." => "Kodi është i gabuar. Provojeni përsëri.", +"Password" => "Kodi", "Name" => "Emri", "Sorry, this link doesn’t seem to work anymore." => "Ju kërkojmë ndjesë, kjo lidhje duket sikur nuk punon më.", "Reasons might be:" => "Arsyet mund të jenë:", diff --git a/apps/files_sharing/l10n/sr.php b/apps/files_sharing/l10n/sr.php index 623a0d90f16..2f5a996bba5 100644 --- a/apps/files_sharing/l10n/sr.php +++ b/apps/files_sharing/l10n/sr.php @@ -1,7 +1,8 @@ <?php $TRANSLATIONS = array( -"Password" => "Лозинка", +"Cancel" => "Откажи", "Shared by" => "Делио", +"Password" => "Лозинка", "Name" => "Име", "Download" => "Преузми" ); diff --git a/apps/files_sharing/l10n/sr@latin.php b/apps/files_sharing/l10n/sr@latin.php index a0cf64c0f1d..168005c1e39 100644 --- a/apps/files_sharing/l10n/sr@latin.php +++ b/apps/files_sharing/l10n/sr@latin.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Cancel" => "Otkaži", "Password" => "Lozinka", "Name" => "Ime", "Download" => "Preuzmi" diff --git a/apps/files_sharing/l10n/sv.php b/apps/files_sharing/l10n/sv.php index 563e5f1d17b..083726ff89b 100644 --- a/apps/files_sharing/l10n/sv.php +++ b/apps/files_sharing/l10n/sv.php @@ -8,15 +8,14 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "Inga filer har ännu delats med dig.", "You haven't shared any files yet." => "Du har inte delat några filer ännu.", "You haven't shared any files by link yet." => "Du har inte delat några filer som länk ännu.", -"Add {name} from {owner}@{remote}" => "Lägg till {name} från {owner}@{remote}", -"Add Share" => "Lägg till delning", -"Password" => "Lösenord", +"Cancel" => "Avbryt", "No ownCloud installation found at {remote}" => "Ingen ownCloudinstallation funnen på {remote}", "Invalid ownCloud url" => "Felaktig ownCloud url", "Shared by {owner}" => "Delad av {owner}", "Shared by" => "Delad av", "This share is password-protected" => "Den här delningen är lösenordsskyddad", "The password is wrong. Try again." => "Lösenordet är fel. Försök igen.", +"Password" => "Lösenord", "Name" => "Namn", "Share time" => "Delningstid", "Sorry, this link doesn’t seem to work anymore." => "Tyvärr, denna länk verkar inte fungera längre.", diff --git a/apps/files_sharing/l10n/ta_LK.php b/apps/files_sharing/l10n/ta_LK.php index 623786a789a..1e6670bb261 100644 --- a/apps/files_sharing/l10n/ta_LK.php +++ b/apps/files_sharing/l10n/ta_LK.php @@ -1,7 +1,8 @@ <?php $TRANSLATIONS = array( -"Password" => "கடவுச்சொல்", +"Cancel" => "இரத்து செய்க", "Shared by {owner}" => "பகிரப்பட்டது {சொந்தகாரர்}", +"Password" => "கடவுச்சொல்", "Name" => "பெயர்", "Download" => "பதிவிறக்குக" ); diff --git a/apps/files_sharing/l10n/te.php b/apps/files_sharing/l10n/te.php index e9da4e6963d..249e121cdbf 100644 --- a/apps/files_sharing/l10n/te.php +++ b/apps/files_sharing/l10n/te.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Cancel" => "రద్దుచేయి", "Password" => "సంకేతపదం", "Name" => "పేరు" ); diff --git a/apps/files_sharing/l10n/th_TH.php b/apps/files_sharing/l10n/th_TH.php index 46e10de4203..35cc9aeaae4 100644 --- a/apps/files_sharing/l10n/th_TH.php +++ b/apps/files_sharing/l10n/th_TH.php @@ -1,8 +1,9 @@ <?php $TRANSLATIONS = array( -"Password" => "รหัสผ่าน", +"Cancel" => "ยกเลิก", "Shared by {owner}" => "ถูกแชร์โดย {owner}", "Shared by" => "ถูกแชร์โดย", +"Password" => "รหัสผ่าน", "Name" => "ชื่อ", "Download" => "ดาวน์โหลด" ); diff --git a/apps/files_sharing/l10n/tr.php b/apps/files_sharing/l10n/tr.php index ca08f16f26a..bc1e5f86b90 100644 --- a/apps/files_sharing/l10n/tr.php +++ b/apps/files_sharing/l10n/tr.php @@ -8,15 +8,14 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "Henüz sizinle paylaşılan bir dosya yok.", "You haven't shared any files yet." => "Henüz hiçbir dosya paylaşmadınız.", "You haven't shared any files by link yet." => "Bağlantı ile henüz hiçbir dosya paylaşmadınız.", -"Add {name} from {owner}@{remote}" => "{name} paylaşımını {owner}@{remote} konumundan ekle", -"Add Share" => "Paylaşım Ekle", -"Password" => "Parola", +"Cancel" => "İptal", "No ownCloud installation found at {remote}" => "{remote} üzerinde ownCloud kurulumu bulunamadı", "Invalid ownCloud url" => "Geçersiz ownCloud adresi", "Shared by {owner}" => "{owner} tarafından paylaşılmış", "Shared by" => "Paylaşan", "This share is password-protected" => "Bu paylaşım parola korumalı", "The password is wrong. Try again." => "Parola hatalı. Yeniden deneyin.", +"Password" => "Parola", "Name" => "Ad", "Share time" => "Paylaşma zamanı", "Sorry, this link doesn’t seem to work anymore." => "Üzgünüz, bu bağlantı artık çalışıyor gibi görünmüyor.", diff --git a/apps/files_sharing/l10n/ug.php b/apps/files_sharing/l10n/ug.php index 20ff300cad4..f15cda0e497 100644 --- a/apps/files_sharing/l10n/ug.php +++ b/apps/files_sharing/l10n/ug.php @@ -1,7 +1,8 @@ <?php $TRANSLATIONS = array( -"Password" => "ئىم", +"Cancel" => "ۋاز كەچ", "Shared by" => "ھەمبەھىرلىگۈچى", +"Password" => "ئىم", "Name" => "ئاتى", "Download" => "چۈشۈر" ); diff --git a/apps/files_sharing/l10n/uk.php b/apps/files_sharing/l10n/uk.php index 56ac3357e76..edeb87ced8c 100644 --- a/apps/files_sharing/l10n/uk.php +++ b/apps/files_sharing/l10n/uk.php @@ -1,10 +1,11 @@ <?php $TRANSLATIONS = array( -"Password" => "Пароль", +"Cancel" => "Відмінити", "Shared by {owner}" => "Опублікував {owner}", "Shared by" => "Опубліковано", "This share is password-protected" => "Цей ресурс обміну захищений паролем", "The password is wrong. Try again." => "Невірний пароль. Спробуйте ще раз.", +"Password" => "Пароль", "Name" => "Ім'я", "Sorry, this link doesn’t seem to work anymore." => "На жаль, посилання більше не працює.", "Reasons might be:" => "Можливі причини:", diff --git a/apps/files_sharing/l10n/ur_PK.php b/apps/files_sharing/l10n/ur_PK.php index cd57b0018b1..428feb5fbb9 100644 --- a/apps/files_sharing/l10n/ur_PK.php +++ b/apps/files_sharing/l10n/ur_PK.php @@ -1,7 +1,8 @@ <?php $TRANSLATIONS = array( -"Password" => "پاسورڈ", +"Cancel" => "منسوخ کریں", "Shared by" => "سے اشتراک شدہ", +"Password" => "پاسورڈ", "Name" => "اسم", "Download" => "ڈاؤن لوڈ،" ); diff --git a/apps/files_sharing/l10n/vi.php b/apps/files_sharing/l10n/vi.php index dd51aeeb472..abafa00dbee 100644 --- a/apps/files_sharing/l10n/vi.php +++ b/apps/files_sharing/l10n/vi.php @@ -1,8 +1,9 @@ <?php $TRANSLATIONS = array( -"Password" => "Mật khẩu", +"Cancel" => "Hủy", "Shared by {owner}" => "Được chia sẽ bởi {owner}", "Shared by" => "Chia sẻ bởi", +"Password" => "Mật khẩu", "Name" => "Tên", "Download" => "Tải về" ); diff --git a/apps/files_sharing/l10n/zh_CN.php b/apps/files_sharing/l10n/zh_CN.php index f2147a3f796..eafde5d837d 100644 --- a/apps/files_sharing/l10n/zh_CN.php +++ b/apps/files_sharing/l10n/zh_CN.php @@ -8,15 +8,14 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "目前没有文件向您分享。", "You haven't shared any files yet." => "您还未分享过文件。", "You haven't shared any files by link yet." => "您还没通过链接分享文件。", -"Add {name} from {owner}@{remote}" => "添加 {name} 来自 {owner}@{remote}", -"Add Share" => "添加分享", -"Password" => "密码", +"Cancel" => "取消", "No ownCloud installation found at {remote}" => "未能在 {remote} 找到 ownCloud 服务", "Invalid ownCloud url" => "无效的 ownCloud 网址", "Shared by {owner}" => "由 {owner} 分享", "Shared by" => "共享人", "This share is password-protected" => "这是一个密码保护的共享", "The password is wrong. Try again." => "用户名或密码错误!请重试", +"Password" => "密码", "Name" => "名称", "Share time" => "分享时间", "Sorry, this link doesn’t seem to work anymore." => "抱歉,此链接已失效", diff --git a/apps/files_sharing/l10n/zh_HK.php b/apps/files_sharing/l10n/zh_HK.php index 9856b504cfa..00a2620cb18 100644 --- a/apps/files_sharing/l10n/zh_HK.php +++ b/apps/files_sharing/l10n/zh_HK.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Cancel" => "取消", "Password" => "密碼", "Name" => "名稱", "Download" => "下載" diff --git a/apps/files_sharing/l10n/zh_TW.php b/apps/files_sharing/l10n/zh_TW.php index 2baba3d3328..1af3dd9f2f9 100644 --- a/apps/files_sharing/l10n/zh_TW.php +++ b/apps/files_sharing/l10n/zh_TW.php @@ -1,10 +1,11 @@ <?php $TRANSLATIONS = array( -"Password" => "密碼", +"Cancel" => "取消", "Shared by {owner}" => "由 {owner} 分享", "Shared by" => "由...分享", "This share is password-protected" => "這個分享有密碼保護", "The password is wrong. Try again." => "請檢查您的密碼並再試一次", +"Password" => "密碼", "Name" => "名稱", "Sorry, this link doesn’t seem to work anymore." => "抱歉,此連結已經失效", "Reasons might be:" => "可能的原因:", diff --git a/apps/files_sharing/lib/updater.php b/apps/files_sharing/lib/updater.php index aac4ed196de..a34140f5a35 100644 --- a/apps/files_sharing/lib/updater.php +++ b/apps/files_sharing/lib/updater.php @@ -204,8 +204,8 @@ class Shared_Updater { static public function fixBrokenSharesOnAppUpdate() { // delete all shares where the original file no longer exists $findAndRemoveShares = \OC_DB::prepare('DELETE FROM `*PREFIX*share` ' . - 'WHERE `file_source` NOT IN ( ' . - 'SELECT `fileid` FROM `*PREFIX*filecache` WHERE `item_type` IN (\'file\', \'folder\'))' + 'WHERE `item_type` IN (\'file\', \'folder\') ' . + 'AND `file_source` NOT IN (SELECT `fileid` FROM `*PREFIX*filecache`)' ); $findAndRemoveShares->execute(array()); } diff --git a/apps/files_sharing/publicwebdav.php b/apps/files_sharing/publicwebdav.php index 684edd97670..03e43967a40 100644 --- a/apps/files_sharing/publicwebdav.php +++ b/apps/files_sharing/publicwebdav.php @@ -67,7 +67,6 @@ $server->subscribeEvent('beforeMethod', function () use ($server, $objectTree, $ $mountManager = \OC\Files\Filesystem::getMountManager(); $objectTree->init($root, $view, $mountManager); - $server->addPlugin(new OC_Connector_Sabre_AbortedUploadDetectionPlugin($view)); $server->addPlugin(new OC_Connector_Sabre_QuotaPlugin($view)); }, 30); // priority 30: after auth (10) and acl(20), before lock(50) and handling the request diff --git a/apps/files_sharing/tests/js/sharedfilelistSpec.js b/apps/files_sharing/tests/js/sharedfilelistSpec.js index 4e130885500..41c8a1f05d8 100644 --- a/apps/files_sharing/tests/js/sharedfilelistSpec.js +++ b/apps/files_sharing/tests/js/sharedfilelistSpec.js @@ -499,6 +499,48 @@ describe('OCA.Sharing.FileList tests', function() { expect($tr.attr('data-permissions')).toEqual('31'); // read and delete expect($tr.attr('data-mime')).toEqual('text/plain'); expect($tr.attr('data-mtime')).toEqual('11111000'); + expect($tr.attr('data-share-recipients')).not.toBeDefined(); + expect($tr.attr('data-share-owner')).not.toBeDefined(); + expect($tr.attr('data-share-id')).toEqual('7'); + expect($tr.find('a.name').attr('href')).toEqual( + OC.webroot + + '/index.php/apps/files/ajax/download.php' + + '?dir=%2Flocal%20path&files=local%20name.txt'); + + expect($tr.find('.nametext').text().trim()).toEqual('local name.txt'); + }); + it('does not show virtual token recipient as recipient when password was set', function() { + /* jshint camelcase: false */ + var request; + // when a password is set, share_with contains an auth token + ocsResponse.ocs.data[0].share_with = 'abc01234/01234abc'; + ocsResponse.ocs.data[0].share_with_displayname = 'abc01234/01234abc'; + expect(fakeServer.requests.length).toEqual(1); + request = fakeServer.requests[0]; + expect(request.url).toEqual( + OC.linkToOCS('apps/files_sharing/api/v1') + + 'shares?format=json&shared_with_me=false' + ); + + fakeServer.requests[0].respond( + 200, + { 'Content-Type': 'application/json' }, + JSON.stringify(ocsResponse) + ); + + // only renders the link share entry + var $rows = fileList.$el.find('tbody tr'); + var $tr = $rows.eq(0); + expect($rows.length).toEqual(1); + expect($tr.attr('data-id')).toEqual('49'); + expect($tr.attr('data-type')).toEqual('file'); + expect($tr.attr('data-file')).toEqual('local name.txt'); + expect($tr.attr('data-path')).toEqual('/local path'); + expect($tr.attr('data-size')).not.toBeDefined(); + expect($tr.attr('data-permissions')).toEqual('31'); // read and delete + expect($tr.attr('data-mime')).toEqual('text/plain'); + expect($tr.attr('data-mtime')).toEqual('11111000'); + expect($tr.attr('data-share-recipients')).not.toBeDefined(); expect($tr.attr('data-share-owner')).not.toBeDefined(); expect($tr.attr('data-share-id')).toEqual('7'); expect($tr.find('a.name').attr('href')).toEqual( diff --git a/apps/files_sharing/tests/update.php b/apps/files_sharing/tests/update.php index b0215d68176..86b92b69616 100644 --- a/apps/files_sharing/tests/update.php +++ b/apps/files_sharing/tests/update.php @@ -87,13 +87,18 @@ class Test_Files_Sharing_Update_Routine extends Test_Files_Sharing_Base { /** * @medium */ - function testRemoveBrokenShares() { + function testRemoveBrokenFileShares() { $this->prepareFileCache(); - // check if there are just 3 shares (see setUp - precondition: empty table) - $countShares = \OC_DB::prepare('SELECT COUNT(`id`) FROM `*PREFIX*share`'); - $result = $countShares->execute()->fetchOne(); + // check if there are just 4 shares (see setUp - precondition: empty table) + $countAllShares = \OC_DB::prepare('SELECT COUNT(`id`) FROM `*PREFIX*share`'); + $result = $countAllShares->execute()->fetchOne(); + $this->assertEquals(4, $result); + + // check if there are just 3 file shares (see setUp - precondition: empty table) + $countFileShares = \OC_DB::prepare('SELECT COUNT(`id`) FROM `*PREFIX*share` WHERE `item_type` IN (\'file\', \'folder\')'); + $result = $countFileShares->execute()->fetchOne(); $this->assertEquals(3, $result); // check if there are just 2 items (see setUp - precondition: empty table) @@ -105,19 +110,23 @@ class Test_Files_Sharing_Update_Routine extends Test_Files_Sharing_Base { \OC\Files\Cache\Shared_Updater::fixBrokenSharesOnAppUpdate(); // check if there are just 2 shares (one gets killed by the code as there is no filecache entry for this) - $countShares = \OC_DB::prepare('SELECT COUNT(`id`) FROM `*PREFIX*share`'); - $result = $countShares->execute()->fetchOne(); + $result = $countFileShares->execute()->fetchOne(); $this->assertEquals(2, $result); // check if the share of file '200' is removed as there is no entry for this in filecache table - $countShares = \OC_DB::prepare('SELECT COUNT(`id`) FROM `*PREFIX*share` WHERE `file_source` = 200'); - $result = $countShares->execute()->fetchOne(); + $countFileShares = \OC_DB::prepare('SELECT COUNT(`id`) FROM `*PREFIX*share` WHERE `file_source` = 200'); + $result = $countFileShares->execute()->fetchOne(); $this->assertEquals(0, $result); // check if there are just 2 items $countItems = \OC_DB::prepare('SELECT COUNT(`fileid`) FROM `*PREFIX*filecache`'); $result = $countItems->execute()->fetchOne(); $this->assertEquals(2, $result); + + // the calendar share survived + $countOtherShares = \OC_DB::prepare('SELECT COUNT(`id`) FROM `*PREFIX*share` WHERE `item_source` = \'999\''); + $result = $countOtherShares->execute()->fetchOne(); + $this->assertEquals(1, $result); } /** @@ -228,6 +237,11 @@ class Test_Files_Sharing_Update_Routine extends Test_Files_Sharing_Base { $addShares->execute(array($fileIds[0])); $addShares->execute(array(200)); // id of "deleted" file $addShares->execute(array($fileIds[1])); + + // add a few unrelated shares, calendar share that must be left untouched + $addShares = \OC_DB::prepare('INSERT INTO `*PREFIX*share` (`item_source`, `item_type`, `uid_owner`) VALUES (?, \'calendar\', 1)'); + // the number is used as item_source + $addShares->execute(array(999)); } } diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml index 860d6b1242a..41b14c21a06 100644 --- a/apps/files_trashbin/appinfo/info.xml +++ b/apps/files_trashbin/appinfo/info.xml @@ -24,4 +24,5 @@ <types> <filesystem/> </types> + <ocsid>166052</ocsid> </info> diff --git a/apps/files_trashbin/appinfo/version b/apps/files_trashbin/appinfo/version index ee6cdce3c29..b6160487433 100644 --- a/apps/files_trashbin/appinfo/version +++ b/apps/files_trashbin/appinfo/version @@ -1 +1 @@ -0.6.1 +0.6.2 diff --git a/apps/files_versions/appinfo/info.xml b/apps/files_versions/appinfo/info.xml index 5d536638fe8..d16c1bd1a24 100644 --- a/apps/files_versions/appinfo/info.xml +++ b/apps/files_versions/appinfo/info.xml @@ -29,4 +29,5 @@ <filesystem/> </types> <default_enable/> + <ocsid>166053</ocsid> </info> diff --git a/apps/files_versions/appinfo/version b/apps/files_versions/appinfo/version index ee90284c27f..90a27f9cea6 100644 --- a/apps/files_versions/appinfo/version +++ b/apps/files_versions/appinfo/version @@ -1 +1 @@ -1.0.4 +1.0.5 diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml index b70f0c54355..cf98b2dbe4e 100644 --- a/apps/user_ldap/appinfo/info.xml +++ b/apps/user_ldap/appinfo/info.xml @@ -17,4 +17,5 @@ <documentation> <admin>http://doc.owncloud.org/server/6.0/go.php?to=admin-ldap</admin> </documentation> + <ocsid>166061</ocsid> </info> diff --git a/apps/user_ldap/appinfo/version b/apps/user_ldap/appinfo/version index 2b7c5ae0184..17b2ccd9bf9 100644 --- a/apps/user_ldap/appinfo/version +++ b/apps/user_ldap/appinfo/version @@ -1 +1 @@ -0.4.2 +0.4.3 diff --git a/apps/user_ldap/group_ldap.php b/apps/user_ldap/group_ldap.php index 1a35691be85..0d3a70575ba 100644 --- a/apps/user_ldap/group_ldap.php +++ b/apps/user_ldap/group_ldap.php @@ -50,20 +50,29 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface { if(!$this->enabled) { return false; } - if($this->access->connection->isCached('inGroup'.$uid.':'.$gid)) { - return $this->access->connection->getFromCache('inGroup'.$uid.':'.$gid); + $cacheKey = 'inGroup'.$uid.':'.$gid; + if($this->access->connection->isCached($cacheKey)) { + return $this->access->connection->getFromCache($cacheKey); } - $dn_user = $this->access->username2dn($uid); - $dn_group = $this->access->groupname2dn($gid); + + $userDN = $this->access->username2dn($uid); + $groupDN = $this->access->groupname2dn($gid); // just in case - if(!$dn_group || !$dn_user) { - $this->access->connection->writeToCache('inGroup'.$uid.':'.$gid, false); + if(!$groupDN || !$userDN) { + $this->access->connection->writeToCache($cacheKey, false); return false; } + + //check primary group first + if($gid === $this->getUserPrimaryGroup($userDN)) { + $this->access->connection->writeToCache($cacheKey, true); + return true; + } + //usually, LDAP attributes are said to be case insensitive. But there are exceptions of course. - $members = array_keys($this->_groupMembers($dn_group)); + $members = array_keys($this->_groupMembers($groupDN)); if(!$members) { - $this->access->connection->writeToCache('inGroup'.$uid.':'.$gid, false); + $this->access->connection->writeToCache($cacheKey, false); return false; } @@ -82,8 +91,8 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface { $members = $dns; } - $isInGroup = in_array($dn_user, $members); - $this->access->connection->writeToCache('inGroup'.$uid.':'.$gid, $isInGroup); + $isInGroup = in_array($userDN, $members); + $this->access->connection->writeToCache($cacheKey, $isInGroup); return $isInGroup; } @@ -91,6 +100,7 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface { /** * @param string $dnGroup * @param array|null &$seen + * @return array|mixed|null */ private function _groupMembers($dnGroup, &$seen = null) { if ($seen === null) { @@ -126,6 +136,125 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface { } /** + * translates a primary group ID into an ownCloud internal name + * @param string $gid as given by primaryGroupID on AD + * @param string $dn a DN that belongs to the same domain as the group + * @return string|bool + */ + public function primaryGroupID2Name($gid, $dn) { + $cacheKey = 'primaryGroupIDtoName'; + if($this->access->connection->isCached($cacheKey)) { + $groupNames = $this->access->connection->getFromCache($cacheKey); + if(isset($groupNames[$gid])) { + return $groupNames[$gid]; + } + } + + $domainObjectSid = $this->access->getSID($dn); + if($domainObjectSid === false) { + return false; + } + + //we need to get the DN from LDAP + $filter = $this->access->combineFilterWithAnd(array( + $this->access->connection->ldapGroupFilter, + 'objectsid=' . $domainObjectSid . '-' . $gid + )); + $result = $this->access->searchGroups($filter, array('dn'), 1); + if(empty($result)) { + return false; + } + $dn = $result[0]; + + //and now the group name + //NOTE once we have separate ownCloud group IDs and group names we can + //directly read the display name attribute instead of the DN + $name = $this->access->dn2groupname($dn); + + $this->access->connection->writeToCache($cacheKey, $name); + + return $name; + } + + /** + * returns the entry's primary group ID + * @param string $dn + * @param string $attribute + * @return string|bool + */ + private function getEntryGroupID($dn, $attribute) { + $value = $this->access->readAttribute($dn, $attribute); + if(is_array($value) && !empty($value)) { + return $value[0]; + } + return false; + } + + /** + * returns the group's primary ID + * @param string $dn + * @return string|bool + */ + public function getGroupPrimaryGroupID($dn) { + return $this->getEntryGroupID($dn, 'primaryGroupToken'); + } + + /** + * returns the user's primary group ID + * @param string $dn + * @return string|bool + */ + public function getUserPrimaryGroupIDs($dn) { + return $this->getEntryGroupID($dn, 'primaryGroupID'); + } + + /** + * returns a list of users that have the given group as primary group + * + * @param string $groupDN + * @param $limit + * @param int $offset + * @return string[] + */ + public function getUsersInPrimaryGroup($groupDN, $limit = -1, $offset = 0) { + $groupID = $this->getGroupPrimaryGroupID($groupDN); + if($groupID === false) { + return array(); + } + + $filter = $this->access->combineFilterWithAnd(array( + $this->access->connection->ldapUserFilter, + 'primaryGroupID=' . $groupID + )); + + $users = $this->access->fetchListOfUsers( + $filter, + array($this->access->connection->ldapUserDisplayName, 'dn'), + $limit, + $offset + ); + + return $users; + } + + /** + * gets the primary group of a user + * @param string $dn + * @return string + */ + public function getUserPrimaryGroup($dn) { + $groupID = $this->getUserPrimaryGroupIDs($dn); + if($groupID !== false) { + $groupName = $this->primaryGroupID2Name($groupID, $dn); + if($groupName !== false) { + return $groupName; + } + } + + return false; + } + + /** * Get all groups a user belongs to * @param string $uid Name of the user * @return array with group names @@ -161,7 +290,14 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface { } $groups = array_values($this->getGroupsByMember($uid)); - $groups = array_unique($this->access->ownCloudGroupNames($groups), SORT_LOCALE_STRING); + $groups = $this->access->ownCloudGroupNames($groups); + + $primaryGroup = $this->getUserPrimaryGroup($userDN); + if($primaryGroup !== false) { + $groups[] = $primaryGroup; + } + + $groups = array_unique($groups, SORT_LOCALE_STRING); $this->access->connection->writeToCache($cacheKey, $groups); return $groups; @@ -170,6 +306,7 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface { /** * @param string $dn * @param array|null &$seen + * @return array */ private function getGroupsByMember($dn, &$seen = null) { if ($seen === null) { @@ -205,6 +342,11 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface { /** * get a list of all users in a group + * + * @param string $gid + * @param string $search + * @param int $limit + * @param int $offset * @return array with user ids */ public function usersInGroup($gid, $search = '', $limit = -1, $offset = 0) { @@ -214,9 +356,9 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface { if(!$this->groupExists($gid)) { return array(); } - $cachekey = 'usersInGroup-'.$gid.'-'.$search.'-'.$limit.'-'.$offset; + $cacheKey = 'usersInGroup-'.$gid.'-'.$search.'-'.$limit.'-'.$offset; // check for cache of the exact query - $groupUsers = $this->access->connection->getFromCache($cachekey); + $groupUsers = $this->access->connection->getFromCache($cacheKey); if(!is_null($groupUsers)) { return $groupUsers; } @@ -225,7 +367,7 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface { $groupUsers = $this->access->connection->getFromCache('usersInGroup-'.$gid.'-'.$search); if(!is_null($groupUsers)) { $groupUsers = array_slice($groupUsers, $offset, $limit); - $this->access->connection->writeToCache($cachekey, $groupUsers); + $this->access->connection->writeToCache($cacheKey, $groupUsers); return $groupUsers; } @@ -235,14 +377,14 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface { $groupDN = $this->access->groupname2dn($gid); if(!$groupDN) { // group couldn't be found, return empty resultset - $this->access->connection->writeToCache($cachekey, array()); + $this->access->connection->writeToCache($cacheKey, array()); return array(); } $members = array_keys($this->_groupMembers($groupDN)); if(!$members) { - //in case users could not be retrieved, return empty resultset - $this->access->connection->writeToCache($cachekey, array()); + //in case users could not be retrieved, return empty result set + $this->access->connection->writeToCache($cacheKey, array()); return array(); } @@ -250,7 +392,7 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface { $isMemberUid = (strtolower($this->access->connection->ldapGroupMemberAssocAttr) === 'memberuid'); foreach($members as $member) { if($isMemberUid) { - //we got uids, need to get their DNs to 'tranlsate' them to usernames + //we got uids, need to get their DNs to 'translate' them to user names $filter = $this->access->combineFilterWithAnd(array( \OCP\Util::mb_str_replace('%uid', $member, $this->access->connection->ldapLoginFilter, 'UTF-8'), @@ -276,10 +418,16 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface { } } } + natsort($groupUsers); $this->access->connection->writeToCache('usersInGroup-'.$gid.'-'.$search, $groupUsers); $groupUsers = array_slice($groupUsers, $offset, $limit); - $this->access->connection->writeToCache($cachekey, $groupUsers); + + //and get users that have the group as primary + $primaryUsers = $this->getUsersInPrimaryGroup($groupDN, $limit, $offset); + $groupUsers = array_unique(array_merge($groupUsers, $primaryUsers)); + + $this->access->connection->writeToCache($cacheKey, $groupUsers); return $groupUsers; } @@ -291,32 +439,32 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface { * @return int|bool */ public function countUsersInGroup($gid, $search = '') { - $cachekey = 'countUsersInGroup-'.$gid.'-'.$search; + $cacheKey = 'countUsersInGroup-'.$gid.'-'.$search; if(!$this->enabled || !$this->groupExists($gid)) { return false; } - $groupUsers = $this->access->connection->getFromCache($cachekey); + $groupUsers = $this->access->connection->getFromCache($cacheKey); if(!is_null($groupUsers)) { return $groupUsers; } $groupDN = $this->access->groupname2dn($gid); if(!$groupDN) { - // group couldn't be found, return empty resultset - $this->access->connection->writeToCache($cachekey, false); + // group couldn't be found, return empty result set + $this->access->connection->writeToCache($cacheKey, false); return false; } $members = array_keys($this->_groupMembers($groupDN)); if(!$members) { - //in case users could not be retrieved, return empty resultset - $this->access->connection->writeToCache($cachekey, false); + //in case users could not be retrieved, return empty result set + $this->access->connection->writeToCache($cacheKey, false); return false; } if(empty($search)) { $groupUsers = count($members); - $this->access->connection->writeToCache($cachekey, $groupUsers); + $this->access->connection->writeToCache($cacheKey, $groupUsers); return $groupUsers; } $isMemberUid = @@ -334,7 +482,7 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface { $groupUsers = array(); foreach($members as $member) { if($isMemberUid) { - //we got uids, need to get their DNs to 'tranlsate' them to usernames + //we got uids, need to get their DNs to 'translate' them to user names $filter = $this->access->combineFilterWithAnd(array( \OCP\Util::mb_str_replace('%uid', $member, $this->access->connection->ldapLoginFilter, 'UTF-8'), @@ -359,11 +507,19 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface { } } + //and get users that have the group as primary + $primaryUsers = $this->getUsersInPrimaryGroup($groupDN); + $groupUsers = array_unique(array_merge($groupUsers, $primaryUsers)); + return count($groupUsers); } /** * get a list of all groups + * + * @param string $search + * @param $limit + * @param int $offset * @return array with group names * * Returns a list with all groups (used by getGroups) @@ -372,11 +528,11 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface { if(!$this->enabled) { return array(); } - $cachekey = 'getGroups-'.$search.'-'.$limit.'-'.$offset; + $cacheKey = 'getGroups-'.$search.'-'.$limit.'-'.$offset; //Check cache before driving unnecessary searches - \OCP\Util::writeLog('user_ldap', 'getGroups '.$cachekey, \OCP\Util::DEBUG); - $ldap_groups = $this->access->connection->getFromCache($cachekey); + \OCP\Util::writeLog('user_ldap', 'getGroups '.$cacheKey, \OCP\Util::DEBUG); + $ldap_groups = $this->access->connection->getFromCache($cacheKey); if(!is_null($ldap_groups)) { return $ldap_groups; } @@ -397,26 +553,30 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface { $offset); $ldap_groups = $this->access->ownCloudGroupNames($ldap_groups); - $this->access->connection->writeToCache($cachekey, $ldap_groups); + $this->access->connection->writeToCache($cacheKey, $ldap_groups); return $ldap_groups; } /** * get a list of all groups using a paged search + * + * @param string $search + * @param int $limit + * @param int $offset * @return array with group names * * Returns a list with all groups - * Uses a paged search if available to override a - * server side search limit. - * (active directory has a limit of 1000 by default) + * Uses a paged search if available to override a + * server side search limit. + * (active directory has a limit of 1000 by default) */ public function getGroups($search = '', $limit = -1, $offset = 0) { if(!$this->enabled) { return array(); } - $pagingsize = $this->access->connection->ldapPagingSize; + $pagingSize = $this->access->connection->ldapPagingSize; if ((! $this->access->connection->hasPagedResultSupport) - || empty($pagingsize)) { + || empty($pagingSize)) { return $this->getGroupsChunk($search, $limit, $offset); } $maxGroups = 100000; // limit max results (just for safety reasons) @@ -428,7 +588,7 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface { $chunkOffset = $offset; $allGroups = array(); while ($chunkOffset < $overallLimit) { - $chunkLimit = min($pagingsize, $overallLimit - $chunkOffset); + $chunkLimit = min($pagingSize, $overallLimit - $chunkOffset); $ldapGroups = $this->getGroupsChunk($search, $chunkLimit, $chunkOffset); $nread = count($ldapGroups); \OCP\Util::writeLog('user_ldap', 'getGroups('.$search.'): read '.$nread.' at offset '.$chunkOffset.' (limit: '.$chunkLimit.')', \OCP\Util::DEBUG); @@ -445,6 +605,7 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface { /** * @param string $group + * @return bool */ public function groupMatchesFilter($group) { return (strripos($group, $this->groupSearch) !== false); diff --git a/apps/user_ldap/lib/access.php b/apps/user_ldap/lib/access.php index ca5d1386995..e3b6566bcf0 100644 --- a/apps/user_ldap/lib/access.php +++ b/apps/user_ldap/lib/access.php @@ -28,6 +28,9 @@ namespace OCA\user_ldap\lib; * @package OCA\user_ldap\lib */ class Access extends LDAPUtility implements user\IUserTools { + /** + * @var \OCA\user_ldap\lib\Connection + */ public $connection; public $userManager; //never ever check this var directly, always use getPagedSearchResultState @@ -61,8 +64,8 @@ class Access extends LDAPUtility implements user\IUserTools { /** * reads a given attribute for an LDAP record identified by a DN - * @param $dn the record in question - * @param $attr the attribute that shall be retrieved + * @param string $dn the record in question + * @param string $attr the attribute that shall be retrieved * if empty, just check the record's existence * @param string $filter * @return array|false an array of values on success or an empty @@ -181,6 +184,33 @@ class Access extends LDAPUtility implements user\IUserTools { } /** + * returns a DN-string that is cleaned from not domain parts, e.g. + * cn=foo,cn=bar,dc=foobar,dc=server,dc=org + * becomes dc=foobar,dc=server,dc=org + * @param string $dn + * @return string + */ + public function getDomainDNFromDN($dn) { + $allParts = $this->ldap->explodeDN($dn, 0); + if($allParts === false) { + //not a valid DN + return ''; + } + $domainParts = array(); + $dcFound = false; + foreach($allParts as $part) { + if(!$dcFound && strpos($part, 'dc=') === 0) { + $dcFound = true; + } + if($dcFound) { + $domainParts[] = $part; + } + } + $domainDN = implode(',', $domainParts); + return $domainDN; + } + + /** * gives back the database table for the query * @param bool $isUser * @return string @@ -534,7 +564,7 @@ class Access extends LDAPUtility implements user\IUserTools { if(!\OC_Group::groupExists($altName)) { return $altName; } - $altName = $name . '_' . $lastNo + $attempts; + $altName = $name . '_' . ($lastNo + $attempts); $attempts++; } return false; @@ -581,6 +611,7 @@ class Access extends LDAPUtility implements user\IUserTools { /** * @param boolean $isUsers + * @return array */ private function mappedComponents($isUsers) { $table = $this->getMapTable($isUsers); @@ -834,7 +865,7 @@ class Access extends LDAPUtility implements user\IUserTools { private function count($filter, $base, $attr = null, $limit = null, $offset = null, $skipHandling = false) { \OCP\Util::writeLog('user_ldap', 'Count filter: '.print_r($filter, true), \OCP\Util::DEBUG); - if(is_null($limit)) { + if(is_null($limit) || $limit <= 0) { $limit = intval($this->connection->ldapPagingSize); } @@ -894,6 +925,10 @@ class Access extends LDAPUtility implements user\IUserTools { * @return array with the search result */ private function search($filter, $base, $attr = null, $limit = null, $offset = null, $skipHandling = false) { + if($limit <= 0) { + //otherwise search will fail + $limit = null; + } $search = $this->executeSearch($filter, $base, $attr, $limit, $offset); if($search === false) { return array(); @@ -908,7 +943,7 @@ class Access extends LDAPUtility implements user\IUserTools { $this->processPagedSearchStatus($sr, $filter, $base, 1, $limit, $offset, $pagedSearchOK, $skipHandling); - return; + return array(); } // Do the server-side sorting @@ -1233,6 +1268,55 @@ class Access extends LDAPUtility implements user\IUserTools { } /** + * gets a SID of the domain of the given dn + * @param string $dn + * @return string|bool + */ + public function getSID($dn) { + $domainDN = $this->getDomainDNFromDN($dn); + $cacheKey = 'getSID-'.$domainDN; + if($this->connection->isCached($cacheKey)) { + return $this->connection->getFromCache($cacheKey); + } + + $objectSid = $this->readAttribute($domainDN, 'objectsid'); + if(!is_array($objectSid) || empty($objectSid)) { + $this->connection->writeToCache($cacheKey, false); + return false; + } + $domainObjectSid = $this->convertSID2Str($objectSid[0]); + $this->connection->writeToCache($cacheKey, $domainObjectSid); + + return $domainObjectSid; + } + + /** + * converts a binary SID into a string representation + * @param string $sid + * @return string + * @link http://blogs.freebsdish.org/tmclaugh/2010/07/21/finding-a-users-primary-group-in-ad/#comment-2855 + */ + public function convertSID2Str($sid) { + try { + $srl = ord($sid[0]); + $numberSubID = ord($sid[1]); + $x = substr($sid, 2, 6); + $h = unpack('N', "\x0\x0" . substr($x,0,2)); + $l = unpack('N', substr($x,2,6)); + $iav = bcadd(bcmul($h[1], bcpow(2,32)), $l[1]); + $subIDs = array(); + for ($i=0; $i<$numberSubID; $i++) { + $subID = unpack('V', substr($sid, 8+4*$i, 4)); + $subIDs[] = $subID[1]; + } + } catch (\Exception $e) { + return ''; + } + + return sprintf('S-%d-%d-%s', $srl, $iav, implode('-', $subIDs)); + } + + /** * converts a stored DN so it can be used as base parameter for LDAP queries, internally we store them for usage in LDAP filters * @param string $dn the DN * @return string diff --git a/apps/user_ldap/lib/connection.php b/apps/user_ldap/lib/connection.php index bafb0e0b895..336ea7b3bbc 100644 --- a/apps/user_ldap/lib/connection.php +++ b/apps/user_ldap/lib/connection.php @@ -23,6 +23,13 @@ namespace OCA\user_ldap\lib; +//magic properties (incomplete) +/** + * responsible for LDAP connections in context with the provided configuration + * @property string ldapUserFilter + * @property string ldapUserDisplayName + * @property boolean hasPagedResultSupport +*/ class Connection extends LDAPUtility { private $ldapConnectionRes = null; private $configPrefix; diff --git a/apps/user_ldap/lib/ildapwrapper.php b/apps/user_ldap/lib/ildapwrapper.php index 97ae0810116..590f6d7ac7a 100644 --- a/apps/user_ldap/lib/ildapwrapper.php +++ b/apps/user_ldap/lib/ildapwrapper.php @@ -90,6 +90,15 @@ interface ILDAPWrapper { public function error($link); /** + * Splits DN into its component parts + * @param string $dn + * @param int @withAttrib + * @return array|false + * @link http://www.php.net/manual/en/function.ldap-explode-dn.php + */ + public function explodeDN($dn, $withAttrib); + + /** * Return first result id * @param resource $link LDAP link resource * @param resource $result LDAP result resource diff --git a/apps/user_ldap/lib/ldap.php b/apps/user_ldap/lib/ldap.php index 2b20b2ab738..967754db7d3 100644 --- a/apps/user_ldap/lib/ldap.php +++ b/apps/user_ldap/lib/ldap.php @@ -99,6 +99,17 @@ class LDAP implements ILDAPWrapper { } /** + * Splits DN into its component parts + * @param string $dn + * @param int @withAttrib + * @return array|false + * @link http://www.php.net/manual/en/function.ldap-explode-dn.php + */ + public function explodeDN($dn, $withAttrib) { + return $this->invokeLDAPMethod('ldap_explode_dn', $dn, $withAttrib); + } + + /** * @param LDAP $link * @param LDAP $result * @return mixed diff --git a/apps/user_ldap/tests/access.php b/apps/user_ldap/tests/access.php index 8ead5d68482..2ff7540b8ef 100644 --- a/apps/user_ldap/tests/access.php +++ b/apps/user_ldap/tests/access.php @@ -77,4 +77,54 @@ class Test_Access extends \PHPUnit_Framework_TestCase { $expected = 'foo\\\\*bar'; $this->assertTrue($expected === $access->escapeFilterPart($input)); } -}
\ No newline at end of file + + public function testConvertSID2StrSuccess() { + list($lw, $con, $um) = $this->getConnecterAndLdapMock(); + $access = new Access($con, $lw, $um); + + $sidBinary = file_get_contents(__DIR__ . '/data/sid.dat'); + $sidExpected = 'S-1-5-21-249921958-728525901-1594176202'; + + $this->assertSame($sidExpected, $access->convertSID2Str($sidBinary)); + } + + public function testConvertSID2StrInputError() { + list($lw, $con, $um) = $this->getConnecterAndLdapMock(); + $access = new Access($con, $lw, $um); + + $sidIllegal = 'foobar'; + $sidExpected = ''; + + $this->assertSame($sidExpected, $access->convertSID2Str($sidIllegal)); + } + + public function testGetDomainDNFromDNSuccess() { + list($lw, $con, $um) = $this->getConnecterAndLdapMock(); + $access = new Access($con, $lw, $um); + + $inputDN = 'uid=zaphod,cn=foobar,dc=my,dc=server,dc=com'; + $domainDN = 'dc=my,dc=server,dc=com'; + + $lw->expects($this->once()) + ->method('explodeDN') + ->with($inputDN, 0) + ->will($this->returnValue(explode(',', $inputDN))); + + $this->assertSame($domainDN, $access->getDomainDNFromDN($inputDN)); + } + + public function testGetDomainDNFromDNError() { + list($lw, $con, $um) = $this->getConnecterAndLdapMock(); + $access = new Access($con, $lw, $um); + + $inputDN = 'foobar'; + $expected = ''; + + $lw->expects($this->once()) + ->method('explodeDN') + ->with($inputDN, 0) + ->will($this->returnValue(false)); + + $this->assertSame($expected, $access->getDomainDNFromDN($inputDN)); + } +} diff --git a/apps/user_ldap/tests/data/sid.dat b/apps/user_ldap/tests/data/sid.dat Binary files differnew file mode 100644 index 00000000000..3d500c6a872 --- /dev/null +++ b/apps/user_ldap/tests/data/sid.dat diff --git a/apps/user_ldap/tests/group_ldap.php b/apps/user_ldap/tests/group_ldap.php index 1184fe1e82e..c4aed25a1cc 100644 --- a/apps/user_ldap/tests/group_ldap.php +++ b/apps/user_ldap/tests/group_ldap.php @@ -96,6 +96,10 @@ class Test_Group_Ldap extends \PHPUnit_Framework_TestCase { ->will($this->returnValue('cn=group,dc=foo,dc=bar')); $access->expects($this->any()) + ->method('fetchListOfUsers') + ->will($this->returnValue(array())); + + $access->expects($this->any()) ->method('readAttribute') ->will($this->returnCallback(function($name) { //the search operation will call readAttribute, thus we need @@ -111,7 +115,9 @@ class Test_Group_Ldap extends \PHPUnit_Framework_TestCase { $access->expects($this->any()) ->method('dn2username') - ->will($this->returnValue('foobar')); + ->will($this->returnCallback(function() { + return 'foobar' . \OCP\Util::generateRandomBytes(7); + })); $groupBackend = new GroupLDAP($access); $users = $groupBackend->countUsersInGroup('group', '3'); @@ -119,4 +125,148 @@ class Test_Group_Ldap extends \PHPUnit_Framework_TestCase { $this->assertSame(2, $users); } + public function testPrimaryGroupID2NameSuccess() { + $access = $this->getAccessMock(); + $this->enableGroups($access); + + $userDN = 'cn=alice,cn=foo,dc=barfoo,dc=bar'; + + $access->expects($this->once()) + ->method('getSID') + ->with($userDN) + ->will($this->returnValue('S-1-5-21-249921958-728525901-1594176202')); + + $access->expects($this->once()) + ->method('searchGroups') + ->will($this->returnValue(array('cn=foo,dc=barfoo,dc=bar'))); + + $access->expects($this->once()) + ->method('dn2groupname') + ->with('cn=foo,dc=barfoo,dc=bar') + ->will($this->returnValue('MyGroup')); + + $groupBackend = new GroupLDAP($access); + + $group = $groupBackend->primaryGroupID2Name('3117', $userDN); + + $this->assertSame('MyGroup', $group); + } + + public function testPrimaryGroupID2NameNoSID() { + $access = $this->getAccessMock(); + $this->enableGroups($access); + + $userDN = 'cn=alice,cn=foo,dc=barfoo,dc=bar'; + + $access->expects($this->once()) + ->method('getSID') + ->with($userDN) + ->will($this->returnValue(false)); + + $access->expects($this->never()) + ->method('searchGroups'); + + $access->expects($this->never()) + ->method('dn2groupname'); + + $groupBackend = new GroupLDAP($access); + + $group = $groupBackend->primaryGroupID2Name('3117', $userDN); + + $this->assertSame(false, $group); + } + + public function testPrimaryGroupID2NameNoGroup() { + $access = $this->getAccessMock(); + $this->enableGroups($access); + + $userDN = 'cn=alice,cn=foo,dc=barfoo,dc=bar'; + + $access->expects($this->once()) + ->method('getSID') + ->with($userDN) + ->will($this->returnValue('S-1-5-21-249921958-728525901-1594176202')); + + $access->expects($this->once()) + ->method('searchGroups') + ->will($this->returnValue(array())); + + $access->expects($this->never()) + ->method('dn2groupname'); + + $groupBackend = new GroupLDAP($access); + + $group = $groupBackend->primaryGroupID2Name('3117', $userDN); + + $this->assertSame(false, $group); + } + + public function testPrimaryGroupID2NameNoName() { + $access = $this->getAccessMock(); + $this->enableGroups($access); + + $userDN = 'cn=alice,cn=foo,dc=barfoo,dc=bar'; + + $access->expects($this->once()) + ->method('getSID') + ->with($userDN) + ->will($this->returnValue('S-1-5-21-249921958-728525901-1594176202')); + + $access->expects($this->once()) + ->method('searchGroups') + ->will($this->returnValue(array('cn=foo,dc=barfoo,dc=bar'))); + + $access->expects($this->once()) + ->method('dn2groupname') + ->will($this->returnValue(false)); + + $groupBackend = new GroupLDAP($access); + + $group = $groupBackend->primaryGroupID2Name('3117', $userDN); + + $this->assertSame(false, $group); + } + + public function testGetEntryGroupIDValue() { + //tests getEntryGroupID via getGroupPrimaryGroupID + //which is basically identical to getUserPrimaryGroupIDs + $access = $this->getAccessMock(); + $this->enableGroups($access); + + $dn = 'cn=foobar,cn=foo,dc=barfoo,dc=bar'; + $attr = 'primaryGroupToken'; + + $access->expects($this->once()) + ->method('readAttribute') + ->with($dn, $attr) + ->will($this->returnValue(array('3117'))); + + $groupBackend = new GroupLDAP($access); + + $gid = $groupBackend->getGroupPrimaryGroupID($dn); + + $this->assertSame('3117', $gid); + } + + public function testGetEntryGroupIDNoValue() { + //tests getEntryGroupID via getGroupPrimaryGroupID + //which is basically identical to getUserPrimaryGroupIDs + $access = $this->getAccessMock(); + $this->enableGroups($access); + + $dn = 'cn=foobar,cn=foo,dc=barfoo,dc=bar'; + $attr = 'primaryGroupToken'; + + $access->expects($this->once()) + ->method('readAttribute') + ->with($dn, $attr) + ->will($this->returnValue(false)); + + $groupBackend = new GroupLDAP($access); + + $gid = $groupBackend->getGroupPrimaryGroupID($dn); + + $this->assertSame(false, $gid); + } + } diff --git a/apps/user_ldap/user_ldap.php b/apps/user_ldap/user_ldap.php index 9fa2a6b418c..ae4dfec5118 100644 --- a/apps/user_ldap/user_ldap.php +++ b/apps/user_ldap/user_ldap.php @@ -73,7 +73,6 @@ class USER_LDAP extends BackendUtility implements \OCP\UserInterface { } $user->markLogin(); - $user->update(); return $user->getUsername(); } diff --git a/apps/user_webdavauth/appinfo/info.xml b/apps/user_webdavauth/appinfo/info.xml index 16e6942505b..4e82b818b8b 100755 --- a/apps/user_webdavauth/appinfo/info.xml +++ b/apps/user_webdavauth/appinfo/info.xml @@ -12,4 +12,5 @@ <types> <authentication/> </types> + <ocsid>166062</ocsid> </info> diff --git a/apps/user_webdavauth/appinfo/version b/apps/user_webdavauth/appinfo/version index a6bbdb5ff48..238afc2b279 100644 --- a/apps/user_webdavauth/appinfo/version +++ b/apps/user_webdavauth/appinfo/version @@ -1 +1 @@ -1.1.0.0 +1.1.0.1 diff --git a/apps/user_webdavauth/l10n/ru.php b/apps/user_webdavauth/l10n/ru.php index cbe12ba8df6..2b3726c246c 100644 --- a/apps/user_webdavauth/l10n/ru.php +++ b/apps/user_webdavauth/l10n/ru.php @@ -1,6 +1,6 @@ <?php $TRANSLATIONS = array( -"WebDAV Authentication" => "Идентификация WebDAV", +"WebDAV Authentication" => "Аутентификация WebDAV", "Address:" => "Адрес:", "Save" => "Сохранить", "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Учётные данные пользователя будут отправлены на этот адрес. Плагин проверит ответ и будет рассматривать HTTP коды 401 и 403 как неверные учётные данные, при любом другом ответе - учётные данные пользователя верны." diff --git a/config/config.sample.php b/config/config.sample.php index e613609bcef..1bfae366fff 100755 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -41,16 +41,16 @@ $CONFIG = array( /* Blacklist a specific file and disallow the upload of files with this name - WARNING: USE THIS ONLY IF YOU KNOW WHAT YOU ARE DOING. */ "blacklisted_files" => array('.htaccess'), -/* The automatic hostname detection of ownCloud can fail in certain reverse proxy situations. This option allows to manually override the automatic detection. You can also add a port. For example "www.example.com:88" */ +/* The automatic hostname detection of ownCloud can fail in certain reverse proxy and CLI/cron situations. This option allows to manually override the automatic detection. You can also add a port. For example "www.example.com:88" */ "overwritehost" => "", -/* The automatic protocol detection of ownCloud can fail in certain reverse proxy situations. This option allows to manually override the protocol detection. For example "https" */ +/* The automatic protocol detection of ownCloud can fail in certain reverse proxy and CLI/cron situations. This option allows to manually override the protocol detection. For example "https" */ "overwriteprotocol" => "", -/* The automatic webroot detection of ownCloud can fail in certain reverse proxy situations. This option allows to manually override the automatic detection. For example "/domain.tld/ownCloud". The value "/" can be used to remove the root. */ +/* The automatic webroot detection of ownCloud can fail in certain reverse proxy and CLI/cron situations. This option allows to manually override the automatic detection. For example "/domain.tld/ownCloud". The value "/" can be used to remove the root. */ "overwritewebroot" => "", -/* The automatic detection of ownCloud can fail in certain reverse proxy situations. This option allows to define a manually override condition as regular expression for the remote ip address. For example "^10\.0\.0\.[1-3]$" */ +/* The automatic detection of ownCloud can fail in certain reverse proxy and CLI/cron situations. This option allows to define a manually override condition as regular expression for the remote ip address. For example "^10\.0\.0\.[1-3]$" */ "overwritecondaddr" => "", /* A proxy to use to connect to the internet. For example "myproxy.org:88" */ diff --git a/core/css/jquery.ocdialog.css b/core/css/jquery.ocdialog.css index a1221137bc4..93930bf435f 100644 --- a/core/css/jquery.ocdialog.css +++ b/core/css/jquery.ocdialog.css @@ -31,6 +31,17 @@ margin-top: 10px; width: 100%; } +/* align primary button to right, other buttons to left */ +.oc-dialog-buttonrow.twobuttons button:nth-child(1) { + float: left; +} +.oc-dialog-buttonrow.twobuttons button:nth-child(2) { + float: right; +} + +.oc-dialog-buttonrow.onebutton button { + float: right; +} .oc-dialog-close { position:absolute; diff --git a/core/css/styles.css b/core/css/styles.css index ed8c84b113c..40c1622ca26 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -855,11 +855,11 @@ div.crumb:active { } /* LEGACY FIX only - do not use fieldsets for settings */ -fieldset legend { - top: 20px; +fieldset.warning legend, fieldset.update legend { + top: 18px; position: relative; } -fieldset legend + p { +fieldset.warning legend + p, fieldset.update legend + p { margin-top: 12px; } diff --git a/core/js/jquery.ocdialog.js b/core/js/jquery.ocdialog.js index af32591ce52..e48e3e8df6a 100644 --- a/core/js/jquery.ocdialog.js +++ b/core/js/jquery.ocdialog.js @@ -111,6 +111,13 @@ var $buttonrow = $('<div class="oc-dialog-buttonrow" />'); this.$buttonrow = $buttonrow.appendTo(this.$dialog); } + if (value.length === 1) { + this.$buttonrow.addClass('onebutton'); + } else if (value.length === 2) { + this.$buttonrow.addClass('twobuttons'); + } else if (value.length === 3) { + this.$buttonrow.addClass('threebuttons'); + } $.each(value, function(idx, val) { var $button = $('<button>').text(val.text); if (val.classes) { diff --git a/core/js/oc-dialogs.js b/core/js/oc-dialogs.js index a76f9170dc8..9920cc58e23 100644 --- a/core/js/oc-dialogs.js +++ b/core/js/oc-dialogs.js @@ -19,7 +19,7 @@ * */ -/* global OC, t, alert, $ */ +/* global alert */ /** * this class to ease the usage of jquery dialogs @@ -66,7 +66,7 @@ var OCdialogs = { * @param modal make the dialog modal */ confirm:function(text, title, callback, modal) { - this.message( + return this.message( text, title, 'notice', @@ -86,7 +86,7 @@ var OCdialogs = { * @param password whether the input should be a password input */ prompt: function (text, title, callback, modal, name, password) { - $.when(this._getMessageTemplate()).then(function ($tmpl) { + return $.when(this._getMessageTemplate()).then(function ($tmpl) { var dialogName = 'oc-dialog-' + OCdialogs.dialogsCounter + '-content'; var dialogId = '#' + dialogName; var $dlg = $tmpl.octemplate({ @@ -104,8 +104,15 @@ var OCdialogs = { modal = false; } $('body').append($dlg); - var buttonlist = [ - { + var buttonlist = [{ + text : t('core', 'No'), + click: function () { + if (callback !== undefined) { + callback(false, input.val()); + } + $(dialogId).ocdialog('close'); + } + }, { text : t('core', 'Yes'), click : function () { if (callback !== undefined) { @@ -114,15 +121,6 @@ var OCdialogs = { $(dialogId).ocdialog('close'); }, defaultButton: true - }, - { - text : t('core', 'No'), - click: function () { - if (callback !== undefined) { - callback(false, input.val()); - } - $(dialogId).ocdialog('close'); - } } ]; @@ -237,7 +235,7 @@ var OCdialogs = { * You better use a wrapper instead ... */ message:function(content, title, dialogType, buttons, callback, modal) { - $.when(this._getMessageTemplate()).then(function($tmpl) { + return $.when(this._getMessageTemplate()).then(function($tmpl) { var dialogName = 'oc-dialog-' + OCdialogs.dialogsCounter + '-content'; var dialogId = '#' + dialogName; var $dlg = $tmpl.octemplate({ @@ -254,23 +252,23 @@ var OCdialogs = { switch (buttons) { case OCdialogs.YES_NO_BUTTONS: buttonlist = [{ - text: t('core', 'Yes'), + text: t('core', 'No'), click: function(){ if (callback !== undefined) { - callback(true); + callback(false); } $(dialogId).ocdialog('close'); - }, - defaultButton: true + } }, { - text: t('core', 'No'), + text: t('core', 'Yes'), click: function(){ if (callback !== undefined) { - callback(false); + callback(true); } $(dialogId).ocdialog('close'); - } + }, + defaultButton: true }]; break; case OCdialogs.OK_BUTTON: diff --git a/core/l10n/af_ZA.php b/core/l10n/af_ZA.php index 83646ed3646..08898f7d36a 100644 --- a/core/l10n/af_ZA.php +++ b/core/l10n/af_ZA.php @@ -38,8 +38,8 @@ $TRANSLATIONS = array( "last year" => "verlede jaar", "years ago" => "jare gelede", "Reset password" => "Herstel wagwoord", -"Yes" => "Ja", "No" => "Nee", +"Yes" => "Ja", "Choose" => "Kies", "Ok" => "OK", "_{count} file conflict_::_{count} file conflicts_" => array("",""), diff --git a/core/l10n/ar.php b/core/l10n/ar.php index f20fb164bbf..f5ce41e6ad8 100644 --- a/core/l10n/ar.php +++ b/core/l10n/ar.php @@ -37,8 +37,8 @@ $TRANSLATIONS = array( "last year" => "السنةالماضية", "years ago" => "سنة مضت", "Reset password" => "تعديل كلمة السر", -"Yes" => "نعم", "No" => "لا", +"Yes" => "نعم", "Choose" => "اختيار", "Ok" => "موافق", "_{count} file conflict_::_{count} file conflicts_" => array("","","","","",""), diff --git a/core/l10n/ast.php b/core/l10n/ast.php index ad721ee5711..4b7bf02cbde 100644 --- a/core/l10n/ast.php +++ b/core/l10n/ast.php @@ -38,11 +38,11 @@ $TRANSLATIONS = array( "Audio" => "Audiu", "Saving..." => "Guardando...", "seconds ago" => "hai segundos", -"_%n minute ago_::_%n minutes ago_" => array("fai %n minutu","hai %n minutos"), -"_%n hour ago_::_%n hours ago_" => array("fai %n hora","hai %n hores"), +"_%n minute ago_::_%n minutes ago_" => array("hai %n minutu","hai %n minutos"), +"_%n hour ago_::_%n hours ago_" => array("hai %n hora","hai %n hores"), "today" => "güei", "yesterday" => "ayeri", -"_%n day ago_::_%n days ago_" => array("fai %n día","hai %n díes"), +"_%n day ago_::_%n days ago_" => array("hai %n día","hai %n díes"), "last month" => "mes caberu", "_%n month ago_::_%n months ago_" => array("fai %n mes","hai %n meses"), "last year" => "añu caberu", @@ -53,8 +53,8 @@ $TRANSLATIONS = array( "I know what I'm doing" => "Sé lo que toi faciendo", "Reset password" => "Restablecer contraseña", "Password can not be changed. Please contact your administrator." => "Nun pue camudase la contraseña. Por favor, contauta col alministrador.", -"Yes" => "Sí", "No" => "Non", +"Yes" => "Sí", "Choose" => "Esbillar", "Error loading file picker template: {error}" => "Fallu cargando'l ficheru de plantía d'escoyeta: {error}", "Ok" => "Aceutar", @@ -91,7 +91,7 @@ $TRANSLATIONS = array( "Password protect" => "Protexer con contraseña", "Choose a password for the public link" => "Escueyi una contraseña pal enllaz públicu", "Allow Public Upload" => "Permitir xuba pública", -"Email link to person" => "Enlláz de corréu electrónicu a la persona", +"Email link to person" => "Enllaz de corréu-e a la persona", "Send" => "Unviar", "Set expiration date" => "Afitar la data de caducidá", "Expiration date" => "Data de caducidá", diff --git a/core/l10n/bg_BG.php b/core/l10n/bg_BG.php index a5c6f0cbbd7..8d6086080ed 100644 --- a/core/l10n/bg_BG.php +++ b/core/l10n/bg_BG.php @@ -33,8 +33,8 @@ $TRANSLATIONS = array( "last year" => "последната година", "years ago" => "последните години", "Reset password" => "Нулиране на парола", -"Yes" => "Да", "No" => "Не", +"Yes" => "Да", "Choose" => "Избери", "Ok" => "Добре", "_{count} file conflict_::_{count} file conflicts_" => array("",""), diff --git a/core/l10n/bn_BD.php b/core/l10n/bn_BD.php index d1c4425d887..4cdf8daeb3c 100644 --- a/core/l10n/bn_BD.php +++ b/core/l10n/bn_BD.php @@ -33,8 +33,8 @@ $TRANSLATIONS = array( "last year" => "গত বছর", "years ago" => "বছর পূর্বে", "Reset password" => "কূটশব্দ পূনঃনির্ধারণ কর", -"Yes" => "হ্যাঁ", "No" => "না", +"Yes" => "হ্যাঁ", "Choose" => "বেছে নিন", "Ok" => "তথাস্তু", "_{count} file conflict_::_{count} file conflicts_" => array("",""), diff --git a/core/l10n/ca.php b/core/l10n/ca.php index 534c08eccbb..bfbb40296b6 100644 --- a/core/l10n/ca.php +++ b/core/l10n/ca.php @@ -53,8 +53,8 @@ $TRANSLATIONS = array( "I know what I'm doing" => "Sé el que faig", "Reset password" => "Reinicialitza la contrasenya", "Password can not be changed. Please contact your administrator." => "La contrasenya no es pot canviar. Contacteu amb l'administrador.", -"Yes" => "Sí", "No" => "No", +"Yes" => "Sí", "Choose" => "Escull", "Error loading file picker template: {error}" => "Error en carregar la plantilla de càrrega de fitxers: {error}", "Ok" => "D'acord", diff --git a/core/l10n/cs_CZ.php b/core/l10n/cs_CZ.php index 88f2d4442a9..99219b024d9 100644 --- a/core/l10n/cs_CZ.php +++ b/core/l10n/cs_CZ.php @@ -52,8 +52,8 @@ $TRANSLATIONS = array( "I know what I'm doing" => "Vím co dělám", "Reset password" => "Obnovit heslo", "Password can not be changed. Please contact your administrator." => "Heslo nelze změnit. Kontaktujte prosím svého správce systému.", -"Yes" => "Ano", "No" => "Ne", +"Yes" => "Ano", "Choose" => "Vybrat", "Error loading file picker template: {error}" => "Chyba při nahrávání šablony výběru souborů: {error}", "Ok" => "Ok", diff --git a/core/l10n/cy_GB.php b/core/l10n/cy_GB.php index 860d274d20d..b9230f25975 100644 --- a/core/l10n/cy_GB.php +++ b/core/l10n/cy_GB.php @@ -33,8 +33,8 @@ $TRANSLATIONS = array( "last year" => "y llynedd", "years ago" => "blwyddyn yn ôl", "Reset password" => "Ailosod cyfrinair", -"Yes" => "Ie", "No" => "Na", +"Yes" => "Ie", "Choose" => "Dewisiwch", "Ok" => "Iawn", "_{count} file conflict_::_{count} file conflicts_" => array("","","",""), diff --git a/core/l10n/da.php b/core/l10n/da.php index a1dfa6ca354..26057e196ab 100644 --- a/core/l10n/da.php +++ b/core/l10n/da.php @@ -51,8 +51,8 @@ $TRANSLATIONS = array( "I know what I'm doing" => "Jeg ved, hvad jeg har gang i", "Reset password" => "Nulstil kodeord", "Password can not be changed. Please contact your administrator." => "Adgangskoden kunne ikke ændres. Kontakt venligst din administrator.", -"Yes" => "Ja", "No" => "Nej", +"Yes" => "Ja", "Choose" => "Vælg", "Error loading file picker template: {error}" => "Fejl ved indlæsning af filvælger skabelon: {error}", "Ok" => "OK", diff --git a/core/l10n/de.php b/core/l10n/de.php index 7f1a8e602d8..ab6d032aedd 100644 --- a/core/l10n/de.php +++ b/core/l10n/de.php @@ -53,8 +53,8 @@ $TRANSLATIONS = array( "I know what I'm doing" => "Ich weiß, was ich mache", "Reset password" => "Passwort zurücksetzen", "Password can not be changed. Please contact your administrator." => "Passwort kann nicht geändert werden. Bitte kontaktiere Deinen Administrator.", -"Yes" => "Ja", "No" => "Nein", +"Yes" => "Ja", "Choose" => "Auswählen", "Error loading file picker template: {error}" => "Fehler beim Laden der Dateiauswahlvorlage: {error}", "Ok" => "OK", diff --git a/core/l10n/de_CH.php b/core/l10n/de_CH.php index 46f40fa628e..c4e9ec32a8e 100644 --- a/core/l10n/de_CH.php +++ b/core/l10n/de_CH.php @@ -37,8 +37,8 @@ $TRANSLATIONS = array( "last year" => "Letztes Jahr", "years ago" => "Vor Jahren", "Reset password" => "Passwort zurücksetzen", -"Yes" => "Ja", "No" => "Nein", +"Yes" => "Ja", "Choose" => "Auswählen", "Ok" => "OK", "_{count} file conflict_::_{count} file conflicts_" => array("",""), diff --git a/core/l10n/de_DE.php b/core/l10n/de_DE.php index 709b313eb09..228a0aca214 100644 --- a/core/l10n/de_DE.php +++ b/core/l10n/de_DE.php @@ -53,8 +53,8 @@ $TRANSLATIONS = array( "I know what I'm doing" => "Ich weiß, was ich mache", "Reset password" => "Passwort zurücksetzen", "Password can not be changed. Please contact your administrator." => "Passwort kann nicht geändert werden. Bitte kontaktieren Sie Ihren Administrator.", -"Yes" => "Ja", "No" => "Nein", +"Yes" => "Ja", "Choose" => "Auswählen", "Error loading file picker template: {error}" => "Fehler beim Laden der Dateiauswahlvorlage: {error}", "Ok" => "OK", diff --git a/core/l10n/el.php b/core/l10n/el.php index 3e7a43c6554..b854a34a5cc 100644 --- a/core/l10n/el.php +++ b/core/l10n/el.php @@ -53,8 +53,8 @@ $TRANSLATIONS = array( "I know what I'm doing" => "Γνωρίζω τι κάνω", "Reset password" => "Επαναφορά συνθηματικού", "Password can not be changed. Please contact your administrator." => "Ο κωδικός πρόσβασης δεν μπορεί να αλλάξει. Παρακαλώ επικοινωνήστε με το διαχειριστή σας.", -"Yes" => "Ναι", "No" => "Όχι", +"Yes" => "Ναι", "Choose" => "Επιλέξτε", "Error loading file picker template: {error}" => "Σφάλμα κατά την φόρτωση προτύπου επιλογέα αρχείων: {σφάλμα}", "Ok" => "Οκ", diff --git a/core/l10n/en_GB.php b/core/l10n/en_GB.php index 6bdd4d4ef8d..9ed7a9d032c 100644 --- a/core/l10n/en_GB.php +++ b/core/l10n/en_GB.php @@ -53,8 +53,8 @@ $TRANSLATIONS = array( "I know what I'm doing" => "I know what I'm doing", "Reset password" => "Reset password", "Password can not be changed. Please contact your administrator." => "Password can not be changed. Please contact your administrator.", -"Yes" => "Yes", "No" => "No", +"Yes" => "Yes", "Choose" => "Choose", "Error loading file picker template: {error}" => "Error loading file picker template: {error}", "Ok" => "OK", diff --git a/core/l10n/eo.php b/core/l10n/eo.php index 2f2bac8fe47..3efa58e27db 100644 --- a/core/l10n/eo.php +++ b/core/l10n/eo.php @@ -38,8 +38,8 @@ $TRANSLATIONS = array( "last year" => "lastajare", "years ago" => "jaroj antaŭe", "Reset password" => "Rekomenci la pasvorton", -"Yes" => "Jes", "No" => "Ne", +"Yes" => "Jes", "Choose" => "Elekti", "Ok" => "Akcepti", "_{count} file conflict_::_{count} file conflicts_" => array("{count} dosierkonflikto","{count} dosierkonfliktoj"), diff --git a/core/l10n/es.php b/core/l10n/es.php index f3a6eb1fb10..2f9f6e7e076 100644 --- a/core/l10n/es.php +++ b/core/l10n/es.php @@ -53,8 +53,8 @@ $TRANSLATIONS = array( "I know what I'm doing" => "Yo soy consciente de lo que estoy haciendo", "Reset password" => "Restablecer contraseña", "Password can not be changed. Please contact your administrator." => "La contraseña no se puede cambiar. Por favor, contacte con su administrador.", -"Yes" => "Sí", "No" => "No", +"Yes" => "Sí", "Choose" => "Seleccionar", "Error loading file picker template: {error}" => "Error cargando plantilla del seleccionador de archivos: {error}", "Ok" => "Aceptar", diff --git a/core/l10n/es_AR.php b/core/l10n/es_AR.php index 7ebac19d107..88c2f7dcc5f 100644 --- a/core/l10n/es_AR.php +++ b/core/l10n/es_AR.php @@ -44,8 +44,8 @@ $TRANSLATIONS = array( "last year" => "el año pasado", "years ago" => "años atrás", "Reset password" => "Restablecer contraseña", -"Yes" => "Sí", "No" => "No", +"Yes" => "Sí", "Choose" => "Elegir", "Error loading file picker template: {error}" => "Error cargando la plantilla del selector de archivo: {error}", "Ok" => "Aceptar", diff --git a/core/l10n/es_CL.php b/core/l10n/es_CL.php index 05588a6d671..9c706bfed19 100644 --- a/core/l10n/es_CL.php +++ b/core/l10n/es_CL.php @@ -30,8 +30,8 @@ $TRANSLATIONS = array( "_%n month ago_::_%n months ago_" => array("",""), "last year" => "último año", "years ago" => "años anteriores", -"Yes" => "Si", "No" => "No", +"Yes" => "Si", "Choose" => "Choose", "Ok" => "Ok", "_{count} file conflict_::_{count} file conflicts_" => array("",""), diff --git a/core/l10n/es_MX.php b/core/l10n/es_MX.php index 55a043a26c9..e327494fb64 100644 --- a/core/l10n/es_MX.php +++ b/core/l10n/es_MX.php @@ -43,8 +43,8 @@ $TRANSLATIONS = array( "last year" => "el año pasado", "years ago" => "años antes", "Reset password" => "Restablecer contraseña", -"Yes" => "Sí", "No" => "No", +"Yes" => "Sí", "Choose" => "Seleccionar", "Error loading file picker template: {error}" => "Error cargando plantilla del seleccionador de archivos: {error}", "Ok" => "Aceptar", diff --git a/core/l10n/et_EE.php b/core/l10n/et_EE.php index 81d294d7ed4..48895e87de7 100644 --- a/core/l10n/et_EE.php +++ b/core/l10n/et_EE.php @@ -53,8 +53,8 @@ $TRANSLATIONS = array( "I know what I'm doing" => "Ma tean mida teen", "Reset password" => "Nulli parool", "Password can not be changed. Please contact your administrator." => "Parooli ei saa muuta. Palun kontakteeru oma süsteemihalduriga.", -"Yes" => "Jah", "No" => "Ei", +"Yes" => "Jah", "Choose" => "Vali", "Error loading file picker template: {error}" => "Viga failivalija malli laadimisel: {error}", "Ok" => "Ok", diff --git a/core/l10n/eu.php b/core/l10n/eu.php index 995a9148f86..20aa8ff458c 100644 --- a/core/l10n/eu.php +++ b/core/l10n/eu.php @@ -53,8 +53,8 @@ $TRANSLATIONS = array( "I know what I'm doing" => "Badakit zer ari naizen egiten", "Reset password" => "Berrezarri pasahitza", "Password can not be changed. Please contact your administrator." => "Ezin da pasahitza aldatu. Mesedez jarri harremetan zure administradorearekin.", -"Yes" => "Bai", "No" => "Ez", +"Yes" => "Bai", "Choose" => "Aukeratu", "Error loading file picker template: {error}" => "Errorea fitxategi hautatzaile txantiloiak kargatzerakoan: {error}", "Ok" => "Ados", diff --git a/core/l10n/fa.php b/core/l10n/fa.php index ab251a0294f..780bb4b4b84 100644 --- a/core/l10n/fa.php +++ b/core/l10n/fa.php @@ -35,8 +35,8 @@ $TRANSLATIONS = array( "last year" => "سال قبل", "years ago" => "سالهای قبل", "Reset password" => "دوباره سازی گذرواژه", -"Yes" => "بله", "No" => "نه", +"Yes" => "بله", "Choose" => "انتخاب کردن", "Ok" => "قبول", "_{count} file conflict_::_{count} file conflicts_" => array(""), diff --git a/core/l10n/fi_FI.php b/core/l10n/fi_FI.php index 3c9d8161874..5b5ce95be92 100644 --- a/core/l10n/fi_FI.php +++ b/core/l10n/fi_FI.php @@ -50,8 +50,8 @@ $TRANSLATIONS = array( "I know what I'm doing" => "Tiedän mitä teen", "Reset password" => "Palauta salasana", "Password can not be changed. Please contact your administrator." => "Salasanan vaihtaminen ei onnistunut. Ota yhteys ylläpitäjään.", -"Yes" => "Kyllä", "No" => "Ei", +"Yes" => "Kyllä", "Choose" => "Valitse", "Error loading file picker template: {error}" => "Virhe ladatessa tiedostopohjia: {error}", "Ok" => "Ok", diff --git a/core/l10n/fr.php b/core/l10n/fr.php index aa9e63598b7..4e2074c8cce 100644 --- a/core/l10n/fr.php +++ b/core/l10n/fr.php @@ -53,8 +53,8 @@ $TRANSLATIONS = array( "I know what I'm doing" => "Je sais ce que je fais", "Reset password" => "Réinitialiser le mot de passe", "Password can not be changed. Please contact your administrator." => "Le mot de passe ne peut être modifié. Veuillez contacter votre administrateur.", -"Yes" => "Oui", "No" => "Non", +"Yes" => "Oui", "Choose" => "Choisir", "Error loading file picker template: {error}" => "Erreur de chargement du modèle de sélectionneur de fichiers : {error}", "Ok" => "Ok", diff --git a/core/l10n/gl.php b/core/l10n/gl.php index f328d0ef256..bac683f0820 100644 --- a/core/l10n/gl.php +++ b/core/l10n/gl.php @@ -53,8 +53,8 @@ $TRANSLATIONS = array( "I know what I'm doing" => "Sei o estou a facer", "Reset password" => "Restabelecer o contrasinal", "Password can not be changed. Please contact your administrator." => "Non é posíbel cambiar o contrasinal. Póñase en contacto co administrador.", -"Yes" => "Si", "No" => "Non", +"Yes" => "Si", "Choose" => "Escoller", "Error loading file picker template: {error}" => "Produciuse un erro ao cargar o modelo do selector: {error}", "Ok" => "Aceptar", diff --git a/core/l10n/he.php b/core/l10n/he.php index 95df6201f7d..bcdb120e362 100644 --- a/core/l10n/he.php +++ b/core/l10n/he.php @@ -33,8 +33,8 @@ $TRANSLATIONS = array( "last year" => "שנה שעברה", "years ago" => "שנים", "Reset password" => "איפוס ססמה", -"Yes" => "כן", "No" => "לא", +"Yes" => "כן", "Choose" => "בחירה", "Ok" => "בסדר", "_{count} file conflict_::_{count} file conflicts_" => array("",""), diff --git a/core/l10n/hr.php b/core/l10n/hr.php index 4fdbd02ead6..686279cd0e1 100644 --- a/core/l10n/hr.php +++ b/core/l10n/hr.php @@ -33,8 +33,8 @@ $TRANSLATIONS = array( "last year" => "prošlu godinu", "years ago" => "godina", "Reset password" => "Poništavanje lozinke", -"Yes" => "Da", "No" => "Ne", +"Yes" => "Da", "Choose" => "Izaberi", "Ok" => "U redu", "_{count} file conflict_::_{count} file conflicts_" => array("","",""), diff --git a/core/l10n/hu_HU.php b/core/l10n/hu_HU.php index 2cd8f85b74b..a829feb65a6 100644 --- a/core/l10n/hu_HU.php +++ b/core/l10n/hu_HU.php @@ -48,8 +48,8 @@ $TRANSLATIONS = array( "last year" => "tavaly", "years ago" => "több éve", "Reset password" => "Jelszó-visszaállítás", -"Yes" => "Igen", "No" => "Nem", +"Yes" => "Igen", "Choose" => "Válasszon", "Error loading file picker template: {error}" => "Nem sikerült betölteni a fájlkiválasztó sablont: {error}", "Ok" => "Ok", diff --git a/core/l10n/ia.php b/core/l10n/ia.php index 47cdaf0805b..a999059f9a0 100644 --- a/core/l10n/ia.php +++ b/core/l10n/ia.php @@ -40,8 +40,8 @@ $TRANSLATIONS = array( "last year" => "ultime anno", "years ago" => "annos passate", "Reset password" => "Reinitialisar contrasigno", -"Yes" => "Si", "No" => "No", +"Yes" => "Si", "Choose" => "Seliger", "Ok" => "Ok", "_{count} file conflict_::_{count} file conflicts_" => array("{count} conflicto de file","{count} conflictos de file"), diff --git a/core/l10n/id.php b/core/l10n/id.php index b4d6832e28f..fa4700c157b 100644 --- a/core/l10n/id.php +++ b/core/l10n/id.php @@ -44,8 +44,8 @@ $TRANSLATIONS = array( "last year" => "tahun kemarin", "years ago" => "beberapa tahun lalu", "Reset password" => "Atur ulang sandi", -"Yes" => "Ya", "No" => "Tidak", +"Yes" => "Ya", "Choose" => "Pilih", "Error loading file picker template: {error}" => "Galat memuat templat berkas pemilih: {error}", "Ok" => "Oke", diff --git a/core/l10n/is.php b/core/l10n/is.php index 8f41982eed3..a275a7ef2b4 100644 --- a/core/l10n/is.php +++ b/core/l10n/is.php @@ -33,8 +33,8 @@ $TRANSLATIONS = array( "last year" => "síðasta ári", "years ago" => "einhverjum árum", "Reset password" => "Endursetja lykilorð", -"Yes" => "Já", "No" => "Nei", +"Yes" => "Já", "Choose" => "Veldu", "Ok" => "Í lagi", "_{count} file conflict_::_{count} file conflicts_" => array("",""), diff --git a/core/l10n/it.php b/core/l10n/it.php index 09b8ad2d925..7d63ca3eb9c 100644 --- a/core/l10n/it.php +++ b/core/l10n/it.php @@ -53,8 +53,8 @@ $TRANSLATIONS = array( "I know what I'm doing" => "So cosa sto facendo", "Reset password" => "Ripristina la password", "Password can not be changed. Please contact your administrator." => "La password non può essere cambiata. Contatta il tuo amministratore.", -"Yes" => "Sì", "No" => "No", +"Yes" => "Sì", "Choose" => "Scegli", "Error loading file picker template: {error}" => "Errore durante il caricamento del modello del selettore file: {error}", "Ok" => "Ok", diff --git a/core/l10n/ja.php b/core/l10n/ja.php index 92bbac6a1fd..1cd4eee3187 100644 --- a/core/l10n/ja.php +++ b/core/l10n/ja.php @@ -53,8 +53,8 @@ $TRANSLATIONS = array( "I know what I'm doing" => "どういう操作をしているか理解しています", "Reset password" => "パスワードをリセット", "Password can not be changed. Please contact your administrator." => "パスワードは変更できません。管理者に問い合わせてください。", -"Yes" => "はい", "No" => "いいえ", +"Yes" => "はい", "Choose" => "選択", "Error loading file picker template: {error}" => "ファイル選択テンプレートの読み込みエラー: {error}", "Ok" => "OK", @@ -121,13 +121,13 @@ $TRANSLATIONS = array( "Edit tags" => "タグを編集", "Error loading dialog template: {error}" => "メッセージテンプレートの読み込みエラー: {error}", "No tags selected for deletion." => "削除するタグが選択されていません。", -"Updating {productName} to version {version}, this may take a while." => "{productName} を バージョン {version} に更新しています。しばらくお待ち下さい。", +"Updating {productName} to version {version}, this may take a while." => "{productName} を バージョン {version} に更新しています。しばらくお待ちください。", "Please reload the page." => "ページをリロードしてください。", "The update was unsuccessful." => "アップデートに失敗しました。", "The update was successful. Redirecting you to ownCloud now." => "アップデートに成功しました。今すぐownCloudにリダイレクトします。", "Couldn't reset password because the token is invalid" => "トークンが無効なため、パスワードをリセットできませんでした", -"Couldn't send reset email. Please make sure your username is correct." => "リセットメールを送信できませんでした。ユーザ名が正しいかどうか確認して下さい。", -"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "このユーザ名に紐付けられたメールアドレスが無いため、リセットメールを送信できませんでした。管理者に問い合わせてください。", +"Couldn't send reset email. Please make sure your username is correct." => "リセットメールを送信できませんでした。ユーザー名が正しいことを確認してください。", +"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "このユーザー名に紐付けられたメールアドレスがないため、リセットメールを送信できませんでした。管理者に問い合わせてください。", "%s password reset" => "%s パスワードリセット", "Use the following link to reset your password: {link}" => "パスワードをリセットするには次のリンクをクリックしてください: {link}", "You will receive a link to reset your password via Email." => "メールでパスワードをリセットするリンクが届きます。", diff --git a/core/l10n/ka_GE.php b/core/l10n/ka_GE.php index 3edcf4a1671..5fd338db89c 100644 --- a/core/l10n/ka_GE.php +++ b/core/l10n/ka_GE.php @@ -34,8 +34,8 @@ $TRANSLATIONS = array( "last year" => "ბოლო წელს", "years ago" => "წლის წინ", "Reset password" => "პაროლის შეცვლა", -"Yes" => "კი", "No" => "არა", +"Yes" => "კი", "Choose" => "არჩევა", "Ok" => "დიახ", "_{count} file conflict_::_{count} file conflicts_" => array(""), diff --git a/core/l10n/km.php b/core/l10n/km.php index ab9e79e9023..5f039fec0f8 100644 --- a/core/l10n/km.php +++ b/core/l10n/km.php @@ -35,8 +35,8 @@ $TRANSLATIONS = array( "last year" => "ឆ្នាំមុន", "years ago" => "ឆ្នាំមុន", "Reset password" => "កំណត់ពាក្យសម្ងាត់ម្ដងទៀត", -"Yes" => "ព្រម", "No" => "ទេ", +"Yes" => "ព្រម", "Choose" => "ជ្រើស", "Ok" => "ព្រម", "_{count} file conflict_::_{count} file conflicts_" => array(""), diff --git a/core/l10n/ko.php b/core/l10n/ko.php index d99cb7b3133..fad0f3965a6 100644 --- a/core/l10n/ko.php +++ b/core/l10n/ko.php @@ -43,8 +43,8 @@ $TRANSLATIONS = array( "last year" => "작년", "years ago" => "년 전", "Reset password" => "암호 재설정", -"Yes" => "예", "No" => "아니요", +"Yes" => "예", "Choose" => "선택", "Error loading file picker template: {error}" => "파일 선택 템플릿을 불러오는 중 오류 발생: {error}", "Ok" => "확인", diff --git a/core/l10n/ku_IQ.php b/core/l10n/ku_IQ.php index 923ebdfd7ea..49a24012e79 100644 --- a/core/l10n/ku_IQ.php +++ b/core/l10n/ku_IQ.php @@ -8,8 +8,8 @@ $TRANSLATIONS = array( "_%n day ago_::_%n days ago_" => array("",""), "_%n month ago_::_%n months ago_" => array("",""), "Reset password" => "دووباره كردنهوهی وشهی نهێنی", -"Yes" => "بەڵێ", "No" => "نەخێر", +"Yes" => "بەڵێ", "_{count} file conflict_::_{count} file conflicts_" => array("",""), "Cancel" => "لابردن", "Share" => "هاوبەشی کردن", diff --git a/core/l10n/lb.php b/core/l10n/lb.php index e0d774fb062..aa0f5f313e0 100644 --- a/core/l10n/lb.php +++ b/core/l10n/lb.php @@ -40,8 +40,8 @@ $TRANSLATIONS = array( "last year" => "Lescht Joer", "years ago" => "Joren hir", "Reset password" => "Passwuert zréck setzen", -"Yes" => "Jo", "No" => "Nee", +"Yes" => "Jo", "Choose" => "Auswielen", "Ok" => "OK", "_{count} file conflict_::_{count} file conflicts_" => array("",""), diff --git a/core/l10n/lt_LT.php b/core/l10n/lt_LT.php index 6b05a085721..a6b7907cf6d 100644 --- a/core/l10n/lt_LT.php +++ b/core/l10n/lt_LT.php @@ -43,8 +43,8 @@ $TRANSLATIONS = array( "last year" => "praeitais metais", "years ago" => "prieš metus", "Reset password" => "Atkurti slaptažodį", -"Yes" => "Taip", "No" => "Ne", +"Yes" => "Taip", "Choose" => "Pasirinkite", "Error loading file picker template: {error}" => "Klaida įkeliant failo parinkimo ruošinį: {error}", "Ok" => "Gerai", diff --git a/core/l10n/lv.php b/core/l10n/lv.php index 6ee34d8612d..d5f339a1ab3 100644 --- a/core/l10n/lv.php +++ b/core/l10n/lv.php @@ -33,8 +33,8 @@ $TRANSLATIONS = array( "last year" => "gājušajā gadā", "years ago" => "gadus atpakaļ", "Reset password" => "Mainīt paroli", -"Yes" => "Jā", "No" => "Nē", +"Yes" => "Jā", "Choose" => "Izvēlieties", "Ok" => "Labi", "_{count} file conflict_::_{count} file conflicts_" => array("","",""), diff --git a/core/l10n/mk.php b/core/l10n/mk.php index e8267b11a74..ae8838835c6 100644 --- a/core/l10n/mk.php +++ b/core/l10n/mk.php @@ -39,8 +39,8 @@ $TRANSLATIONS = array( "last year" => "минатата година", "years ago" => "пред години", "Reset password" => "Ресетирај лозинка", -"Yes" => "Да", "No" => "Не", +"Yes" => "Да", "Choose" => "Избери", "Ok" => "Во ред", "_{count} file conflict_::_{count} file conflicts_" => array("",""), diff --git a/core/l10n/ms_MY.php b/core/l10n/ms_MY.php index cd1324b2f61..a0073b56b36 100644 --- a/core/l10n/ms_MY.php +++ b/core/l10n/ms_MY.php @@ -27,8 +27,8 @@ $TRANSLATIONS = array( "_%n day ago_::_%n days ago_" => array(""), "_%n month ago_::_%n months ago_" => array(""), "Reset password" => "Penetapan semula kata laluan", -"Yes" => "Ya", "No" => "Tidak", +"Yes" => "Ya", "Ok" => "Ok", "_{count} file conflict_::_{count} file conflicts_" => array(""), "Cancel" => "Batal", diff --git a/core/l10n/my_MM.php b/core/l10n/my_MM.php index 3807f62a1bd..9624115f072 100644 --- a/core/l10n/my_MM.php +++ b/core/l10n/my_MM.php @@ -22,8 +22,8 @@ $TRANSLATIONS = array( "_%n month ago_::_%n months ago_" => array(""), "last year" => "မနှစ်က", "years ago" => "နှစ် အရင်က", -"Yes" => "ဟုတ်", "No" => "မဟုတ်ဘူး", +"Yes" => "ဟုတ်", "Choose" => "ရွေးချယ်", "Ok" => "အိုကေ", "_{count} file conflict_::_{count} file conflicts_" => array(""), diff --git a/core/l10n/nb_NO.php b/core/l10n/nb_NO.php index b4c2d79a4a0..f79f6b39a18 100644 --- a/core/l10n/nb_NO.php +++ b/core/l10n/nb_NO.php @@ -53,8 +53,8 @@ $TRANSLATIONS = array( "I know what I'm doing" => "Jeg vet hva jeg gjør", "Reset password" => "Tilbakestill passord", "Password can not be changed. Please contact your administrator." => "Passordet kan ikke endres. Kontakt administratoren din.", -"Yes" => "Ja", "No" => "Nei", +"Yes" => "Ja", "Choose" => "Velg", "Error loading file picker template: {error}" => "Feil ved lasting av filvelger-mal: {error}", "Ok" => "Ok", diff --git a/core/l10n/nl.php b/core/l10n/nl.php index 16fa773ad02..97779c4831f 100644 --- a/core/l10n/nl.php +++ b/core/l10n/nl.php @@ -53,8 +53,8 @@ $TRANSLATIONS = array( "I know what I'm doing" => "Ik weet wat ik doe", "Reset password" => "Reset wachtwoord", "Password can not be changed. Please contact your administrator." => "Het wachtwoord kan niet worden gewijzigd. Neem contact op met uw beheerder.", -"Yes" => "Ja", "No" => "Nee", +"Yes" => "Ja", "Choose" => "Kies", "Error loading file picker template: {error}" => "Fout bij laden bestandenselecteur sjabloon: {error}", "Ok" => "Ok", diff --git a/core/l10n/nn_NO.php b/core/l10n/nn_NO.php index d04e38c34b2..c351e68c701 100644 --- a/core/l10n/nn_NO.php +++ b/core/l10n/nn_NO.php @@ -42,8 +42,8 @@ $TRANSLATIONS = array( "last year" => "i fjor", "years ago" => "år sidan", "Reset password" => "Nullstill passord", -"Yes" => "Ja", "No" => "Nei", +"Yes" => "Ja", "Choose" => "Vel", "Error loading file picker template: {error}" => "Klarte ikkje å lasta filplukkarmal: {error}", "Ok" => "Greitt", diff --git a/core/l10n/oc.php b/core/l10n/oc.php index 4fbd8b4f466..c7a56d78cc8 100644 --- a/core/l10n/oc.php +++ b/core/l10n/oc.php @@ -33,8 +33,8 @@ $TRANSLATIONS = array( "last year" => "an passat", "years ago" => "ans a", "Reset password" => "Senhal tornat botar", -"Yes" => "Òc", "No" => "Non", +"Yes" => "Òc", "Choose" => "Causís", "Ok" => "D'accòrdi", "_{count} file conflict_::_{count} file conflicts_" => array("",""), diff --git a/core/l10n/pa.php b/core/l10n/pa.php index 5144e96788e..254684ad204 100644 --- a/core/l10n/pa.php +++ b/core/l10n/pa.php @@ -31,8 +31,8 @@ $TRANSLATIONS = array( "_%n month ago_::_%n months ago_" => array("",""), "last year" => "ਪਿਛਲੇ ਸਾਲ", "years ago" => "ਸਾਲਾਂ ਪਹਿਲਾਂ", -"Yes" => "ਹਾਂ", "No" => "ਨਹੀਂ", +"Yes" => "ਹਾਂ", "Choose" => "ਚੁਣੋ", "Ok" => "ਠੀਕ ਹੈ", "_{count} file conflict_::_{count} file conflicts_" => array("",""), diff --git a/core/l10n/pl.php b/core/l10n/pl.php index 7a8ea922ec2..26ad7570961 100644 --- a/core/l10n/pl.php +++ b/core/l10n/pl.php @@ -53,8 +53,8 @@ $TRANSLATIONS = array( "I know what I'm doing" => "Wiem co robię", "Reset password" => "Zresetuj hasło", "Password can not be changed. Please contact your administrator." => "Hasło nie może zostać zmienione. Skontaktuj się z administratorem.", -"Yes" => "Tak", "No" => "Nie", +"Yes" => "Tak", "Choose" => "Wybierz", "Error loading file picker template: {error}" => "Błąd podczas ładowania pliku wybranego szablonu: {error}", "Ok" => "OK", diff --git a/core/l10n/pt_BR.php b/core/l10n/pt_BR.php index 7b165bb6b4e..810b3605f09 100644 --- a/core/l10n/pt_BR.php +++ b/core/l10n/pt_BR.php @@ -53,8 +53,8 @@ $TRANSLATIONS = array( "I know what I'm doing" => "Eu sei o que estou fazendo", "Reset password" => "Redefinir senha", "Password can not be changed. Please contact your administrator." => "A senha não pode ser alterada. Por favor, contate o administrador.", -"Yes" => "Sim", "No" => "Não", +"Yes" => "Sim", "Choose" => "Escolher", "Error loading file picker template: {error}" => "Erro no seletor de carregamento modelo de arquivos: {error}", "Ok" => "Ok", diff --git a/core/l10n/pt_PT.php b/core/l10n/pt_PT.php index 2a687d37d2d..23f696b3c7d 100644 --- a/core/l10n/pt_PT.php +++ b/core/l10n/pt_PT.php @@ -53,8 +53,8 @@ $TRANSLATIONS = array( "I know what I'm doing" => "Tenho a certeza", "Reset password" => "Repor password", "Password can not be changed. Please contact your administrator." => "A password não pode ser alterada. Contacte o seu administrador.", -"Yes" => "Sim", "No" => "Não", +"Yes" => "Sim", "Choose" => "Escolha", "Error loading file picker template: {error}" => "Erro ao carregar o modelo de selecionador de ficheiro: {error}", "Ok" => "Ok", diff --git a/core/l10n/ro.php b/core/l10n/ro.php index 8c72169a400..144e9614862 100644 --- a/core/l10n/ro.php +++ b/core/l10n/ro.php @@ -38,8 +38,8 @@ $TRANSLATIONS = array( "last year" => "ultimul an", "years ago" => "ani în urmă", "Reset password" => "Resetează parola", -"Yes" => "Da", "No" => "Nu", +"Yes" => "Da", "Choose" => "Alege", "Ok" => "Ok", "_{count} file conflict_::_{count} file conflicts_" => array("","",""), diff --git a/core/l10n/ru.php b/core/l10n/ru.php index 6754c8eac4c..98f5ed5aa72 100644 --- a/core/l10n/ru.php +++ b/core/l10n/ru.php @@ -9,7 +9,7 @@ $TRANSLATIONS = array( "Disabled incompatible apps: %s" => "Отключенные несовместимые приложения: %s", "No image or file provided" => "Не указано изображение или файл", "Unknown filetype" => "Неизвестный тип файла", -"Invalid image" => "Изображение повреждено", +"Invalid image" => "Некорректное изображение", "No temporary profile picture available, try again" => "Временная картинка профиля недоступна, повторите попытку", "No crop data provided" => "Не указана информация о кадрировании", "Sunday" => "Воскресенье", @@ -31,7 +31,7 @@ $TRANSLATIONS = array( "October" => "Октябрь", "November" => "Ноябрь", "December" => "Декабрь", -"Settings" => "Конфигурация", +"Settings" => "Настройки", "File" => "Файл", "Folder" => "Каталог", "Image" => "Изображение", @@ -53,8 +53,8 @@ $TRANSLATIONS = array( "I know what I'm doing" => "Я понимаю, что делаю", "Reset password" => "Сбросить пароль", "Password can not be changed. Please contact your administrator." => "Пароль не может быть изменён. Пожалуйста, свяжитесь с вашим администратором.", -"Yes" => "Да", "No" => "Нет", +"Yes" => "Да", "Choose" => "Выбрать", "Error loading file picker template: {error}" => "Ошибка при загрузке шаблона выбора файлов: {error}", "Ok" => "Ок", @@ -120,7 +120,7 @@ $TRANSLATIONS = array( "Add" => "Добавить", "Edit tags" => "Изменить метки", "Error loading dialog template: {error}" => "Ошибка загрузки шаблона диалога: {error}", -"No tags selected for deletion." => "Не выбраны меток для удаления.", +"No tags selected for deletion." => "Не выбраны метки для удаления.", "Updating {productName} to version {version}, this may take a while." => "Обновление {productName} до версии {version}, пожалуйста, подождите.", "Please reload the page." => "Пожалуйста, перезагрузите страницу.", "The update was unsuccessful." => "Обновление не удалось.", diff --git a/core/l10n/si_LK.php b/core/l10n/si_LK.php index 3a660806fd4..79e1332e6d1 100644 --- a/core/l10n/si_LK.php +++ b/core/l10n/si_LK.php @@ -34,8 +34,8 @@ $TRANSLATIONS = array( "last year" => "පෙර අවුරුද්දේ", "years ago" => "අවුරුදු කීපයකට පෙර", "Reset password" => "මුරපදය ප්රත්යාරම්භ කරන්න", -"Yes" => "ඔව්", "No" => "එපා", +"Yes" => "ඔව්", "Choose" => "තෝරන්න", "Ok" => "හරි", "_{count} file conflict_::_{count} file conflicts_" => array("",""), diff --git a/core/l10n/sk_SK.php b/core/l10n/sk_SK.php index 6f15600e900..6ba0647db36 100644 --- a/core/l10n/sk_SK.php +++ b/core/l10n/sk_SK.php @@ -53,8 +53,8 @@ $TRANSLATIONS = array( "I know what I'm doing" => "Viem, čo robím", "Reset password" => "Obnovenie hesla", "Password can not be changed. Please contact your administrator." => "Heslo nemožno zmeniť. Kontaktujte prosím vášho administrátora.", -"Yes" => "Áno", "No" => "Nie", +"Yes" => "Áno", "Choose" => "Vybrať", "Error loading file picker template: {error}" => "Chyba pri nahrávaní šablóny výberu súborov: {error}", "Ok" => "Ok", diff --git a/core/l10n/sl.php b/core/l10n/sl.php index 16d8639adde..c70c764a639 100644 --- a/core/l10n/sl.php +++ b/core/l10n/sl.php @@ -48,8 +48,8 @@ $TRANSLATIONS = array( "years ago" => "let nazaj", "Reset password" => "Ponastavi geslo", "Password can not be changed. Please contact your administrator." => "Gesla ni mogoče spremeniti. Stopite v stik s skrbnikom.", -"Yes" => "Da", "No" => "Ne", +"Yes" => "Da", "Choose" => "Izbor", "Error loading file picker template: {error}" => "Napaka nalaganja predloge izbirnika datotek: {error}", "Ok" => "V redu", diff --git a/core/l10n/sq.php b/core/l10n/sq.php index 8c4303eca59..7f7688984ce 100644 --- a/core/l10n/sq.php +++ b/core/l10n/sq.php @@ -36,8 +36,8 @@ $TRANSLATIONS = array( "last year" => "vitin e shkuar", "years ago" => "vite më parë", "Reset password" => "Rivendos kodin", -"Yes" => "Po", "No" => "Jo", +"Yes" => "Po", "Choose" => "Zgjidh", "Ok" => "Në rregull", "_{count} file conflict_::_{count} file conflicts_" => array("",""), diff --git a/core/l10n/sr.php b/core/l10n/sr.php index bcb0ebdb6aa..35c12627cdc 100644 --- a/core/l10n/sr.php +++ b/core/l10n/sr.php @@ -33,8 +33,8 @@ $TRANSLATIONS = array( "last year" => "прошле године", "years ago" => "година раније", "Reset password" => "Ресетуј лозинку", -"Yes" => "Да", "No" => "Не", +"Yes" => "Да", "Choose" => "Одабери", "Ok" => "У реду", "_{count} file conflict_::_{count} file conflicts_" => array("","",""), diff --git a/core/l10n/sr@latin.php b/core/l10n/sr@latin.php index 15adc5e5d8b..19071f19b0a 100644 --- a/core/l10n/sr@latin.php +++ b/core/l10n/sr@latin.php @@ -31,8 +31,8 @@ $TRANSLATIONS = array( "last year" => "prošle godine", "years ago" => "pre nekoliko godina", "Reset password" => "Resetuj lozinku", -"Yes" => "Da", "No" => "Ne", +"Yes" => "Da", "Choose" => "Izaberi", "Ok" => "Ok", "_{count} file conflict_::_{count} file conflicts_" => array("","",""), diff --git a/core/l10n/sv.php b/core/l10n/sv.php index 71a22e8f555..9b1793805f3 100644 --- a/core/l10n/sv.php +++ b/core/l10n/sv.php @@ -52,8 +52,8 @@ $TRANSLATIONS = array( "I know what I'm doing" => "Jag är säker på vad jag gör", "Reset password" => "Återställ lösenordet", "Password can not be changed. Please contact your administrator." => "Lösenordet kan inte ändras. Vänligen kontakta din administratör.", -"Yes" => "Ja", "No" => "Nej", +"Yes" => "Ja", "Choose" => "Välj", "Error loading file picker template: {error}" => "Fel uppstod för filväljarmall: {error}", "Ok" => "Ok", diff --git a/core/l10n/ta_LK.php b/core/l10n/ta_LK.php index d70437dff08..7150ef2361f 100644 --- a/core/l10n/ta_LK.php +++ b/core/l10n/ta_LK.php @@ -33,8 +33,8 @@ $TRANSLATIONS = array( "last year" => "கடந்த வருடம்", "years ago" => "வருடங்களுக்கு முன்", "Reset password" => "மீளமைத்த கடவுச்சொல்", -"Yes" => "ஆம்", "No" => "இல்லை", +"Yes" => "ஆம்", "Choose" => "தெரிவுசெய்க ", "Ok" => "சரி", "_{count} file conflict_::_{count} file conflicts_" => array("",""), diff --git a/core/l10n/te.php b/core/l10n/te.php index 1e34faec3dc..9ca5068bbc1 100644 --- a/core/l10n/te.php +++ b/core/l10n/te.php @@ -31,8 +31,8 @@ $TRANSLATIONS = array( "_%n month ago_::_%n months ago_" => array("%n నెల క్రితం","%n నెలల క్రితం"), "last year" => "పోయిన సంవత్సరం", "years ago" => "సంవత్సరాల క్రితం", -"Yes" => "అవును", "No" => "కాదు", +"Yes" => "అవును", "Ok" => "సరే", "_{count} file conflict_::_{count} file conflicts_" => array("",""), "Cancel" => "రద్దుచేయి", diff --git a/core/l10n/th_TH.php b/core/l10n/th_TH.php index 93bbb8c0b38..47f9ba247d2 100644 --- a/core/l10n/th_TH.php +++ b/core/l10n/th_TH.php @@ -34,8 +34,8 @@ $TRANSLATIONS = array( "last year" => "ปีที่แล้ว", "years ago" => "ปี ที่ผ่านมา", "Reset password" => "เปลี่ยนรหัสผ่าน", -"Yes" => "ตกลง", "No" => "ไม่ตกลง", +"Yes" => "ตกลง", "Choose" => "เลือก", "Ok" => "ตกลง", "_{count} file conflict_::_{count} file conflicts_" => array(""), diff --git a/core/l10n/tr.php b/core/l10n/tr.php index e0120150585..840bf400e5f 100644 --- a/core/l10n/tr.php +++ b/core/l10n/tr.php @@ -53,8 +53,8 @@ $TRANSLATIONS = array( "I know what I'm doing" => "Ne yaptığımı biliyorum", "Reset password" => "Parolayı sıfırla", "Password can not be changed. Please contact your administrator." => "Parola değiştirilemedi. Lütfen yöneticiniz ile iletişime geçin.", -"Yes" => "Evet", "No" => "Hayır", +"Yes" => "Evet", "Choose" => "Seç", "Error loading file picker template: {error}" => "Dosya seçici şablonu yüklenirken hata: {error}", "Ok" => "Tamam", diff --git a/core/l10n/ug.php b/core/l10n/ug.php index 977f8f465a5..10179c3af48 100644 --- a/core/l10n/ug.php +++ b/core/l10n/ug.php @@ -28,8 +28,8 @@ $TRANSLATIONS = array( "yesterday" => "تۈنۈگۈن", "_%n day ago_::_%n days ago_" => array(""), "_%n month ago_::_%n months ago_" => array(""), -"Yes" => "ھەئە", "No" => "ياق", +"Yes" => "ھەئە", "Ok" => "جەزملە", "_{count} file conflict_::_{count} file conflicts_" => array(""), "Cancel" => "ۋاز كەچ", diff --git a/core/l10n/uk.php b/core/l10n/uk.php index 3d7d3dffac9..ae102a747a3 100644 --- a/core/l10n/uk.php +++ b/core/l10n/uk.php @@ -44,8 +44,8 @@ $TRANSLATIONS = array( "last year" => "минулого року", "years ago" => "роки тому", "Reset password" => "Скинути пароль", -"Yes" => "Так", "No" => "Ні", +"Yes" => "Так", "Choose" => "Обрати", "Error loading file picker template: {error}" => "Помилка при завантаженні шаблону вибору: {error}", "Ok" => "Ok", diff --git a/core/l10n/ur_PK.php b/core/l10n/ur_PK.php index 1ce29c2d2f0..3bc67ddb5c0 100644 --- a/core/l10n/ur_PK.php +++ b/core/l10n/ur_PK.php @@ -40,8 +40,8 @@ $TRANSLATIONS = array( "last year" => "پچھلے سال", "years ago" => "سالوں پہلے", "Reset password" => "ری سیٹ پاسورڈ", -"Yes" => "ہاں", "No" => "نہیں", +"Yes" => "ہاں", "Choose" => "منتخب کریں", "Ok" => "اوکے", "_{count} file conflict_::_{count} file conflicts_" => array("{گنتی} فائل متصادم ","{گنتی} فائل متصادم "), diff --git a/core/l10n/vi.php b/core/l10n/vi.php index 229d51f6d55..c539e9b1c34 100644 --- a/core/l10n/vi.php +++ b/core/l10n/vi.php @@ -42,8 +42,8 @@ $TRANSLATIONS = array( "last year" => "năm trước", "years ago" => "năm trước", "Reset password" => "Khôi phục mật khẩu", -"Yes" => "Có", "No" => "Không", +"Yes" => "Có", "Choose" => "Chọn", "Error loading file picker template: {error}" => "Lỗi khi tải mẫu tập tin picker: {error}", "Ok" => "Đồng ý", diff --git a/core/l10n/zh_CN.php b/core/l10n/zh_CN.php index 0c5266234a4..efb7972c4e5 100644 --- a/core/l10n/zh_CN.php +++ b/core/l10n/zh_CN.php @@ -53,8 +53,8 @@ $TRANSLATIONS = array( "I know what I'm doing" => "我知道我在做什么", "Reset password" => "重置密码", "Password can not be changed. Please contact your administrator." => "无法修改密码,请联系管理员。", -"Yes" => "是", "No" => "否", +"Yes" => "是", "Choose" => "选择(&C)...", "Error loading file picker template: {error}" => "加载文件分拣模板出错: {error}", "Ok" => "好", diff --git a/core/l10n/zh_HK.php b/core/l10n/zh_HK.php index 01a4de44c22..46b1476c55d 100644 --- a/core/l10n/zh_HK.php +++ b/core/l10n/zh_HK.php @@ -28,8 +28,8 @@ $TRANSLATIONS = array( "last month" => "前一月", "_%n month ago_::_%n months ago_" => array(""), "Reset password" => "重設密碼", -"Yes" => "Yes", "No" => "No", +"Yes" => "Yes", "Ok" => "OK", "_{count} file conflict_::_{count} file conflicts_" => array(""), "Cancel" => "取消", diff --git a/core/l10n/zh_TW.php b/core/l10n/zh_TW.php index 1657609dec5..21bbbd9d6a5 100644 --- a/core/l10n/zh_TW.php +++ b/core/l10n/zh_TW.php @@ -43,8 +43,8 @@ $TRANSLATIONS = array( "last year" => "去年", "years ago" => "幾年前", "Reset password" => "重設密碼", -"Yes" => "是", "No" => "否", +"Yes" => "是", "Choose" => "選擇", "Error loading file picker template: {error}" => "載入檔案選擇器樣板出錯: {error}", "Ok" => "好", diff --git a/l10n/ach/files_sharing.po b/l10n/ach/files_sharing.po index d0cbcaf4e34..c2052e916e9 100644 --- a/l10n/ach/files_sharing.po +++ b/l10n/ach/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Acoli (http://www.transifex.com/projects/p/owncloud/language/ach/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/ach/settings.po b/l10n/ach/settings.po index da6eab5948e..d19cef8f2ce 100644 --- a/l10n/ach/settings.po +++ b/l10n/ach/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Acoli (http://www.transifex.com/projects/p/owncloud/language/ach/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/ady/files_sharing.po b/l10n/ady/files_sharing.po index 95adfbaa7b5..7dac60928a6 100644 --- a/l10n/ady/files_sharing.po +++ b/l10n/ady/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Adyghe (http://www.transifex.com/projects/p/owncloud/language/ady/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/ady/settings.po b/l10n/ady/settings.po index a963ea09c74..60ebeb14d89 100644 --- a/l10n/ady/settings.po +++ b/l10n/ady/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Adyghe (http://www.transifex.com/projects/p/owncloud/language/ady/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/af_ZA/core.po b/l10n/af_ZA/core.po index bd34b951b74..932345ace0e 100644 --- a/l10n/af_ZA/core.po +++ b/l10n/af_ZA/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" @@ -169,51 +169,51 @@ msgstr "" msgid "Saving..." msgstr "Stoor..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "sekondes gelede" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "%n minute gelede" msgstr[1] "%n minute gelede" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "%n ure gelde" msgstr[1] "%n ure gelede" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "vandag" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "gister" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "%n dae gelede" msgstr[1] "%n dae gelede" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "verlede maand" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "%n maande gelede" msgstr[1] "%n maande gelede" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "verlede jaar" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "jare gelede" @@ -248,95 +248,95 @@ msgstr "Herstel wagwoord" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Ja" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Nee" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Ja" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Kies" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "OK" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" msgstr[1] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Nuwe leêrs" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "Bestaande leêrs" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Kanseleer" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Gaan voort" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Baie swak wagwoord" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Swak wagwoord" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "So-so wagwoord" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "Goeie wagwoord" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Sterk wagwoord" @@ -619,7 +619,7 @@ msgstr "Persoonlik" msgid "Users" msgstr "Gebruikers" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "Toepassings" diff --git a/l10n/af_ZA/files_sharing.po b/l10n/af_ZA/files_sharing.po index 6dd3f37556e..9d5cce47690 100644 --- a/l10n/af_ZA/files_sharing.po +++ b/l10n/af_ZA/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" @@ -49,18 +49,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Wagwoord" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Kanseleer" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Wagwoord" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/af_ZA/settings.po b/l10n/af_ZA/settings.po index cca13fc3d6b..aec40759083 100644 --- a/l10n/af_ZA/settings.po +++ b/l10n/af_ZA/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/ak/files_sharing.po b/l10n/ak/files_sharing.po index bca2e7aa259..d0baa9b0acb 100644 --- a/l10n/ak/files_sharing.po +++ b/l10n/ak/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Akan (http://www.transifex.com/projects/p/owncloud/language/ak/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/ak/settings.po b/l10n/ak/settings.po index 7c27181d06d..c12bca859d1 100644 --- a/l10n/ak/settings.po +++ b/l10n/ak/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Akan (http://www.transifex.com/projects/p/owncloud/language/ak/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/am_ET/files_sharing.po b/l10n/am_ET/files_sharing.po index b416777499d..9362e902ced 100644 --- a/l10n/am_ET/files_sharing.po +++ b/l10n/am_ET/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Amharic (Ethiopia) (http://www.transifex.com/projects/p/owncloud/language/am_ET/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/am_ET/settings.po b/l10n/am_ET/settings.po index 45b16414b2a..ea0ba70ccdf 100644 --- a/l10n/am_ET/settings.po +++ b/l10n/am_ET/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Amharic (Ethiopia) (http://www.transifex.com/projects/p/owncloud/language/am_ET/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/ar/core.po b/l10n/ar/core.po index 39f00317cf9..30f4dd1cdfc 100644 --- a/l10n/ar/core.po +++ b/l10n/ar/core.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" @@ -170,11 +170,11 @@ msgstr "" msgid "Saving..." msgstr "جاري الحفظ..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "منذ ثواني" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" @@ -184,7 +184,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" @@ -194,15 +194,15 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "اليوم" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "يوم أمس" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" @@ -212,11 +212,11 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "الشهر الماضي" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" @@ -226,11 +226,11 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "السنةالماضية" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "سنة مضت" @@ -265,31 +265,31 @@ msgstr "تعديل كلمة السر" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "نعم" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "لا" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "نعم" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "اختيار" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "موافق" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" @@ -299,65 +299,65 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "الغاء" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "كلمة السر ضعيفة جدا" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "كلمة السر ضعيفة" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "كلمة السر جيدة" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "كلمة السر قوية" @@ -640,7 +640,7 @@ msgstr "شخصي" msgid "Users" msgstr "المستخدمين" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "التطبيقات" diff --git a/l10n/ar/files_sharing.po b/l10n/ar/files_sharing.po index 371e50895c7..e6d2e08f378 100644 --- a/l10n/ar/files_sharing.po +++ b/l10n/ar/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" @@ -50,18 +50,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "كلمة المرور" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "إلغاء" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -87,6 +94,10 @@ msgstr "هذه المشاركة محمية بكلمة مرور" msgid "The password is wrong. Try again." msgstr "كلمة المرور خاطئة. حاول مرة أخرى" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "كلمة المرور" + #: templates/list.php:16 msgid "Name" msgstr "اسم" diff --git a/l10n/ar/settings.po b/l10n/ar/settings.po index a76ab7ae7ff..7f34da35267 100644 --- a/l10n/ar/settings.po +++ b/l10n/ar/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" @@ -560,8 +560,8 @@ msgid "" msgstr "الملف cron.php تم تسجيله فى خدمه webcron لاستدعاء الملف cron.php كل 15 دقيقه" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "استخدم نظام خدمة cron لـ استدعاء ملف cron.php كل 15 دقيقة " +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/ast/core.po b/l10n/ast/core.po index f944ddea2f3..3190be8a35f 100644 --- a/l10n/ast/core.po +++ b/l10n/ast/core.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 15:28+0000\n" +"Last-Translator: Iñigo Varela <ivarela@softastur.org>\n" "Language-Team: Asturian (http://www.transifex.com/projects/p/owncloud/language/ast/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -171,51 +171,51 @@ msgstr "Audiu" msgid "Saving..." msgstr "Guardando..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "hai segundos" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" -msgstr[0] "fai %n minutu" +msgstr[0] "hai %n minutu" msgstr[1] "hai %n minutos" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" -msgstr[0] "fai %n hora" +msgstr[0] "hai %n hora" msgstr[1] "hai %n hores" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "güei" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "ayeri" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" -msgstr[0] "fai %n día" +msgstr[0] "hai %n día" msgstr[1] "hai %n díes" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "mes caberu" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "fai %n mes" msgstr[1] "hai %n meses" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "añu caberu" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "hai años" @@ -250,95 +250,95 @@ msgstr "Restablecer contraseña" msgid "Password can not be changed. Please contact your administrator." msgstr "Nun pue camudase la contraseña. Por favor, contauta col alministrador." -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Sí" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Non" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Sí" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Esbillar" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Fallu cargando'l ficheru de plantía d'escoyeta: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Aceutar" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Fallu cargando'l mensaxe de la plantía: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} conflictu de ficheru" msgstr[1] "{count} conflictos de ficheru " -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Conflictu nun ficheru" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Ficheros nuevos" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "Ficheros qu'esisten yá" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "¿Qué ficheros quies caltener?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Si seleiciones dambes versiones, el ficheru copiáu va tener un númberu amestáu al so nome" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Encaboxar" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Continuar" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(esbillao too)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "(esbillaos {count})" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Falu cargando plantía de ficheru esistente" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Contraseña mui feble" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Contraseña feble" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "Contraseña pasable" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "Contraseña bona" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Contraseña mui bona" @@ -410,7 +410,7 @@ msgstr "Permitir xuba pública" #: js/share.js:410 msgid "Email link to person" -msgstr "Enlláz de corréu electrónicu a la persona" +msgstr "Enllaz de corréu-e a la persona" #: js/share.js:411 msgid "Send" diff --git a/l10n/ast/files.po b/l10n/ast/files.po index 038b00b7a7a..d87fefe13e8 100644 --- a/l10n/ast/files.po +++ b/l10n/ast/files.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-06 01:54-0400\n" -"PO-Revision-Date: 2014-07-06 00:00+0000\n" -"Last-Translator: Ḷḷumex03 <l.lumex03.tornes@gmail.com>\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 15:16+0000\n" +"Last-Translator: Iñigo Varela <ivarela@softastur.org>\n" "Language-Team: Asturian (http://www.transifex.com/projects/p/owncloud/language/ast/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -354,7 +354,7 @@ msgstr "WebDAV" msgid "" "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via " "WebDAV</a>" -msgstr "Usa esta direición pa <a href=\"%s/server/5.0/user_manual/files/files.html\" target=\"_blank\">acceder a los ficheros a traviés de WebDAV</a>" +msgstr "Usa esta direición <a href=\"%s/server/5.0/user_manual/files/files.html\" target=\"_blank\">p'acceder a los ficheros a traviés de WebDAV</a>" #: templates/list.php:5 msgid "New" diff --git a/l10n/ast/files_external.po b/l10n/ast/files_external.po index 6c70d7b37ec..9a3eac39406 100644 --- a/l10n/ast/files_external.po +++ b/l10n/ast/files_external.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" -"Last-Translator: Ḷḷumex03 <l.lumex03.tornes@gmail.com>\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 12:52+0000\n" +"Last-Translator: Iñigo Varela <ivarela@softastur.org>\n" "Language-Team: Asturian (http://www.transifex.com/projects/p/owncloud/language/ast/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -233,7 +233,7 @@ msgstr "Personal" msgid "System" msgstr "Sistema" -#: js/settings.js:320 js/settings.js:327 +#: js/settings.js:325 js/settings.js:332 msgid "Saved" msgstr "Guardáu" @@ -286,7 +286,7 @@ msgstr "Ámbitu" msgid "External Storage" msgstr "Almacenamientu esternu" -#: templates/settings.php:8 templates/settings.php:27 +#: templates/settings.php:8 templates/settings.php:28 msgid "Folder name" msgstr "Nome de la carpeta" @@ -302,43 +302,43 @@ msgstr "Opciones" msgid "Available for" msgstr "Disponible pa" -#: templates/settings.php:32 +#: templates/settings.php:33 msgid "Add storage" msgstr "Amestar almacenamientu" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "No user or group" msgstr "Nengún usuariu o grupu" -#: templates/settings.php:95 +#: templates/settings.php:96 msgid "All Users" msgstr "Tolos usuarios" -#: templates/settings.php:97 +#: templates/settings.php:98 msgid "Groups" msgstr "Grupos" -#: templates/settings.php:105 +#: templates/settings.php:106 msgid "Users" msgstr "Usuarios" -#: templates/settings.php:118 templates/settings.php:119 -#: templates/settings.php:158 templates/settings.php:159 +#: templates/settings.php:119 templates/settings.php:120 +#: templates/settings.php:159 templates/settings.php:160 msgid "Delete" msgstr "Desaniciar" -#: templates/settings.php:132 +#: templates/settings.php:133 msgid "Enable User External Storage" msgstr "Habilitar almacenamientu esterno d'usuariu" -#: templates/settings.php:135 +#: templates/settings.php:136 msgid "Allow users to mount the following external storage" msgstr "Permitir a los usuarios montar el siguiente almacenamientu esternu" -#: templates/settings.php:150 +#: templates/settings.php:151 msgid "SSL root certificates" msgstr "Certificaos raíz SSL" -#: templates/settings.php:168 +#: templates/settings.php:169 msgid "Import Root Certificate" msgstr "Importar certificáu raíz" diff --git a/l10n/ast/files_sharing.po b/l10n/ast/files_sharing.po index 6c2f1574585..94581a66b93 100644 --- a/l10n/ast/files_sharing.po +++ b/l10n/ast/files_sharing.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-06 01:54-0400\n" -"PO-Revision-Date: 2014-07-06 00:00+0000\n" -"Last-Translator: Ḷḷumex03 <l.lumex03.tornes@gmail.com>\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 15:28+0000\n" +"Last-Translator: Iñigo Varela <ivarela@softastur.org>\n" "Language-Team: Asturian (http://www.transifex.com/projects/p/owncloud/language/ast/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -30,15 +30,15 @@ msgstr "Nun pudo amestase una compartición remota" #: appinfo/app.php:33 js/app.js:34 msgid "Shared with you" -msgstr "Compartío contigo" +msgstr "Compartíos contigo" #: appinfo/app.php:42 js/app.js:53 msgid "Shared with others" -msgstr "Compartío con otros" +msgstr "Compartíos con otros" #: appinfo/app.php:51 js/app.js:72 msgid "Shared by link" -msgstr "Compartíu por enllaz" +msgstr "Compartíos por enllaz" #: js/app.js:35 msgid "No files have been shared with you yet." @@ -52,18 +52,25 @@ msgstr "Entá nun compartiesti dengún ficheru." msgid "You haven't shared any files by link yet." msgstr "Entá nun compartiesti nengún ficheru por enllaz." -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" -msgstr "Amestar {name} de {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" +msgstr "Quies amestar compartición remota {name} de {owner}@{remote}?" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" -msgstr "Amestar compartición" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" +msgstr "Compartición remota" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Contraseña" +#: js/external.js:65 +msgid "Remote share password" +msgstr "Contraseña de compartición remota" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Encaboxar" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "Amestar compartición remota" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -75,11 +82,11 @@ msgstr "Url ownCloud inválida" #: js/share.js:146 msgid "Shared by {owner}" -msgstr "Compartíu por {owner}" +msgstr "Compartíos por {owner}" #: js/sharedfilelist.js:123 msgid "Shared by" -msgstr "Compartíu por" +msgstr "Compartíos por" #: templates/authenticate.php:4 msgid "This share is password-protected" @@ -89,6 +96,10 @@ msgstr "Esta compartición tien contraseña protexida" msgid "The password is wrong. Try again." msgstr "La contraseña ye incorreuta. Inténtalo otra vegada." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Contraseña" + #: templates/list.php:16 msgid "Name" msgstr "Nome" diff --git a/l10n/ast/lib.po b/l10n/ast/lib.po index 1e8ddbef5dc..c9fbbfee0ab 100644 --- a/l10n/ast/lib.po +++ b/l10n/ast/lib.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-07 01:54-0400\n" -"PO-Revision-Date: 2014-07-07 01:50+0000\n" -"Last-Translator: Ḷḷumex03 <l.lumex03.tornes@gmail.com>\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 13:01+0000\n" +"Last-Translator: Iñigo Varela <ivarela@softastur.org>\n" "Language-Team: Asturian (http://www.transifex.com/projects/p/owncloud/language/ast/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,33 +20,33 @@ msgstr "" "Language: ast\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: base.php:187 base.php:194 +#: base.php:195 base.php:202 msgid "Cannot write into \"config\" directory!" msgstr "¡Nun pue escribise nel direutoriu \"config\"!" -#: base.php:188 +#: base.php:196 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:190 +#: base.php:198 #, php-format msgid "See %s" msgstr "Mira %s" -#: base.php:195 private/util.php:413 +#: base.php:203 private/util.php:413 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:675 +#: base.php:683 msgid "You are accessing the server from an untrusted domain." msgstr "Tas accediendo al sirvidor dende un dominiu non confiáu." -#: base.php:676 +#: base.php:684 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -73,19 +73,19 @@ msgstr "Usuarios" msgid "Admin" msgstr "Almin" -#: private/app.php:987 +#: private/app.php:990 #, php-format msgid "Failed to upgrade \"%s\"." msgstr "Fallu al anovar \"%s\"." -#: private/app.php:1144 +#: private/app.php:1147 #, php-format msgid "" "App \\\"%s\\\" can't be installed because it is not compatible with this " "version of ownCloud." msgstr "L'aplicación \\\"%s\\\" nun pue instalase porque nun ye compatible con esta versión d'ownCloud" -#: private/app.php:1156 +#: private/app.php:1159 msgid "No app name specified" msgstr "Nun s'especificó nome de l'aplicación" @@ -407,19 +407,19 @@ msgstr "Nun pudo alcontrase la estaya \"%s.\"" #: private/template/functions.php:134 msgid "seconds ago" -msgstr "fai segundos" +msgstr "hai segundos" #: private/template/functions.php:135 msgid "%n minute ago" msgid_plural "%n minutes ago" -msgstr[0] "" -msgstr[1] "fai %n minutos" +msgstr[0] "hai %n minutu" +msgstr[1] "hai %n minutos" #: private/template/functions.php:136 msgid "%n hour ago" msgid_plural "%n hours ago" -msgstr[0] "" -msgstr[1] "fai %n hores" +msgstr[0] "hai %n hora" +msgstr[1] "hai %n hores" #: private/template/functions.php:137 msgid "today" @@ -432,8 +432,8 @@ msgstr "ayeri" #: private/template/functions.php:140 msgid "%n day go" msgid_plural "%n days ago" -msgstr[0] "" -msgstr[1] "fai %n díes" +msgstr[0] "hai %n día" +msgstr[1] "hai %n díes" #: private/template/functions.php:142 msgid "last month" @@ -442,8 +442,8 @@ msgstr "mes caberu" #: private/template/functions.php:143 msgid "%n month ago" msgid_plural "%n months ago" -msgstr[0] "" -msgstr[1] "fai %n meses" +msgstr[0] "hai %n mes" +msgstr[1] "hai %n meses" #: private/template/functions.php:145 msgid "last year" @@ -451,7 +451,7 @@ msgstr "añu caberu" #: private/template/functions.php:146 msgid "years ago" -msgstr "fai años" +msgstr "hai años" #: private/user/manager.php:238 msgid "" @@ -473,7 +473,7 @@ msgstr "El nome d'usuariu yá ta usándose" #: private/util.php:398 msgid "No database drivers (sqlite, mysql, or postgresql) installed." -msgstr "" +msgstr "Nun hai controladores de bases de datos (sqlite, mysql, o postgresql)" #: private/util.php:405 #, php-format @@ -507,7 +507,7 @@ msgstr "Nun pue crease'l direutoriu \"data\" (%s)" msgid "" "This can usually be fixed by <a href=\"%s\" target=\"_blank\">giving the " "webserver write access to the root directory</a>." -msgstr "" +msgstr "Esto pue iguase davezu <a href=\"%s\" target=\"_blank\">dándo-y accesu d'escritura al direutoriu raigañu</a>." #: private/util.php:457 #, php-format @@ -518,7 +518,7 @@ msgstr "" msgid "" "Please install one of theses locales on your system and restart your " "webserver." -msgstr "" +msgstr "Instala ún d'estos locales nel to sistema y reanicia'l sirvidor web" #: private/util.php:464 msgid "Please ask your server administrator to install the module." @@ -530,12 +530,12 @@ msgstr "Por favor, entrúga-y al to alministrador del sirvidor pa instalar el m #: private/util.php:546 #, php-format msgid "PHP module %s not installed." -msgstr "" +msgstr "Nun ta instaláu'l módulu PHP %s" #: private/util.php:538 #, php-format msgid "PHP %s or higher is required." -msgstr "" +msgstr "Necesítase PHP %s o superior" #: private/util.php:539 msgid "" @@ -547,7 +547,7 @@ msgstr "" msgid "" "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work " "properly." -msgstr "" +msgstr "Ta habilitáu'l mou seguru de PHP. ownCloud requier que tea deshabilitáu pa furrular afayadízamente" #: private/util.php:557 msgid "" @@ -575,7 +575,7 @@ msgstr "" #: private/util.php:580 msgid "Please ask your server administrator to restart the web server." -msgstr "" +msgstr "Por favor, entruga al to alministrador pa reaniciar el sirvidor web." #: private/util.php:609 msgid "PostgreSQL >= 9 required" @@ -583,11 +583,11 @@ msgstr "PostgreSQL >= 9 requeríu" #: private/util.php:610 msgid "Please upgrade your database version" -msgstr "Por favor, anova la versión de la to base de datos" +msgstr "Por favor, anueva la versión de la to base de datos" #: private/util.php:617 msgid "Error occurred while checking PostgreSQL version" -msgstr "Asocedió un fallu entrín se comprobaba la versión de PostgreSQL" +msgstr "Asocedió un fallu mientres se comprobaba la versión de PostgreSQL" #: private/util.php:618 msgid "" @@ -599,17 +599,17 @@ msgstr "" msgid "" "Please change the permissions to 0770 so that the directory cannot be listed" " by other users." -msgstr "" +msgstr "Por favor, camuda los permisos a 0770 pa que'l direutoriu nun pueda llistase por otros usuarios." #: private/util.php:689 #, php-format msgid "Data directory (%s) is readable by other users" -msgstr "" +msgstr "El direutoriu de datos (%s) ye llexible por otros usuarios" #: private/util.php:710 #, php-format msgid "Data directory (%s) is invalid" -msgstr "" +msgstr "Ye inválidu'l direutoriu de datos (%s)" #: private/util.php:711 msgid "" diff --git a/l10n/ast/settings.po b/l10n/ast/settings.po index 7f7bd29d752..c7fc8490159 100644 --- a/l10n/ast/settings.po +++ b/l10n/ast/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Asturian (http://www.transifex.com/projects/p/owncloud/language/ast/)\n" "MIME-Version: 1.0\n" @@ -261,7 +261,7 @@ msgstr "Desinstalando ..." #: js/apps.js:236 msgid "Error while uninstalling app" -msgstr "Fallu entrín se desinstalaba l'aplicación" +msgstr "Fallu mientres se desinstalaba l'aplicación" #: js/apps.js:237 templates/apps.php:56 msgid "Uninstall" @@ -464,7 +464,7 @@ msgstr "Dablemente esto seya culpa d'un caché o acelerador, como por exemplu Ze #: templates/admin.php:105 msgid "Database Performance Info" -msgstr "Información de rindimienti de la base de datos" +msgstr "Información de rindimientu de la base de datos" #: templates/admin.php:108 msgid "" @@ -559,8 +559,8 @@ msgid "" msgstr "cron.php rexístrase nun serviciu webcron pa llamar a cron.php cada 15 minutos al traviés de HTTP." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "Usa'l serviciu cron del sistema pa llamar al ficheru cron.php cada 15 minutos." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" @@ -785,7 +785,7 @@ msgid "" "\t\tor\n" "\t\t<a href=\"https://owncloud.org/promote\"\n" "\t\t\ttarget=\"_blank\">spread the word</a>!" -msgstr "" +msgstr "Si quies sofitar el proyeutu\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">xúnite al desendolcu</a>\n\t\to\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">¡espardi la pallabra!</a>!" #: templates/personal.php:31 msgid "Show First Run Wizard again" diff --git a/l10n/az/files_sharing.po b/l10n/az/files_sharing.po index f66aaeca33a..5e10a8ef487 100644 --- a/l10n/az/files_sharing.po +++ b/l10n/az/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Azerbaijani (http://www.transifex.com/projects/p/owncloud/language/az/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/az/settings.po b/l10n/az/settings.po index c02a114b365..e2c6b90002f 100644 --- a/l10n/az/settings.po +++ b/l10n/az/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Azerbaijani (http://www.transifex.com/projects/p/owncloud/language/az/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/be/files_sharing.po b/l10n/be/files_sharing.po index 2405a07ca3e..f84251a4118 100644 --- a/l10n/be/files_sharing.po +++ b/l10n/be/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/be/settings.po b/l10n/be/settings.po index 85c42334427..b1bfab2c612 100644 --- a/l10n/be/settings.po +++ b/l10n/be/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/bg_BG/core.po b/l10n/bg_BG/core.po index 02490e478f5..0ab7141865d 100644 --- a/l10n/bg_BG/core.po +++ b/l10n/bg_BG/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" @@ -168,51 +168,51 @@ msgstr "" msgid "Saving..." msgstr "Записване..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "преди секунди" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "днес" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "вчера" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "последният месец" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "последната година" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "последните години" @@ -247,95 +247,95 @@ msgstr "Нулиране на парола" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Да" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Не" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Да" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Избери" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Добре" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" msgstr[1] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Отказ" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" @@ -618,7 +618,7 @@ msgstr "Лични" msgid "Users" msgstr "Потребители" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "Приложения" diff --git a/l10n/bg_BG/files_sharing.po b/l10n/bg_BG/files_sharing.po index 3849a384915..5178c479ef3 100644 --- a/l10n/bg_BG/files_sharing.po +++ b/l10n/bg_BG/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" @@ -49,18 +49,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Парола" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Отказ" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Парола" + #: templates/list.php:16 msgid "Name" msgstr "Име" diff --git a/l10n/bg_BG/settings.po b/l10n/bg_BG/settings.po index 89fadfd0c79..fa18877a1c0 100644 --- a/l10n/bg_BG/settings.po +++ b/l10n/bg_BG/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "никога" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "нова група" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/bn_BD/core.po b/l10n/bn_BD/core.po index c43b4667b65..9bde3c8b528 100644 --- a/l10n/bn_BD/core.po +++ b/l10n/bn_BD/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" @@ -167,51 +167,51 @@ msgstr "" msgid "Saving..." msgstr "সংরক্ষণ করা হচ্ছে.." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "সেকেন্ড পূর্বে" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "আজ" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "গতকাল" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "গত মাস" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "গত বছর" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "বছর পূর্বে" @@ -246,95 +246,95 @@ msgstr "কূটশব্দ পূনঃনির্ধারণ কর" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "হ্যাঁ" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "না" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "হ্যাঁ" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "বেছে নিন" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "তথাস্তু" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" msgstr[1] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "বাতির" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" @@ -617,7 +617,7 @@ msgstr "ব্যক্তিগত" msgid "Users" msgstr "ব্যবহারকারী" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "অ্যাপ" diff --git a/l10n/bn_BD/files_sharing.po b/l10n/bn_BD/files_sharing.po index 21afee2ac91..39cc1a862ea 100644 --- a/l10n/bn_BD/files_sharing.po +++ b/l10n/bn_BD/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" @@ -49,18 +49,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "কূটশব্দ" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "বাতির" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "কূটশব্দ" + #: templates/list.php:16 msgid "Name" msgstr "রাম" diff --git a/l10n/bn_BD/settings.po b/l10n/bn_BD/settings.po index c05a92c58f7..b95f7468b41 100644 --- a/l10n/bn_BD/settings.po +++ b/l10n/bn_BD/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "কখনোই নয়" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/bn_IN/files_sharing.po b/l10n/bn_IN/files_sharing.po index 6a9e7d8afa1..977fdcac05c 100644 --- a/l10n/bn_IN/files_sharing.po +++ b/l10n/bn_IN/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bengali (India) (http://www.transifex.com/projects/p/owncloud/language/bn_IN/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/bn_IN/settings.po b/l10n/bn_IN/settings.po index da4d20b261d..a220a22dde5 100644 --- a/l10n/bn_IN/settings.po +++ b/l10n/bn_IN/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bengali (India) (http://www.transifex.com/projects/p/owncloud/language/bn_IN/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/bs/files_sharing.po b/l10n/bs/files_sharing.po index 1024c32de46..8cc99371fb9 100644 --- a/l10n/bs/files_sharing.po +++ b/l10n/bs/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "Ime" diff --git a/l10n/bs/settings.po b/l10n/bs/settings.po index 9c094bc5199..3e89de1dbbb 100644 --- a/l10n/bs/settings.po +++ b/l10n/bs/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/ca/core.po b/l10n/ca/core.po index 66370b9acc3..019efc2e503 100644 --- a/l10n/ca/core.po +++ b/l10n/ca/core.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" @@ -170,51 +170,51 @@ msgstr "Audio" msgid "Saving..." msgstr "Desant..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "segons enrere" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "fa %n minut" msgstr[1] "fa %n minuts" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "fa %n hora" msgstr[1] "fa %n hores" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "avui" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "ahir" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "fa %n dies" msgstr[1] "fa %n dies" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "el mes passat" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "fa %n mes" msgstr[1] "fa %n mesos" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "l'any passat" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "anys enrere" @@ -249,95 +249,95 @@ msgstr "Reinicialitza la contrasenya" msgid "Password can not be changed. Please contact your administrator." msgstr "La contrasenya no es pot canviar. Contacteu amb l'administrador." -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Sí" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "No" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Sí" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Escull" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Error en carregar la plantilla de càrrega de fitxers: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "D'acord" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Error en carregar la plantilla de missatge: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} conflicte de fitxer" msgstr[1] "{count} conflictes de fitxer" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Un fitxer en conflicte" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Fitxers nous" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "Fitxers que ja existeixen" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Quin fitxer voleu conservar?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Si seleccioneu les dues versions, el fitxer copiat tindrà un número afegit al seu nom." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Cancel·la" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Continua" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(selecciona-ho tot)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} seleccionats)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Error en carregar la plantilla de fitxer existent" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Contrasenya massa feble" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Contrasenya feble" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "Contrasenya passable" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "Contrasenya bona" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Contrasenya forta" diff --git a/l10n/ca/files.po b/l10n/ca/files.po index 96dee376d61..e19a6752e26 100644 --- a/l10n/ca/files.po +++ b/l10n/ca/files.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 11:31+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" @@ -24,11 +24,11 @@ msgstr "" #: ajax/list.php:38 msgid "Storage not available" -msgstr "" +msgstr "Emmagatzemament no disponible" #: ajax/list.php:45 msgid "Storage invalid" -msgstr "" +msgstr "Emmagatzemament no vàlid" #: ajax/list.php:52 msgid "Unknown error" diff --git a/l10n/ca/files_sharing.po b/l10n/ca/files_sharing.po index 81c0cae49cd..42e3c21a66a 100644 --- a/l10n/ca/files_sharing.po +++ b/l10n/ca/files_sharing.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 11:31+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" @@ -50,18 +50,25 @@ msgstr "Encara no heu compartit cap fitxer." msgid "You haven't shared any files by link yet." msgstr "Encara no heu compartit cap fitxer amb enllaç." -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" -msgstr "Afegiu {name} de {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" +msgstr "Voleu afegir la compartició remota {nom} des de {owner}@{remote}?" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" -msgstr "Comparteix" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" +msgstr "Compartició remota" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Contrasenya" +#: js/external.js:65 +msgid "Remote share password" +msgstr "Contrasenya de compartició remota" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Cancel·la" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "Afegeix compartició remota" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -87,6 +94,10 @@ msgstr "Aquest compartit està protegit amb contrasenya" msgid "The password is wrong. Try again." msgstr "la contrasenya és incorrecta. Intenteu-ho de nou." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Contrasenya" + #: templates/list.php:16 msgid "Name" msgstr "Nom" @@ -121,7 +132,7 @@ msgstr "Per més informació contacteu amb qui us ha enviat l'enllaç." #: templates/public.php:22 msgid "Add to your ownCloud" -msgstr "" +msgstr "Afegiu a ownCloud" #: templates/public.php:30 msgid "Download" diff --git a/l10n/ca/settings.po b/l10n/ca/settings.po index 0892df76c96..7a7d18d6ebe 100644 --- a/l10n/ca/settings.po +++ b/l10n/ca/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" @@ -560,8 +560,8 @@ msgid "" msgstr "cron.php està registrat en un servei webcron que fa una crida a cron.php cada 15 minuts a través de http." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "Utilitza el servei cron del sistema per fer una crida al fitxer cron.php cada 15 minuts." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" @@ -786,7 +786,7 @@ msgid "" "\t\tor\n" "\t\t<a href=\"https://owncloud.org/promote\"\n" "\t\t\ttarget=\"_blank\">spread the word</a>!" -msgstr "" +msgstr "Si voleu ajudar al projecte \n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">uniu-vos al seu desenvolupament</a>\n\t\to\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">promoveu-lo</a>!" #: templates/personal.php:31 msgid "Show First Run Wizard again" diff --git a/l10n/ca@valencia/files_sharing.po b/l10n/ca@valencia/files_sharing.po index 35ad9d57ec5..d5a1c19055a 100644 --- a/l10n/ca@valencia/files_sharing.po +++ b/l10n/ca@valencia/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Catalan (Valencian) (http://www.transifex.com/projects/p/owncloud/language/ca@valencia/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/ca@valencia/settings.po b/l10n/ca@valencia/settings.po index 8b22df2d313..6495c517229 100644 --- a/l10n/ca@valencia/settings.po +++ b/l10n/ca@valencia/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Catalan (Valencian) (http://www.transifex.com/projects/p/owncloud/language/ca@valencia/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/cs_CZ/core.po b/l10n/cs_CZ/core.po index 954830de6ba..5e3658477e5 100644 --- a/l10n/cs_CZ/core.po +++ b/l10n/cs_CZ/core.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" @@ -177,55 +177,55 @@ msgstr "Audio" msgid "Saving..." msgstr "Ukládám..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "před pár vteřinami" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "před %n minutou" msgstr[1] "před %n minutami" msgstr[2] "před %n minutami" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "před %n hodinou" msgstr[1] "před %n hodinami" msgstr[2] "před %n hodinami" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "dnes" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "včera" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "před %n dnem" msgstr[1] "před %n dny" msgstr[2] "před %n dny" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "minulý měsíc" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "před %n měsícem" msgstr[1] "před %n měsíci" msgstr[2] "před %n měsíci" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "minulý rok" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "před lety" @@ -260,96 +260,96 @@ msgstr "Obnovit heslo" msgid "Password can not be changed. Please contact your administrator." msgstr "Heslo nelze změnit. Kontaktujte prosím svého správce systému." -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Ano" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Ne" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Ano" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Vybrat" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Chyba při nahrávání šablony výběru souborů: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Ok" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Chyba při nahrávání šablony zprávy: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} souborový konflikt" msgstr[1] "{count} souborové konflikty" msgstr[2] "{count} souborových konfliktů" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Jeden konflikt souboru" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Nové soubory" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "Již existující soubory" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Které soubory chcete ponechat?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Pokud zvolíte obě verze, zkopírovaný soubor bude mít název doplněný o číslo." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Zrušit" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Pokračovat" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(vybráno vše)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "(vybráno {count})" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Chyba při nahrávání šablony existence souboru" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Velmi slabé heslo" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Slabé heslo" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "Středně silné heslo" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "Dobré heslo" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Silné heslo" diff --git a/l10n/cs_CZ/files_sharing.po b/l10n/cs_CZ/files_sharing.po index 579011d1fd5..6a745202516 100644 --- a/l10n/cs_CZ/files_sharing.po +++ b/l10n/cs_CZ/files_sharing.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 18:01+0000\n" +"Last-Translator: Jaroslav Lichtblau <jaroslav@lichtblau.cz>\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -54,18 +54,25 @@ msgstr "Zatím jste nesdíleli žádné soubory." msgid "You haven't shared any files by link yet." msgstr "Zatím jste nesdíleli pomocí odkazu žádný soubor." -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" -msgstr "Přidat {name} od {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" +msgstr "Chcete přidat vzdálené úložiště {name} uživatele {owner}@{remote}?" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" -msgstr "Přidat úložiště" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" +msgstr "Vzdálené úložiště" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Heslo" +#: js/external.js:65 +msgid "Remote share password" +msgstr "Heslo ke vzdálenému úložišti" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Zrušit" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "Přidat vzdálené úložiště" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -91,6 +98,10 @@ msgstr "Toto sdílení je chráněno heslem" msgid "The password is wrong. Try again." msgstr "Heslo není správné. Zkuste to znovu." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Heslo" + #: templates/list.php:16 msgid "Name" msgstr "Název" diff --git a/l10n/cs_CZ/settings.po b/l10n/cs_CZ/settings.po index a7ba45122fb..989b6941b3b 100644 --- a/l10n/cs_CZ/settings.po +++ b/l10n/cs_CZ/settings.po @@ -16,9 +16,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" -"Last-Translator: Jaroslav Lichtblau <jaroslav@lichtblau.cz>\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -566,8 +566,8 @@ msgid "" msgstr "cron.php je registrován u služby webcron, aby volal cron.php jednou za 15 minut přes http." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "Použít systémovou službu cron pro volání cron.php každých 15 minut." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/cy_GB/core.po b/l10n/cy_GB/core.po index 40761e5525a..fa460a01198 100644 --- a/l10n/cy_GB/core.po +++ b/l10n/cy_GB/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" "MIME-Version: 1.0\n" @@ -168,11 +168,11 @@ msgstr "" msgid "Saving..." msgstr "Yn cadw..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "eiliad yn ôl" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" @@ -180,7 +180,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" @@ -188,15 +188,15 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "heddiw" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "ddoe" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" @@ -204,11 +204,11 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "mis diwethaf" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" @@ -216,11 +216,11 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "y llynedd" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "blwyddyn yn ôl" @@ -255,31 +255,31 @@ msgstr "Ailosod cyfrinair" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Ie" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Na" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Ie" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Dewisiwch" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Iawn" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" @@ -287,65 +287,65 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Diddymu" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" @@ -628,7 +628,7 @@ msgstr "Personol" msgid "Users" msgstr "Defnyddwyr" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "Pecynnau" diff --git a/l10n/cy_GB/files_sharing.po b/l10n/cy_GB/files_sharing.po index e098426ffbb..f7fa7db7f67 100644 --- a/l10n/cy_GB/files_sharing.po +++ b/l10n/cy_GB/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" "MIME-Version: 1.0\n" @@ -49,18 +49,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Cyfrinair" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Diddymu" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Cyfrinair" + #: templates/list.php:16 msgid "Name" msgstr "Enw" diff --git a/l10n/cy_GB/settings.po b/l10n/cy_GB/settings.po index bb901cacc52..6570d929ebc 100644 --- a/l10n/cy_GB/settings.po +++ b/l10n/cy_GB/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "byth" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/da/core.po b/l10n/da/core.po index c270ac4bd36..a1ae5bd2339 100644 --- a/l10n/da/core.po +++ b/l10n/da/core.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" @@ -176,51 +176,51 @@ msgstr "Lyd" msgid "Saving..." msgstr "Gemmer..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "sekunder siden" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "%n minut siden" msgstr[1] "%n minutter siden" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "%n time siden" msgstr[1] "%n timer siden" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "i dag" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "i går" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "%n dag siden" msgstr[1] "%n dage siden" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "sidste måned" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "%n måned siden" msgstr[1] "%n måneder siden" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "sidste år" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "år siden" @@ -255,95 +255,95 @@ msgstr "Nulstil kodeord" msgid "Password can not be changed. Please contact your administrator." msgstr "Adgangskoden kunne ikke ændres. Kontakt venligst din administrator." -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Ja" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Nej" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Ja" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Vælg" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Fejl ved indlæsning af filvælger skabelon: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "OK" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Fejl ved indlæsning af besked skabelon: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} filkonflikt" msgstr[1] "{count} filkonflikter" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "En filkonflikt" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Nye filer" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "Allerede eksisterende filer" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Hvilke filer ønsker du at beholde?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Hvis du vælger begge versioner, vil den kopierede fil få tilføjet et nummer til sit navn." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Annuller" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Videre" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(alle valgt)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} valgt)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Fejl ved inlæsning af; fil eksistere skabelon" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Meget svagt kodeord" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Svagt kodeord" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "Jævnt kodeord" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "Godt kodeord" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Stærkt kodeord" diff --git a/l10n/da/files_sharing.po b/l10n/da/files_sharing.po index fc0ef3996ec..99999e9274d 100644 --- a/l10n/da/files_sharing.po +++ b/l10n/da/files_sharing.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:13+0000\n" "Last-Translator: I Robot\n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" @@ -53,18 +53,25 @@ msgstr "Du har ikke delt nogen filer endnu." msgid "You haven't shared any files by link yet." msgstr "Du har ikke delt nogen filer endnu." -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Kodeord" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Annuller" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -90,6 +97,10 @@ msgstr "Delingen er beskyttet af kodeord" msgid "The password is wrong. Try again." msgstr "Kodeordet er forkert. Prøv igen." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Kodeord" + #: templates/list.php:16 msgid "Name" msgstr "Navn" diff --git a/l10n/da/settings.po b/l10n/da/settings.po index ba3b96af73b..406ec295b04 100644 --- a/l10n/da/settings.po +++ b/l10n/da/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" @@ -561,8 +561,8 @@ msgid "" msgstr "cron.php er registreret til at en webcron service skal kalde cron.php hvert 15 minut over http." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "Brug systemets cron service til at kalde cron.php hvert 15. minut." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/de/core.po b/l10n/de/core.po index 793e1ac8eb5..e7fb6910a10 100644 --- a/l10n/de/core.po +++ b/l10n/de/core.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" @@ -178,51 +178,51 @@ msgstr "Audio" msgid "Saving..." msgstr "Speichern..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "Gerade eben" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "Vor %n Minute" msgstr[1] "Vor %n Minuten" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "Vor %n Stunde" msgstr[1] "Vor %n Stunden" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "Heute" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "Gestern" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "Vor %n Tag" msgstr[1] "Vor %n Tagen" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "Letzten Monat" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "Vor %n Monat" msgstr[1] "Vor %n Monaten" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "Letztes Jahr" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "Vor Jahren" @@ -257,95 +257,95 @@ msgstr "Passwort zurücksetzen" msgid "Password can not be changed. Please contact your administrator." msgstr "Passwort kann nicht geändert werden. Bitte kontaktiere Deinen Administrator." -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Ja" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Nein" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Ja" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Auswählen" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Fehler beim Laden der Dateiauswahlvorlage: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "OK" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Fehler beim Laden der Nachrichtenvorlage: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} Dateikonflikt" msgstr[1] "{count} Dateikonflikte" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Ein Dateikonflikt" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Neue Dateien" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "Die Dateien existieren bereits" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Welche Dateien möchtest Du behalten?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Wenn Du beide Versionen auswählst, erhält die kopierte Datei eine Zahl am Ende des Dateinamens." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Abbrechen" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Fortsetzen" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(Alle ausgewählt)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} ausgewählt)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Fehler beim Laden der vorhanden Dateivorlage" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Sehr schwaches Passwort" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Schwaches Passwort" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "Durchschnittliches Passwort" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "Gutes Passwort" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Starkes Passwort" diff --git a/l10n/de/files_sharing.po b/l10n/de/files_sharing.po index 961c87de677..14e67722814 100644 --- a/l10n/de/files_sharing.po +++ b/l10n/de/files_sharing.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" @@ -55,18 +55,25 @@ msgstr "Du hast bis jetzt keine Dateien mit anderen geteilt." msgid "You haven't shared any files by link yet." msgstr "Du hast bis jetzt keine Dateien über einen Link mit anderen geteilt." -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" -msgstr "{name} wird von {owner}@{remote} hinzugefügt" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" +msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" -msgstr "Freigabe hinzufügen" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" +msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Passwort" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Abbrechen" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -92,6 +99,10 @@ msgstr "Diese Freigabe ist durch ein Passwort geschützt" msgid "The password is wrong. Try again." msgstr "Bitte überprüfe Dein Passwort und versuche es erneut." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Passwort" + #: templates/list.php:16 msgid "Name" msgstr "Name" diff --git a/l10n/de/settings.po b/l10n/de/settings.po index b0378c8d623..c950a118f90 100644 --- a/l10n/de/settings.po +++ b/l10n/de/settings.po @@ -17,9 +17,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" -"Last-Translator: Mario Siegmann <mario_siegmann@web.de>\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -567,8 +567,8 @@ msgid "" msgstr "cron.php ist als Webcron-Dienst registriert, der die cron.php alle 15 Minuten per HTTP aufruft." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "Benutze den System-Crondienst um die cron.php alle 15 Minuten aufzurufen." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/de_AT/core.po b/l10n/de_AT/core.po index 6fe1f1db234..493064d03b6 100644 --- a/l10n/de_AT/core.po +++ b/l10n/de_AT/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: German (Austria) (http://www.transifex.com/projects/p/owncloud/language/de_AT/)\n" "MIME-Version: 1.0\n" @@ -168,51 +168,51 @@ msgstr "" msgid "Saving..." msgstr "" -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "" @@ -247,95 +247,95 @@ msgstr "" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 +msgid "No" msgstr "" -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 -msgid "No" +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" msgstr "" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" msgstr[1] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Abbrechen" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" @@ -618,7 +618,7 @@ msgstr "Persönlich" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "" diff --git a/l10n/de_AT/files_sharing.po b/l10n/de_AT/files_sharing.po index 79cc879292f..900f87694e3 100644 --- a/l10n/de_AT/files_sharing.po +++ b/l10n/de_AT/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: German (Austria) (http://www.transifex.com/projects/p/owncloud/language/de_AT/)\n" "MIME-Version: 1.0\n" @@ -49,18 +49,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Passwort" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Abbrechen" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Passwort" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/de_AT/settings.po b/l10n/de_AT/settings.po index 8040678f230..6491f074291 100644 --- a/l10n/de_AT/settings.po +++ b/l10n/de_AT/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: German (Austria) (http://www.transifex.com/projects/p/owncloud/language/de_AT/)\n" "MIME-Version: 1.0\n" @@ -346,23 +346,23 @@ msgstr "niemals" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -558,7 +558,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/de_CH/core.po b/l10n/de_CH/core.po index f8e49bbe472..ff1a734a152 100644 --- a/l10n/de_CH/core.po +++ b/l10n/de_CH/core.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n" "MIME-Version: 1.0\n" @@ -177,51 +177,51 @@ msgstr "" msgid "Saving..." msgstr "Speichern..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "Gerade eben" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "Vor %n Minute" msgstr[1] "Vor %n Minuten" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "Vor %n Stunde" msgstr[1] "Vor %n Stunden" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "Heute" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "Gestern" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "Vor %n Tag" msgstr[1] "Vor %n Tagen" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "Letzten Monat" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "Vor %n Monat" msgstr[1] "Vor %n Monaten" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "Letztes Jahr" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "Vor Jahren" @@ -256,95 +256,95 @@ msgstr "Passwort zurücksetzen" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Ja" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Nein" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Ja" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Auswählen" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "OK" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" msgstr[1] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Neue Dateien" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Abbrechen" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" diff --git a/l10n/de_CH/files_sharing.po b/l10n/de_CH/files_sharing.po index e72b1c03f27..41ba3db9a6b 100644 --- a/l10n/de_CH/files_sharing.po +++ b/l10n/de_CH/files_sharing.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n" "MIME-Version: 1.0\n" @@ -52,18 +52,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Passwort" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Abbrechen" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -89,6 +96,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "Das Passwort ist falsch. Bitte versuchen Sie es erneut." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Passwort" + #: templates/list.php:16 msgid "Name" msgstr "Name" diff --git a/l10n/de_CH/settings.po b/l10n/de_CH/settings.po index 58c51b5aa80..531c7df74df 100644 --- a/l10n/de_CH/settings.po +++ b/l10n/de_CH/settings.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n" "MIME-Version: 1.0\n" @@ -354,23 +354,23 @@ msgstr "niemals" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "Gruppe hinzufügen" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "Es muss ein gültiger Benutzername angegeben werden" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "Beim Erstellen des Benutzers ist ein Fehler aufgetreten" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "Es muss ein gültiges Passwort angegeben werden" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -566,7 +566,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/de_DE/core.po b/l10n/de_DE/core.po index 5a123c6e16e..02bd77551b3 100644 --- a/l10n/de_DE/core.po +++ b/l10n/de_DE/core.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n" "MIME-Version: 1.0\n" @@ -178,51 +178,51 @@ msgstr "Audio" msgid "Saving..." msgstr "Speichern..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "Gerade eben" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "Vor %n Minute" msgstr[1] "Vor %n Minuten" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "Vor %n Stunde" msgstr[1] "Vor %n Stunden" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "Heute" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "Gestern" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "Vor %n Tag" msgstr[1] "Vor %n Tagen" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "Letzten Monat" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "Vor %n Monat" msgstr[1] "Vor %n Monaten" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "Letztes Jahr" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "Vor Jahren" @@ -257,95 +257,95 @@ msgstr "Passwort zurücksetzen" msgid "Password can not be changed. Please contact your administrator." msgstr "Passwort kann nicht geändert werden. Bitte kontaktieren Sie Ihren Administrator." -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Ja" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Nein" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Ja" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Auswählen" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Fehler beim Laden der Dateiauswahlvorlage: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "OK" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Fehler beim Laden der Nachrichtenvorlage: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} Dateikonflikt" msgstr[1] "{count} Dateikonflikte" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Ein Dateikonflikt" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Neue Dateien" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "Die Dateien existieren bereits" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Welche Dateien möchten Sie behalten?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Wenn Sie beide Versionen auswählen, erhält die kopierte Datei eine Zahl am Ende des Dateinamens." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Abbrechen" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Fortsetzen" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(Alle ausgewählt)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} ausgewählt)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Fehler beim Laden der vorhanden Dateivorlage" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Sehr schwaches Passwort" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Schwaches Passwort" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "Passables Passwort" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "Gutes Passwort" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Starkes Passwort" diff --git a/l10n/de_DE/files_sharing.po b/l10n/de_DE/files_sharing.po index 0a601c1a252..957362d6621 100644 --- a/l10n/de_DE/files_sharing.po +++ b/l10n/de_DE/files_sharing.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n" "MIME-Version: 1.0\n" @@ -54,18 +54,25 @@ msgstr "Sie haben bis jetzt keine Dateien mit anderen geteilt." msgid "You haven't shared any files by link yet." msgstr "Sie haben bis jetzt keine Dateien über einen Link mit anderen geteilt." -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" -msgstr "{name} wird von {owner}@{remote} hinzugefügt" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" +msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" -msgstr "Freigabe hinzufügen" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" +msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Passwort" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Abbrechen" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -91,6 +98,10 @@ msgstr "Diese Freigabe ist durch ein Passwort geschützt" msgid "The password is wrong. Try again." msgstr "Das Passwort ist falsch. Bitte versuchen Sie es erneut." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Passwort" + #: templates/list.php:16 msgid "Name" msgstr "Name" diff --git a/l10n/de_DE/settings.po b/l10n/de_DE/settings.po index 48fa5e8943f..24e385e0f17 100644 --- a/l10n/de_DE/settings.po +++ b/l10n/de_DE/settings.po @@ -17,9 +17,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" -"Last-Translator: Mario Siegmann <mario_siegmann@web.de>\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -567,8 +567,8 @@ msgid "" msgstr "cron.php ist als Webcron-Dienst registriert, der die cron.php alle 15 Minuten per HTTP aufruft." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "Benutzen Sie den System-Crondienst, um die cron.php alle 15 Minuten aufzurufen." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/el/core.po b/l10n/el/core.po index 7d8c45842b9..5cf76ef22ef 100644 --- a/l10n/el/core.po +++ b/l10n/el/core.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" @@ -178,51 +178,51 @@ msgstr "Ήχος" msgid "Saving..." msgstr "Γίνεται αποθήκευση..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "δευτερόλεπτα πριν" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "%n λεπτό πριν" msgstr[1] "%n λεπτά πριν" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "%n ώρα πριν" msgstr[1] "%n ώρες πριν" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "σήμερα" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "χτες" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "%n ημέρα πριν" msgstr[1] "%n ημέρες πριν" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "τελευταίο μήνα" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "%n μήνας πριν" msgstr[1] "%n μήνες πριν" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "τελευταίο χρόνο" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "χρόνια πριν" @@ -257,95 +257,95 @@ msgstr "Επαναφορά συνθηματικού" msgid "Password can not be changed. Please contact your administrator." msgstr "Ο κωδικός πρόσβασης δεν μπορεί να αλλάξει. Παρακαλώ επικοινωνήστε με το διαχειριστή σας." -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Ναι" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Όχι" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Ναι" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Επιλέξτε" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Σφάλμα κατά την φόρτωση προτύπου επιλογέα αρχείων: {σφάλμα}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Οκ" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Σφάλμα φόρτωσης προτύπου μηνυμάτων: {σφάλμα}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} αρχείο διαφέρει" msgstr[1] "{count} αρχεία διαφέρουν" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Ένα αρχείο διαφέρει" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Νέα Αρχεία" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "Ήδη υπάρχοντα αρχεία" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Ποια αρχεία θέλετε να κρατήσετε;" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Εάν επιλέξετε και τις δυο εκδοχές, ένας αριθμός θα προστεθεί στο αντιγραφόμενο αρχείο." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Άκυρο" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Συνέχεια" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(όλα τα επιλεγμένα)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} επιλέχθησαν)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Σφάλμα κατά την φόρτωση του προτύπου \"αρχείο υπάρχει\"" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Πολύ αδύναμο συνθηματικό" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Αδύναμο συνθηματικό" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "Μέτριο συνθηματικό" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "Καλό συνθηματικό" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Δυνατό συνθηματικό" diff --git a/l10n/el/files_sharing.po b/l10n/el/files_sharing.po index 4d4431da29c..3862c8ce224 100644 --- a/l10n/el/files_sharing.po +++ b/l10n/el/files_sharing.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" @@ -52,18 +52,25 @@ msgstr "Δεν έχετε διαμοιραστεί κανένα αρχείο α msgid "You haven't shared any files by link yet." msgstr "Δεν έχετε διαμοιραστεί κανένα αρχείο μέσω συνδέσμου ακόμα." -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" -msgstr "Προσθήκη {name} από {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" +msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" -msgstr "Προσθήκε Κοινόχρηστου Φακέλου" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" +msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Κωδικός πρόσβασης" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Άκυρο" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -89,6 +96,10 @@ msgstr "Αυτός ο κοινόχρηστος φάκελος προστατεύ msgid "The password is wrong. Try again." msgstr "Εσφαλμένος κωδικός πρόσβασης. Προσπαθήστε ξανά." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Κωδικός πρόσβασης" + #: templates/list.php:16 msgid "Name" msgstr "Όνομα" diff --git a/l10n/el/settings.po b/l10n/el/settings.po index 00a8efb7490..93ed52b02b2 100644 --- a/l10n/el/settings.po +++ b/l10n/el/settings.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" @@ -566,8 +566,8 @@ msgid "" msgstr "Το cron.php είναι καταχωρημένο σε μια υπηρεσία webcron ώστε να καλεί το cron.php κάθε 15 λεπτά μέσω http." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "Χρήση της υπηρεσίας cron του συστήματος για να καλεστεί το αρχείο cron.php κάθε 15 λεπτά." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/en@pirate/files_sharing.po b/l10n/en@pirate/files_sharing.po index bbd71c63cc5..0f649814d72 100644 --- a/l10n/en@pirate/files_sharing.po +++ b/l10n/en@pirate/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Pirate English (http://www.transifex.com/projects/p/owncloud/language/en@pirate/)\n" "MIME-Version: 1.0\n" @@ -50,18 +50,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Secret Code" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -87,6 +94,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Secret Code" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/en@pirate/settings.po b/l10n/en@pirate/settings.po index 0296e7394e2..0507db2cea0 100644 --- a/l10n/en@pirate/settings.po +++ b/l10n/en@pirate/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Pirate English (http://www.transifex.com/projects/p/owncloud/language/en@pirate/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/en_GB/core.po b/l10n/en_GB/core.po index dbdf7f47041..7f33df7cde2 100644 --- a/l10n/en_GB/core.po +++ b/l10n/en_GB/core.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 12:22+0000\n" +"Last-Translator: Darren Richardson <transifex@mnestis.net>\n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -168,51 +168,51 @@ msgstr "Audio" msgid "Saving..." msgstr "Saving..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "seconds ago" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "%n minute ago" msgstr[1] "%n minutes ago" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "%n hour ago" msgstr[1] "%n hours ago" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "today" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "yesterday" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "%n day ago" msgstr[1] "%n days ago" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "last month" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "%n month ago" msgstr[1] "%n months ago" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "last year" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "years ago" @@ -247,95 +247,95 @@ msgstr "Reset password" msgid "Password can not be changed. Please contact your administrator." msgstr "Password can not be changed. Please contact your administrator." -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Yes" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "No" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Yes" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Choose" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Error loading file picker template: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "OK" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Error loading message template: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} file conflict" msgstr[1] "{count} file conflicts" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "One file conflict" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "New Files" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "Already existing files" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Which files do you wish to keep?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "If you select both versions, the copied file will have a number added to its name." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Cancel" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Continue" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(all selected)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} selected)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Error loading file exists template" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Very weak password" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Weak password" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "So-so password" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "Good password" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Strong password" diff --git a/l10n/en_GB/files.po b/l10n/en_GB/files.po index 8edee877152..e4159147fd9 100644 --- a/l10n/en_GB/files.po +++ b/l10n/en_GB/files.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 12:22+0000\n" "Last-Translator: Darren Richardson <transifex@mnestis.net>\n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/en_GB/files_sharing.po b/l10n/en_GB/files_sharing.po index 5f1e4c364f2..8faf28178d3 100644 --- a/l10n/en_GB/files_sharing.po +++ b/l10n/en_GB/files_sharing.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 12:31+0000\n" +"Last-Translator: Darren Richardson <transifex@mnestis.net>\n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -50,18 +50,25 @@ msgstr "You haven't shared any files yet." msgid "You haven't shared any files by link yet." msgstr "You haven't shared any files by link yet." -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" -msgstr "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" +msgstr "Do you want to add the remote share {name} from {owner}@{remote}?" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" -msgstr "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" +msgstr "Remote share" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "Remote share password" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Cancel" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "Add remote share" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -87,6 +94,10 @@ msgstr "This share is password-protected" msgid "The password is wrong. Try again." msgstr "The password is wrong. Try again." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Password" + #: templates/list.php:16 msgid "Name" msgstr "Name" diff --git a/l10n/en_GB/settings.po b/l10n/en_GB/settings.po index 818cdfb0f47..b0bad3e1c85 100644 --- a/l10n/en_GB/settings.po +++ b/l10n/en_GB/settings.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" -"Last-Translator: Darren Richardson <transifex@mnestis.net>\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -558,8 +558,8 @@ msgid "" msgstr "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "Use system's cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/en_NZ/files_sharing.po b/l10n/en_NZ/files_sharing.po index 96986cd87d1..2d01f697fa7 100644 --- a/l10n/en_NZ/files_sharing.po +++ b/l10n/en_NZ/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: English (New Zealand) (http://www.transifex.com/projects/p/owncloud/language/en_NZ/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/en_NZ/settings.po b/l10n/en_NZ/settings.po index dbc38f122dd..5fdb0e8caab 100644 --- a/l10n/en_NZ/settings.po +++ b/l10n/en_NZ/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: English (New Zealand) (http://www.transifex.com/projects/p/owncloud/language/en_NZ/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/eo/core.po b/l10n/eo/core.po index 68842bca118..e6395f3e173 100644 --- a/l10n/eo/core.po +++ b/l10n/eo/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" @@ -169,51 +169,51 @@ msgstr "" msgid "Saving..." msgstr "Konservante..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "sekundoj antaŭe" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "antaŭ %n minuto" msgstr[1] "antaŭ %n minutoj" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "antaŭ %n horo" msgstr[1] "antaŭ %n horoj" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "hodiaŭ" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "hieraŭ" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "antaŭ %n tago" msgstr[1] "antaŭ %n tagoj" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "lastamonate" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "antaŭ %n monato" msgstr[1] "antaŭ %n monatoj" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "lastajare" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "jaroj antaŭe" @@ -248,95 +248,95 @@ msgstr "Rekomenci la pasvorton" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Jes" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Ne" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Jes" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Elekti" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Akcepti" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} dosierkonflikto" msgstr[1] "{count} dosierkonfliktoj" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Unu dosierkonflikto" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Novaj dosieroj" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Kiujn dosierojn vi volas konservi?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Se vi elektos ambaŭ eldonojn, la kopiota dosiero havos numeron aldonitan al sia nomo." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Nuligi" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(ĉiuj elektitas)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} elektitas)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Tre malforta pasvorto" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Malforta pasvorto" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "Mezaĉa pasvorto" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "Bona pasvorto" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Forta pasvorto" @@ -619,7 +619,7 @@ msgstr "Persona" msgid "Users" msgstr "Uzantoj" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "Aplikaĵoj" diff --git a/l10n/eo/files_sharing.po b/l10n/eo/files_sharing.po index 711eed0f203..a72cc7f469c 100644 --- a/l10n/eo/files_sharing.po +++ b/l10n/eo/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" @@ -50,18 +50,25 @@ msgstr "Vi kunhavigis neniun dosieron ankoraŭ." msgid "You haven't shared any files by link yet." msgstr "Vi kunhavigis neniun dosieron per ligilo ankoraŭ." -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" -msgstr "Aldoni {name} el {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" +msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Pasvorto" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Nuligi" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -87,6 +94,10 @@ msgstr "Ĉi tiu kunhavigo estas protektata per pasvorto" msgid "The password is wrong. Try again." msgstr "La pasvorto malĝustas. Provu denove." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Pasvorto" + #: templates/list.php:16 msgid "Name" msgstr "Nomo" diff --git a/l10n/eo/settings.po b/l10n/eo/settings.po index ced927996ef..2d29bef2a1c 100644 --- a/l10n/eo/settings.po +++ b/l10n/eo/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" @@ -558,7 +558,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/es/core.po b/l10n/es/core.po index c15e7752b32..0377400ee10 100644 --- a/l10n/es/core.po +++ b/l10n/es/core.po @@ -24,8 +24,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" @@ -184,51 +184,51 @@ msgstr "Audio" msgid "Saving..." msgstr "Guardando..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "hace segundos" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "Hace %n minuto" msgstr[1] "hace %n minutos" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "Hace %n hora" msgstr[1] "hace %n horas" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "hoy" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "ayer" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "Hace %n día" msgstr[1] "hace %n días" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "el mes pasado" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "Hace %n mes" msgstr[1] "hace %n meses" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "el año pasado" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "hace años" @@ -263,95 +263,95 @@ msgstr "Restablecer contraseña" msgid "Password can not be changed. Please contact your administrator." msgstr "La contraseña no se puede cambiar. Por favor, contacte con su administrador." -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Sí" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "No" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Sí" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Seleccionar" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Error cargando plantilla del seleccionador de archivos: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Aceptar" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Error cargando plantilla del mensaje: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} conflicto de archivo" msgstr[1] "{count} conflictos de archivo" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "On conflicto de archivo" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Nuevos Archivos" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "Archivos ya existentes" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "¿Que archivos deseas mantener?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Si seleccionas ambas versiones, el archivo copiado tendrá añadido un número en su nombre." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Cancelar" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Continuar" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(seleccionados todos)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} seleccionados)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Error cargando plantilla de archivo existente" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Contraseña muy débil" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Contraseña débil" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "Contraseña pasable" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "Contraseña buena" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Contraseña muy buena" diff --git a/l10n/es/files_sharing.po b/l10n/es/files_sharing.po index 8b069dba3bd..44c6e2b2211 100644 --- a/l10n/es/files_sharing.po +++ b/l10n/es/files_sharing.po @@ -7,6 +7,7 @@ # Artopal <artopal@fastmail.fm>, 2013-2014 # Artopal <artopal@fastmail.fm>, 2014 # Dominique Couot <dcouot@hotmail.com>, 2013 +# cyber89, 2014 # Jose Luis <joseluis.tirado@gmail.com>, 2014 # joses <jose_mari_s@hotmail.com>, 2014 # juanman <juanma@kde.org.ar>, 2013 @@ -16,9 +17,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 14:51+0000\n" +"Last-Translator: cyber89\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -58,18 +59,25 @@ msgstr "Aún no has compartido ningún archivo." msgid "You haven't shared any files by link yet." msgstr "Usted todavía no ha compartido ningún archivo por medio de enlaces." -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" -msgstr "Añadir {name} desde {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" +msgstr "¿Desea añadir el recurso compartido remoto {name} de {owner}@{remote}?" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" -msgstr "Agregar almacenamiento compartido" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" +msgstr "Recurso compartido remoto" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Contraseña" +#: js/external.js:65 +msgid "Remote share password" +msgstr "Contraseña del compartido remoto" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Cancelar" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "Añadir recurso compartido remoto" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -95,6 +103,10 @@ msgstr "Este elemento compartido esta protegido por contraseña" msgid "The password is wrong. Try again." msgstr "La contraseña introducida es errónea. Inténtelo de nuevo." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Contraseña" + #: templates/list.php:16 msgid "Name" msgstr "Nombre" diff --git a/l10n/es/settings.po b/l10n/es/settings.po index 8b2bd2f9e08..74c4ab6d27b 100644 --- a/l10n/es/settings.po +++ b/l10n/es/settings.po @@ -25,9 +25,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" -"Last-Translator: Artopal <artopal@fastmail.fm>\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -575,8 +575,8 @@ msgid "" msgstr "cron.php se registra en un servicio webcron para llamar a cron.php cada 15 minutos a través de HTTP." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "Utiliza el servicio cron del sistema para llamar al archivo cron.php cada 15 minutos." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/es_AR/core.po b/l10n/es_AR/core.po index 861f1260397..5aab23179b3 100644 --- a/l10n/es_AR/core.po +++ b/l10n/es_AR/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" @@ -169,51 +169,51 @@ msgstr "" msgid "Saving..." msgstr "Guardando..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "segundos atrás" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "Hace %n minuto" msgstr[1] "Hace %n minutos" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "Hace %n hora" msgstr[1] "Hace %n horas" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "hoy" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "ayer" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "Hace %n día" msgstr[1] "Hace %n días" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "el mes pasado" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "Hace %n mes" msgstr[1] "Hace %n meses" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "el año pasado" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "años atrás" @@ -248,95 +248,95 @@ msgstr "Restablecer contraseña" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Sí" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "No" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Sí" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Elegir" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Error cargando la plantilla del selector de archivo: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Aceptar" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Error cargando la plantilla del mensaje: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "un archivo en conflicto" msgstr[1] "{count} archivos en conflicto" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Un archivo en conflicto" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Nuevos archivos" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "¿Qué archivos deseas retener?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Si tu seleccionas ambas versiones, el archivo copiado tendrá un número agregado a su nombre." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Cancelar" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Continuar" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(todos están seleccionados)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} seleccionados)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Error cargando la plantilla de archivo existente" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Contraseña muy débil." -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Contraseña débil." -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "Contraseña de nivel medio. " -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "Buena contraseña. " -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Contraseña fuerte." diff --git a/l10n/es_AR/files_sharing.po b/l10n/es_AR/files_sharing.po index 374243ffd00..9b9aa940169 100644 --- a/l10n/es_AR/files_sharing.po +++ b/l10n/es_AR/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" @@ -51,18 +51,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Contraseña" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Cancelar" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -88,6 +95,10 @@ msgstr "Esto está protegido por contraseña" msgid "The password is wrong. Try again." msgstr "La contraseña no es correcta. Probá de nuevo." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Contraseña" + #: templates/list.php:16 msgid "Name" msgstr "Nombre" diff --git a/l10n/es_AR/settings.po b/l10n/es_AR/settings.po index a8f07ac34cc..360acec123f 100644 --- a/l10n/es_AR/settings.po +++ b/l10n/es_AR/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" @@ -561,8 +561,8 @@ msgid "" msgstr "cron.php está registrado en el servicio webcron para llamarlo cada 15 minutos usando http." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "Usar el servicio cron del sistema para llamar al archivo cron.php cada 15 minutos." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/es_BO/files_sharing.po b/l10n/es_BO/files_sharing.po index 716183da29c..d213ae196b5 100644 --- a/l10n/es_BO/files_sharing.po +++ b/l10n/es_BO/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Bolivia) (http://www.transifex.com/projects/p/owncloud/language/es_BO/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/es_BO/settings.po b/l10n/es_BO/settings.po index e2a2859d4cf..c127df906c9 100644 --- a/l10n/es_BO/settings.po +++ b/l10n/es_BO/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Bolivia) (http://www.transifex.com/projects/p/owncloud/language/es_BO/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/es_CL/core.po b/l10n/es_CL/core.po index 44a137156c6..9d2f9965357 100644 --- a/l10n/es_CL/core.po +++ b/l10n/es_CL/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Chile) (http://www.transifex.com/projects/p/owncloud/language/es_CL/)\n" "MIME-Version: 1.0\n" @@ -168,51 +168,51 @@ msgstr "" msgid "Saving..." msgstr "" -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "segundos antes" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "hoy" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "ayer" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "mes anterior" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "último año" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "años anteriores" @@ -247,95 +247,95 @@ msgstr "" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Si" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "No" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Si" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Choose" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Ok" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" msgstr[1] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Cancelar" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" @@ -618,7 +618,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "" diff --git a/l10n/es_CL/files_sharing.po b/l10n/es_CL/files_sharing.po index b0eefebe9d4..9b05c2b4577 100644 --- a/l10n/es_CL/files_sharing.po +++ b/l10n/es_CL/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Chile) (http://www.transifex.com/projects/p/owncloud/language/es_CL/)\n" "MIME-Version: 1.0\n" @@ -49,18 +49,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Clave" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Cancelar" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Clave" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/es_CL/settings.po b/l10n/es_CL/settings.po index cb00406eacd..2ed768d1e19 100644 --- a/l10n/es_CL/settings.po +++ b/l10n/es_CL/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Chile) (http://www.transifex.com/projects/p/owncloud/language/es_CL/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/es_CO/files_sharing.po b/l10n/es_CO/files_sharing.po index 381bdd74db7..68f67a2e246 100644 --- a/l10n/es_CO/files_sharing.po +++ b/l10n/es_CO/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Colombia) (http://www.transifex.com/projects/p/owncloud/language/es_CO/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/es_CO/settings.po b/l10n/es_CO/settings.po index 0df6e5c2d81..97a355139e9 100644 --- a/l10n/es_CO/settings.po +++ b/l10n/es_CO/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Colombia) (http://www.transifex.com/projects/p/owncloud/language/es_CO/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/es_CR/files_sharing.po b/l10n/es_CR/files_sharing.po index b60e0d6b3cf..7b51a656988 100644 --- a/l10n/es_CR/files_sharing.po +++ b/l10n/es_CR/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Costa Rica) (http://www.transifex.com/projects/p/owncloud/language/es_CR/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/es_CR/settings.po b/l10n/es_CR/settings.po index 0e7581f7f11..12f3744aa38 100644 --- a/l10n/es_CR/settings.po +++ b/l10n/es_CR/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Costa Rica) (http://www.transifex.com/projects/p/owncloud/language/es_CR/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/es_EC/files_sharing.po b/l10n/es_EC/files_sharing.po index 8a2914140ae..007777a98bd 100644 --- a/l10n/es_EC/files_sharing.po +++ b/l10n/es_EC/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Ecuador) (http://www.transifex.com/projects/p/owncloud/language/es_EC/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/es_EC/settings.po b/l10n/es_EC/settings.po index 4c0d740d367..19421288e84 100644 --- a/l10n/es_EC/settings.po +++ b/l10n/es_EC/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Ecuador) (http://www.transifex.com/projects/p/owncloud/language/es_EC/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/es_MX/core.po b/l10n/es_MX/core.po index d96c7ca3e64..474adff2a21 100644 --- a/l10n/es_MX/core.po +++ b/l10n/es_MX/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/owncloud/language/es_MX/)\n" "MIME-Version: 1.0\n" @@ -167,51 +167,51 @@ msgstr "" msgid "Saving..." msgstr "Guardando..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "segundos antes" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "Hace %n minuto" msgstr[1] "Hace %n minutos" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "Hace %n hora" msgstr[1] "Hace %n horas" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "hoy" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "ayer" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "Hace %n día" msgstr[1] "Hace %n días" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "el mes pasado" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "Hace %n mes" msgstr[1] "Hace %n meses" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "el año pasado" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "años antes" @@ -246,95 +246,95 @@ msgstr "Restablecer contraseña" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Sí" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "No" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Sí" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Seleccionar" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Error cargando plantilla del seleccionador de archivos: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Aceptar" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Error cargando plantilla del mensaje: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} conflicto de archivo" msgstr[1] "{count} conflictos de archivo" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Un conflicto de archivo" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "¿Que archivos deseas mantener?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Si seleccionas ambas versiones, el archivo copiado tendrá añadido un número en su nombre." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Cancelar" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Continuar" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(todos seleccionados)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} seleccionados)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Error cargando plantilla de archivo existente" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" diff --git a/l10n/es_MX/files_sharing.po b/l10n/es_MX/files_sharing.po index 9558b9dfd2b..56ad7f69fef 100644 --- a/l10n/es_MX/files_sharing.po +++ b/l10n/es_MX/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/owncloud/language/es_MX/)\n" "MIME-Version: 1.0\n" @@ -49,18 +49,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Contraseña" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Cancelar" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -86,6 +93,10 @@ msgstr "Este elemento compartido esta protegido por contraseña" msgid "The password is wrong. Try again." msgstr "La contraseña introducida es errónea. Inténtelo de nuevo." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Contraseña" + #: templates/list.php:16 msgid "Name" msgstr "Nombre" diff --git a/l10n/es_MX/settings.po b/l10n/es_MX/settings.po index 690fb14a5aa..662a90d1a2c 100644 --- a/l10n/es_MX/settings.po +++ b/l10n/es_MX/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/owncloud/language/es_MX/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "nunca" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "añadir Grupo" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "Se debe proporcionar un nombre de usuario válido" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "Error al crear usuario" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "Se debe proporcionar una contraseña válida" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "Atención: el directorio de inicio para el usuario \"{user}\" ya existe." @@ -557,8 +557,8 @@ msgid "" msgstr "cron.php se registra en un servicio webcron para llamar a cron.php cada 15 minutos a través de HTTP." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "Utiliza el servicio cron del sistema para llamar al archivo cron.php cada 15 minutos." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/es_PE/files_sharing.po b/l10n/es_PE/files_sharing.po index 0e748b13f95..c542a129910 100644 --- a/l10n/es_PE/files_sharing.po +++ b/l10n/es_PE/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Peru) (http://www.transifex.com/projects/p/owncloud/language/es_PE/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/es_PE/settings.po b/l10n/es_PE/settings.po index 5c3ff6407a9..91c315d7147 100644 --- a/l10n/es_PE/settings.po +++ b/l10n/es_PE/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Peru) (http://www.transifex.com/projects/p/owncloud/language/es_PE/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/es_PY/files_sharing.po b/l10n/es_PY/files_sharing.po index c63488d310c..641284fb01b 100644 --- a/l10n/es_PY/files_sharing.po +++ b/l10n/es_PY/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Paraguay) (http://www.transifex.com/projects/p/owncloud/language/es_PY/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/es_PY/settings.po b/l10n/es_PY/settings.po index 1481f84b46f..6480d5aebce 100644 --- a/l10n/es_PY/settings.po +++ b/l10n/es_PY/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Paraguay) (http://www.transifex.com/projects/p/owncloud/language/es_PY/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/es_US/files_sharing.po b/l10n/es_US/files_sharing.po index 19aa55bcac2..ea81a9342a9 100644 --- a/l10n/es_US/files_sharing.po +++ b/l10n/es_US/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (United States) (http://www.transifex.com/projects/p/owncloud/language/es_US/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/es_US/settings.po b/l10n/es_US/settings.po index 07cad76d92e..eba66b0c930 100644 --- a/l10n/es_US/settings.po +++ b/l10n/es_US/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (United States) (http://www.transifex.com/projects/p/owncloud/language/es_US/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/es_UY/files_sharing.po b/l10n/es_UY/files_sharing.po index 380dbb88e3e..a4528cabb82 100644 --- a/l10n/es_UY/files_sharing.po +++ b/l10n/es_UY/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Uruguay) (http://www.transifex.com/projects/p/owncloud/language/es_UY/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/es_UY/settings.po b/l10n/es_UY/settings.po index 7edd02228bc..a24fc1173f8 100644 --- a/l10n/es_UY/settings.po +++ b/l10n/es_UY/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Spanish (Uruguay) (http://www.transifex.com/projects/p/owncloud/language/es_UY/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/et_EE/core.po b/l10n/et_EE/core.po index 6e0929c4218..947575e6b39 100644 --- a/l10n/et_EE/core.po +++ b/l10n/et_EE/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" @@ -169,51 +169,51 @@ msgstr "Helid" msgid "Saving..." msgstr "Salvestamine..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "sekundit tagasi" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "%n minut tagasi" msgstr[1] "%n minutit tagasi" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "%n tund tagasi" msgstr[1] "%n tundi tagasi" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "täna" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "eile" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "%n päev tagasi" msgstr[1] "%n päeva tagasi" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "viimasel kuul" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "%n kuu tagasi" msgstr[1] "%n kuud tagasi" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "viimasel aastal" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "aastat tagasi" @@ -248,95 +248,95 @@ msgstr "Nulli parool" msgid "Password can not be changed. Please contact your administrator." msgstr "Parooli ei saa muuta. Palun kontakteeru oma süsteemihalduriga." -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Jah" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Ei" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Jah" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Vali" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Viga failivalija malli laadimisel: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Ok" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Viga sõnumi malli laadimisel: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} failikonflikt" msgstr[1] "{count} failikonflikti" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Üks failikonflikt" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Uued failid" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "Juba olemasolevad failid" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Milliseid faile sa soovid alles hoida?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Kui valid mõlemad versioonid, siis lisatakse kopeeritud faili nimele number." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Loobu" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Jätka" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(kõik valitud)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} valitud)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Viga faili olemasolu malli laadimisel" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Väga nõrk parool" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Nõrk parool" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "Enam-vähem sobiv parool" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "Hea parool" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Väga hea parool" diff --git a/l10n/et_EE/files_sharing.po b/l10n/et_EE/files_sharing.po index f213277f839..7b72ca404b8 100644 --- a/l10n/et_EE/files_sharing.po +++ b/l10n/et_EE/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:13+0000\n" "Last-Translator: I Robot\n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" @@ -51,18 +51,25 @@ msgstr "Sa pole jaganud veel ühtegi faili." msgid "You haven't shared any files by link yet." msgstr "Sa pole lingiga jaganud veel ühtegi faili." -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" -msgstr "Lisa {name} kohast {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" +msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" -msgstr "Lisa jagamine" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" +msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Parool" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Loobu" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -88,6 +95,10 @@ msgstr "See jagamine on parooliga kaitstud" msgid "The password is wrong. Try again." msgstr "Parool on vale. Proovi uuesti." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Parool" + #: templates/list.php:16 msgid "Name" msgstr "Nimi" diff --git a/l10n/et_EE/settings.po b/l10n/et_EE/settings.po index 70309544f1f..80931cb3a9b 100644 --- a/l10n/et_EE/settings.po +++ b/l10n/et_EE/settings.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" -"Last-Translator: Pisike Sipelgas <pisike.sipelgas@gmail.com>\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -559,8 +559,8 @@ msgid "" msgstr "cron.php on registreeritud webcron teenuses, et käivitada fail cron.php iga 15 minuti tagant üle http." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "Kasuta süsteemi cron teenust, et käivitada fail cron.php iga 15 minuti tagant." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/eu/core.po b/l10n/eu/core.po index 0491e91f51f..bbde593a457 100644 --- a/l10n/eu/core.po +++ b/l10n/eu/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" @@ -171,51 +171,51 @@ msgstr "Audio" msgid "Saving..." msgstr "Gordetzen..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "segundu" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "orain dela minutu %n" msgstr[1] "orain dela %n minutu" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "orain dela ordu %n" msgstr[1] "orain dela %n ordu" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "gaur" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "atzo" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "orain dela egun %n" msgstr[1] "orain dela %n egun" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "joan den hilabetean" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "orain dela hilabete %n" msgstr[1] "orain dela %n hilabete" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "joan den urtean" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "urte" @@ -250,95 +250,95 @@ msgstr "Berrezarri pasahitza" msgid "Password can not be changed. Please contact your administrator." msgstr "Ezin da pasahitza aldatu. Mesedez jarri harremetan zure administradorearekin." -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Bai" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Ez" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Bai" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Aukeratu" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Errorea fitxategi hautatzaile txantiloiak kargatzerakoan: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Ados" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Errorea mezu txantiloia kargatzean: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "fitxategi {count}ek konfliktua sortu du" msgstr[1] "{count} fitxategik konfliktua sortu dute" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Fitxategi batek konfliktua sortu du" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Fitxategi Berriak" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "Dagoeneko existitzen diren fitxategiak" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Ze fitxategi mantendu nahi duzu?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Bi bertsioak hautatzen badituzu, kopiatutako fitxategiaren izenean zenbaki bat atxikituko zaio." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Ezeztatu" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Jarraitu" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(denak hautatuta)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} hautatuta)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Errorea fitxategia existitzen da txantiloiak kargatzerakoan" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Pasahitz oso ahula" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Pasahitz ahula" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "Halamoduzko pasahitza" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "Pasahitz ona" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Pasahitz sendoa" diff --git a/l10n/eu/files_sharing.po b/l10n/eu/files_sharing.po index cf54e6f364b..45e7dd8a94d 100644 --- a/l10n/eu/files_sharing.po +++ b/l10n/eu/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" @@ -51,18 +51,25 @@ msgstr "Ez duzu oraindik fitxategirik elkarbanatu." msgid "You haven't shared any files by link yet." msgstr "Ez duzu oraindik fitxategirik lotura bidez elkarbanatu." -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" -msgstr "Gehitu {name} hemendik {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" +msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" -msgstr "Gehitu Elkarbanaketa" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" +msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Pasahitza" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Ezeztatu" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -88,6 +95,10 @@ msgstr "Elkarbanatutako hau pasahitzarekin babestuta dago" msgid "The password is wrong. Try again." msgstr "Pasahitza ez da egokia. Saiatu berriro." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Pasahitza" + #: templates/list.php:16 msgid "Name" msgstr "Izena" diff --git a/l10n/eu/settings.po b/l10n/eu/settings.po index ce3d5b1ee6e..2bf22f677f8 100644 --- a/l10n/eu/settings.po +++ b/l10n/eu/settings.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" @@ -562,8 +562,8 @@ msgid "" msgstr "cron.php webcron zerbitzu batean erregistratua dago cron.php 15 minuturo http bidez deitzeko." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "Erabili sistemaren cron zerbitzua cron.php fitxategia 15 minuturo deitzeko." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/eu_ES/core.po b/l10n/eu_ES/core.po index 0b5039f3440..b1711a85b44 100644 --- a/l10n/eu_ES/core.po +++ b/l10n/eu_ES/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Basque (Spain) (http://www.transifex.com/projects/p/owncloud/language/eu_ES/)\n" "MIME-Version: 1.0\n" @@ -167,51 +167,51 @@ msgstr "" msgid "Saving..." msgstr "" -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "" @@ -246,95 +246,95 @@ msgstr "" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 +msgid "No" msgstr "" -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 -msgid "No" +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" msgstr "" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" msgstr[1] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Ezeztatu" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" @@ -617,7 +617,7 @@ msgstr "Pertsonala" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "" diff --git a/l10n/eu_ES/files_sharing.po b/l10n/eu_ES/files_sharing.po index ccf060e7af2..9a314d3eb15 100644 --- a/l10n/eu_ES/files_sharing.po +++ b/l10n/eu_ES/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:13+0000\n" "Last-Translator: I Robot\n" "Language-Team: Basque (Spain) (http://www.transifex.com/projects/p/owncloud/language/eu_ES/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Ezeztatu" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/eu_ES/settings.po b/l10n/eu_ES/settings.po index f7523c328e8..e5145f97c80 100644 --- a/l10n/eu_ES/settings.po +++ b/l10n/eu_ES/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Basque (Spain) (http://www.transifex.com/projects/p/owncloud/language/eu_ES/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/fa/core.po b/l10n/fa/core.po index 8d8d3807477..c53df68040e 100644 --- a/l10n/fa/core.po +++ b/l10n/fa/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" @@ -169,47 +169,47 @@ msgstr "" msgid "Saving..." msgstr "در حال ذخیره سازی..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "ثانیهها پیش" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "%n دقیقه قبل" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "%n ساعت قبل" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "امروز" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "دیروز" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "%n روز قبل" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "ماه قبل" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "%n ماه قبل" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "سال قبل" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "سالهای قبل" @@ -244,94 +244,94 @@ msgstr "دوباره سازی گذرواژه" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "بله" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "نه" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "بله" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "انتخاب کردن" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "قبول" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "فایل های جدید" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "منصرف شدن" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "ادامه" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "رمز عبور ضعیف" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "رمز عبور متوسط" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "رمز عبور خوب" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "رمز عبور قوی" diff --git a/l10n/fa/files_sharing.po b/l10n/fa/files_sharing.po index 43a66c4827a..94f220f1889 100644 --- a/l10n/fa/files_sharing.po +++ b/l10n/fa/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" @@ -51,18 +51,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "گذرواژه" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "منصرف شدن" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -88,6 +95,10 @@ msgstr "این اشتراک توسط رمز عبور محافظت می شود" msgid "The password is wrong. Try again." msgstr "رمزعبور اشتباه می باشد. دوباره امتحان کنید." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "گذرواژه" + #: templates/list.php:16 msgid "Name" msgstr "نام" diff --git a/l10n/fa/settings.po b/l10n/fa/settings.po index 657d2b0a927..71c19ca9087 100644 --- a/l10n/fa/settings.po +++ b/l10n/fa/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" @@ -348,23 +348,23 @@ msgstr "هرگز" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "افزودن گروه" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "نام کاربری صحیح باید وارد شود" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "خطا در ایجاد کاربر" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "رمز عبور صحیح باید وارد شود" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "اخطار: پوشهی خانه برای کاربر \"{user}\" در حال حاضر وجود دارد" @@ -560,8 +560,8 @@ msgid "" msgstr "cron.php در یک سرویس webcron ثبت شده است که هر 15 دقیقه یک بار بر روی بستر http فراخوانی شود." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "از سرویس کرون سرور استفاده شده است که فایل cron.php را هر 15 دقیقه یک بار فراخوانی کند." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/fi_FI/core.po b/l10n/fi_FI/core.po index 76330ec9dd7..39d2ca26b2b 100644 --- a/l10n/fi_FI/core.po +++ b/l10n/fi_FI/core.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:00+0000\n" "Last-Translator: I Robot\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" @@ -170,51 +170,51 @@ msgstr "Ääni" msgid "Saving..." msgstr "Tallennetaan..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "sekuntia sitten" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "%n minuutti sitten" msgstr[1] "%n minuuttia sitten" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "%n tunti sitten" msgstr[1] "%n tuntia sitten" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "tänään" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "eilen" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "%n päivä sitten" msgstr[1] "%n päivää sitten" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "viime kuussa" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "%n kuukausi sitten" msgstr[1] "%n kuukautta sitten" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "viime vuonna" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "vuotta sitten" @@ -249,95 +249,95 @@ msgstr "Palauta salasana" msgid "Password can not be changed. Please contact your administrator." msgstr "Salasanan vaihtaminen ei onnistunut. Ota yhteys ylläpitäjään." -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Kyllä" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Ei" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Kyllä" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Valitse" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Virhe ladatessa tiedostopohjia: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Ok" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Virhe ladatessa viestipohjaa: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} tiedoston ristiriita" msgstr[1] "{count} tiedoston ristiriita" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Yhden tiedoston ristiriita" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Uudet tiedostot" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "Jo olemassa olevat tiedostot" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Mitkä tiedostot haluat säilyttää?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Jos valitset kummatkin versiot, kopioidun tiedoston nimeen lisätään numero." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Peru" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Jatka" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(kaikki valittu)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} valittu)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Virhe ladatessa mallipohjaa" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Erittäin heikko salasana" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Heikko salasana" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "Kohtalainen salasana" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "Hyvä salasana" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Vahva salasana" diff --git a/l10n/fi_FI/files_sharing.po b/l10n/fi_FI/files_sharing.po index 711bf584634..19f9f4684fd 100644 --- a/l10n/fi_FI/files_sharing.po +++ b/l10n/fi_FI/files_sharing.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:00+0000\n" +"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -50,18 +50,25 @@ msgstr "Et ole jakanut yhtäkään tiedostoa vielä." msgid "You haven't shared any files by link yet." msgstr "Et ole vielä jakanut yhtäkään tiedostoa linkin kautta." -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" -msgstr "Lisää {name} käyttäjältä {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" +msgstr "Haluatko lisätä etäjaon {name} kohteesta {owner}@{remote}?" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" -msgstr "Lisää jako" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" +msgstr "Etäjako" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Salasana" +#: js/external.js:65 +msgid "Remote share password" +msgstr "Etäjaon salasana" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Peru" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "Lisää etäjako" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -87,6 +94,10 @@ msgstr "Tämä jako on suojattu salasanalla" msgid "The password is wrong. Try again." msgstr "Väärä salasana. Yritä uudelleen." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Salasana" + #: templates/list.php:16 msgid "Name" msgstr "Nimi" diff --git a/l10n/fi_FI/settings.po b/l10n/fi_FI/settings.po index 428b84eee14..ef0bcddd521 100644 --- a/l10n/fi_FI/settings.po +++ b/l10n/fi_FI/settings.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" -"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -558,8 +558,8 @@ msgid "" msgstr "cron.php kutsuu webcron-palvelun kautta cron.php:ta 15 minuutin välein http:tä käyttäen." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "Käytä järjestelmän cron-palvelua cron.php-tiedoston kutsumiseen 15 minuutin välein" +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/fr/core.po b/l10n/fr/core.po index 3e8bd679e1c..d62e57290bd 100644 --- a/l10n/fr/core.po +++ b/l10n/fr/core.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" @@ -178,51 +178,51 @@ msgstr "Audio" msgid "Saving..." msgstr "Enregistrement..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "il y a quelques secondes" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "il y a %n minute" msgstr[1] "il y a %n minutes" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "Il y a %n heure" msgstr[1] "Il y a %n heures" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "aujourd'hui" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "hier" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "il y a %n jour" msgstr[1] "il y a %n jours" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "le mois dernier" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "Il y a %n mois" msgstr[1] "Il y a %n mois" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "l'année dernière" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "il y a plusieurs années" @@ -257,95 +257,95 @@ msgstr "Réinitialiser le mot de passe" msgid "Password can not be changed. Please contact your administrator." msgstr "Le mot de passe ne peut être modifié. Veuillez contacter votre administrateur." -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Oui" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Non" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Oui" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Choisir" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Erreur de chargement du modèle de sélectionneur de fichiers : {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Ok" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Erreur de chargement du modèle de message : {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} fichier en conflit" msgstr[1] "{count} fichiers en conflit" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Un conflit de fichier" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Nouveaux fichiers" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "Fichiers déjà existants" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Quels fichiers désirez-vous garder ?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Si vous sélectionnez les deux versions, un nombre sera ajouté au nom du fichier copié." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Annuler" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Poursuivre" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(tous sélectionnés)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} sélectionnés)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Erreur de chargement du modèle de fichier existant" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Mot de passe de très faible sécurité" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Mot de passe de faible sécurité" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "Mot de passe de sécurité tout juste acceptable" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "Mot de passe de sécurité suffisante" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Mot de passe de forte sécurité" diff --git a/l10n/fr/files_sharing.po b/l10n/fr/files_sharing.po index 16e4019f66f..d7383c7436f 100644 --- a/l10n/fr/files_sharing.po +++ b/l10n/fr/files_sharing.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" @@ -58,18 +58,25 @@ msgstr "Vous ne partagez pas de fichier pour l'instant" msgid "You haven't shared any files by link yet." msgstr "Vous ne partagez aucun de fichier par lien pour l'instant." -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" -msgstr "Ajouter {name} de {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" +msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" -msgstr "Ajouter un partage" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" +msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Mot de passe" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Annuler" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -95,6 +102,10 @@ msgstr "Ce partage est protégé par un mot de passe" msgid "The password is wrong. Try again." msgstr "Le mot de passe est incorrect. Veuillez réessayer." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Mot de passe" + #: templates/list.php:16 msgid "Name" msgstr "Nom" diff --git a/l10n/fr/settings.po b/l10n/fr/settings.po index df5cf029240..278d4527531 100644 --- a/l10n/fr/settings.po +++ b/l10n/fr/settings.po @@ -22,9 +22,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" -"Last-Translator: Spanti Nicola <rydroid_trans@yahoo.fr>\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -572,8 +572,8 @@ msgid "" msgstr "cron.php est enregistré en tant que service webcron pour appeler cron.php toutes les 15 minutes via http." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "Utilise le service cron du système pour appeler le fichier cron.php toutes les 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/fr_CA/files_sharing.po b/l10n/fr_CA/files_sharing.po index 62bba600918..ec01b771bf8 100644 --- a/l10n/fr_CA/files_sharing.po +++ b/l10n/fr_CA/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: French (Canada) (http://www.transifex.com/projects/p/owncloud/language/fr_CA/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/fr_CA/settings.po b/l10n/fr_CA/settings.po index 0fcd166bda3..61fd9df9f39 100644 --- a/l10n/fr_CA/settings.po +++ b/l10n/fr_CA/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: French (Canada) (http://www.transifex.com/projects/p/owncloud/language/fr_CA/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/gl/core.po b/l10n/gl/core.po index 81fe6c70c50..b0b885dcfb3 100644 --- a/l10n/gl/core.po +++ b/l10n/gl/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" @@ -169,51 +169,51 @@ msgstr "Son" msgid "Saving..." msgstr "Gardando..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "segundos atrás" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "hai %n minuto" msgstr[1] "vai %n minutos" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "hai %n hora" msgstr[1] "vai %n horas" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "hoxe" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "onte" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "hai %n día" msgstr[1] "vai %n días" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "último mes" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "hai %n mes" msgstr[1] "vai %n meses" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "último ano" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "anos atrás" @@ -248,95 +248,95 @@ msgstr "Restabelecer o contrasinal" msgid "Password can not be changed. Please contact your administrator." msgstr "Non é posíbel cambiar o contrasinal. Póñase en contacto co administrador." -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Si" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Non" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Si" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Escoller" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Produciuse un erro ao cargar o modelo do selector: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Aceptar" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Produciuse un erro ao cargar o modelo da mensaxe: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} conflito de ficheiro" msgstr[1] "{count} conflitos de ficheiros" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Un conflito de ficheiro" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Ficheiros novos" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "Ficheiros xa existentes" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Que ficheiros quere conservar?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Se selecciona ambas versións, o ficheiro copiado terá un número engadido ao nome." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Cancelar" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Continuar" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(todo o seleccionado)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} seleccionados)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Produciuse un erro ao cargar o modelo de ficheiro existente" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Contrasinal moi feble" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Contrasinal feble" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "Contrasinal non moi aló" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "Bo contrasinal" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Contrasinal forte" diff --git a/l10n/gl/files_sharing.po b/l10n/gl/files_sharing.po index 3384e75c4e4..d2c8c91e443 100644 --- a/l10n/gl/files_sharing.po +++ b/l10n/gl/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-07 01:54-0400\n" -"PO-Revision-Date: 2014-07-06 20:41+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 09:10+0000\n" "Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" @@ -51,18 +51,25 @@ msgstr "Aínda non compartiu ningún ficheiro." msgid "You haven't shared any files by link yet." msgstr "Aínda non compartiu ningún ficheiro por ligazón." -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" -msgstr "Engadir {name} desde {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" +msgstr "Quere engadir a compartición remota {name} desde {owner}@{remote}?" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" -msgstr "Engadir compartición" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" +msgstr "Compartición remota" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Contrasinal" +#: js/external.js:65 +msgid "Remote share password" +msgstr "Contrasinal da compartición remota" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Cancelar" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "Engadir unha compartición remota" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -88,6 +95,10 @@ msgstr "Esta compartición está protexida con contrasinal" msgid "The password is wrong. Try again." msgstr "O contrasinal é incorrecto. Ténteo de novo." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Contrasinal" + #: templates/list.php:16 msgid "Name" msgstr "Nome" diff --git a/l10n/gl/settings.po b/l10n/gl/settings.po index 1a294ae1075..4c5248405c3 100644 --- a/l10n/gl/settings.po +++ b/l10n/gl/settings.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-07 01:54-0400\n" -"PO-Revision-Date: 2014-07-06 20:51+0000\n" -"Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -559,8 +559,8 @@ msgid "" msgstr "cron.php está rexistrado nun servizo de WebCron para chamar a cron.php cada 15 minutos a través de HTTP." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "Use o servizo de sistema cron para chamar ao ficheiro cron.php cada 15 minutos." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/he/core.po b/l10n/he/core.po index 312887b9e9b..e2d624f2562 100644 --- a/l10n/he/core.po +++ b/l10n/he/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" @@ -169,51 +169,51 @@ msgstr "" msgid "Saving..." msgstr "שמירה…" -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "שניות" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "לפני %n דקה" msgstr[1] "לפני %n דקות" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "לפני %n שעה" msgstr[1] "לפני %n שעות" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "היום" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "אתמול" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "לפני %n יום" msgstr[1] "לפני %n ימים" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "חודש שעבר" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "לפני %n חודש" msgstr[1] "לפני %n חודשים" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "שנה שעברה" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "שנים" @@ -248,95 +248,95 @@ msgstr "איפוס ססמה" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "כן" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "לא" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "כן" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "בחירה" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "בסדר" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" msgstr[1] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "קבצים חדשים" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "ביטול" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" @@ -619,7 +619,7 @@ msgstr "אישי" msgid "Users" msgstr "משתמשים" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "יישומים" diff --git a/l10n/he/files_sharing.po b/l10n/he/files_sharing.po index dfe56c635d1..a9ddeaecda5 100644 --- a/l10n/he/files_sharing.po +++ b/l10n/he/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" @@ -49,18 +49,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "סיסמא" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "ביטול" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "סיסמא" + #: templates/list.php:16 msgid "Name" msgstr "שם" diff --git a/l10n/he/settings.po b/l10n/he/settings.po index c78be660c92..d1f31f7f847 100644 --- a/l10n/he/settings.po +++ b/l10n/he/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" @@ -346,23 +346,23 @@ msgstr "לעולם לא" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "הוספת קבוצה" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "יש לספק שם משתמש תקני" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "יצירת המשתמש נכשלה" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "יש לספק ססמה תקנית" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -558,7 +558,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/hi/files_sharing.po b/l10n/hi/files_sharing.po index 1566007d2e0..ca97037d2b2 100644 --- a/l10n/hi/files_sharing.po +++ b/l10n/hi/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" @@ -49,18 +49,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "पासवर्ड" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "पासवर्ड" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/hi/settings.po b/l10n/hi/settings.po index 5f73a1cc436..64423df1fd9 100644 --- a/l10n/hi/settings.po +++ b/l10n/hi/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/hi_IN/files_sharing.po b/l10n/hi_IN/files_sharing.po index 5d498d02efc..6a8658d2206 100644 --- a/l10n/hi_IN/files_sharing.po +++ b/l10n/hi_IN/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hindi (India) (http://www.transifex.com/projects/p/owncloud/language/hi_IN/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/hi_IN/settings.po b/l10n/hi_IN/settings.po index 3ca1d6a9320..5196ea95775 100644 --- a/l10n/hi_IN/settings.po +++ b/l10n/hi_IN/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hindi (India) (http://www.transifex.com/projects/p/owncloud/language/hi_IN/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/hr/core.po b/l10n/hr/core.po index 3a9650a23d7..004f6f0d1df 100644 --- a/l10n/hr/core.po +++ b/l10n/hr/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" @@ -167,55 +167,55 @@ msgstr "" msgid "Saving..." msgstr "Spremanje..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "sekundi prije" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "danas" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "jučer" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "prošli mjesec" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "prošlu godinu" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "godina" @@ -250,96 +250,96 @@ msgstr "Poništavanje lozinke" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Da" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Ne" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Da" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Izaberi" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "U redu" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Odustani" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" @@ -622,7 +622,7 @@ msgstr "Osobno" msgid "Users" msgstr "Korisnici" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "Aplikacije" diff --git a/l10n/hr/files_sharing.po b/l10n/hr/files_sharing.po index 17d7148a06c..b07019321e0 100644 --- a/l10n/hr/files_sharing.po +++ b/l10n/hr/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" @@ -49,18 +49,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Lozinka" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Odustani" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Lozinka" + #: templates/list.php:16 msgid "Name" msgstr "Ime" diff --git a/l10n/hr/settings.po b/l10n/hr/settings.po index 206111e6460..f2054a877e7 100644 --- a/l10n/hr/settings.po +++ b/l10n/hr/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "nikad" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/hu_HU/core.po b/l10n/hu_HU/core.po index dbfe68679f4..e3faa8a4b04 100644 --- a/l10n/hu_HU/core.po +++ b/l10n/hu_HU/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" @@ -171,51 +171,51 @@ msgstr "Hang" msgid "Saving..." msgstr "Mentés..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "pár másodperce" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "%n perccel ezelőtt" msgstr[1] "%n perccel ezelőtt" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "%n órával ezelőtt" msgstr[1] "%n órával ezelőtt" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "ma" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "tegnap" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "%n nappal ezelőtt" msgstr[1] "%n nappal ezelőtt" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "múlt hónapban" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "%n hónappal ezelőtt" msgstr[1] "%n hónappal ezelőtt" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "tavaly" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "több éve" @@ -250,95 +250,95 @@ msgstr "Jelszó-visszaállítás" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Igen" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Nem" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Igen" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Válasszon" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Nem sikerült betölteni a fájlkiválasztó sablont: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Ok" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Nem sikerült betölteni az üzenet sablont: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} fájl ütközik" msgstr[1] "{count} fájl ütközik" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Egy file ütközik" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Új fájlok" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "A fájlok már léteznek" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Melyik fájlokat akarja megtartani?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Ha mindkét verziót kiválasztja, a másolt fájlok neve sorszámozva lesz." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Mégsem" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Folytatás" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(az összes ki lett választva)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} lett kiválasztva)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Hiba a létezőfájl-sablon betöltésekor" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Nagyon gyenge jelszó" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Gyenge jelszó" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "Nem túl jó jelszó" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "Jó jelszó" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Erős jelszó" diff --git a/l10n/hu_HU/files_sharing.po b/l10n/hu_HU/files_sharing.po index 468cf1ae801..6ca8cf6cf2c 100644 --- a/l10n/hu_HU/files_sharing.po +++ b/l10n/hu_HU/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" @@ -50,18 +50,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Jelszó" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Mégsem" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -87,6 +94,10 @@ msgstr "Ez egy jelszóval védett megosztás" msgid "The password is wrong. Try again." msgstr "A megadott jelszó nem megfelelő. Próbálja újra!" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Jelszó" + #: templates/list.php:16 msgid "Name" msgstr "Név" diff --git a/l10n/hu_HU/settings.po b/l10n/hu_HU/settings.po index a45119f2aa7..666130a43bf 100644 --- a/l10n/hu_HU/settings.po +++ b/l10n/hu_HU/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" @@ -561,8 +561,8 @@ msgid "" msgstr "A cron.php webcron szolgáltatásként van regisztrálva, hogy 15 percenként egyszer lefuttassa a cron.php-t." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "Használjuk a rendszer cron szolgáltatását, hogy 15 percenként egyszer futtassa le a cron.php-t." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/hy/files_sharing.po b/l10n/hy/files_sharing.po index d5f306e456c..0df08cb2486 100644 --- a/l10n/hy/files_sharing.po +++ b/l10n/hy/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/hy/settings.po b/l10n/hy/settings.po index 642c56b1292..ea381f2f18e 100644 --- a/l10n/hy/settings.po +++ b/l10n/hy/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/ia/core.po b/l10n/ia/core.po index 77db3128d3a..f6d5661e693 100644 --- a/l10n/ia/core.po +++ b/l10n/ia/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" @@ -168,51 +168,51 @@ msgstr "" msgid "Saving..." msgstr "Salveguardante..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "secundas passate" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "%n minuta passate" msgstr[1] "%n minutas passate" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "%n hora passate" msgstr[1] "%n horas passate" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "hodie" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "heri" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "ultime mense" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "ultime anno" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "annos passate" @@ -247,95 +247,95 @@ msgstr "Reinitialisar contrasigno" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Si" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "No" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Si" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Seliger" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Ok" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} conflicto de file" msgstr[1] "{count} conflictos de file" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Un conflicto de file" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Nove files" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "Files jam existente" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Qual files tu vole mantener?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Cancellar" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Continuar" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Error quando on incargava patrono de file existente" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Contrasigno multo debile" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Contrasigno debile" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "Contrasigno passabile" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "Contrasigno bon" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Contrasigno forte" diff --git a/l10n/ia/files_sharing.po b/l10n/ia/files_sharing.po index 2a870b14cb3..0a08d440216 100644 --- a/l10n/ia/files_sharing.po +++ b/l10n/ia/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" @@ -49,18 +49,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Contrasigno" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Cancellar" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Contrasigno" + #: templates/list.php:16 msgid "Name" msgstr "Nomine" diff --git a/l10n/ia/settings.po b/l10n/ia/settings.po index ef2ae3faa75..ce191726718 100644 --- a/l10n/ia/settings.po +++ b/l10n/ia/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "nunquam" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/id/core.po b/l10n/id/core.po index 11ff3088416..3ffd6e437c1 100644 --- a/l10n/id/core.po +++ b/l10n/id/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" @@ -168,47 +168,47 @@ msgstr "" msgid "Saving..." msgstr "Menyimpan..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "beberapa detik yang lalu" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "%n menit yang lalu" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "%n jam yang lalu" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "hari ini" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "kemarin" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "%n hari yang lalu" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "bulan kemarin" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "%n bulan yang lalu" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "tahun kemarin" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "beberapa tahun lalu" @@ -243,94 +243,94 @@ msgstr "Atur ulang sandi" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Ya" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Tidak" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Ya" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Pilih" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Galat memuat templat berkas pemilih: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Oke" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Galat memuat templat pesan: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} berkas konflik" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Satu berkas konflik" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Berkas Baru" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "Berkas sudah ada" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Berkas mana yang ingin anda pertahankan?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Jika anda memilih kedua versi, berkas yang disalin akan memiliki nomor yang ditambahkan sesuai namanya." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Batal" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Lanjutkan" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(semua terpilih)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} terpilih)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Galat memuat templat berkas yang sudah ada" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Sandi sangat lemah" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Sandi lemah" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "Sandi lumayan" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "Sandi baik" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Sandi kuat" diff --git a/l10n/id/files_sharing.po b/l10n/id/files_sharing.po index 08ea874fc4a..cbdd666f63b 100644 --- a/l10n/id/files_sharing.po +++ b/l10n/id/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" @@ -50,18 +50,25 @@ msgstr "Anda belum berbagi berkas apapun." msgid "You haven't shared any files by link yet." msgstr "Anda belum berbagi berkas dengan tautan satupun." -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" -msgstr "Tambah {name} dari {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" +msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Sandi" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Batal" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -87,6 +94,10 @@ msgstr "Berbagi ini dilindungi sandi" msgid "The password is wrong. Try again." msgstr "Sandi salah. Coba lagi" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Sandi" + #: templates/list.php:16 msgid "Name" msgstr "Nama" diff --git a/l10n/id/settings.po b/l10n/id/settings.po index 2102eb4939a..374641296f3 100644 --- a/l10n/id/settings.po +++ b/l10n/id/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" @@ -558,8 +558,8 @@ msgid "" msgstr "cron.php didaftarkan pada layanan webcron untuk memanggil cron.php setiap 15 menit melalui http." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "Menggunakan sistem layanan cron untuk memanggil berkas cron.php setiap 15 menit." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/is/core.po b/l10n/is/core.po index 4553986e3fe..d7c6d46f9ae 100644 --- a/l10n/is/core.po +++ b/l10n/is/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" @@ -168,51 +168,51 @@ msgstr "" msgid "Saving..." msgstr "Er að vista ..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "sek." -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "í dag" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "í gær" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "síðasta mánuði" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "síðasta ári" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "einhverjum árum" @@ -247,95 +247,95 @@ msgstr "Endursetja lykilorð" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Já" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Nei" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Já" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Veldu" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Í lagi" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" msgstr[1] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Hætta við" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" @@ -618,7 +618,7 @@ msgstr "Um mig" msgid "Users" msgstr "Notendur" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "Forrit" diff --git a/l10n/is/files_sharing.po b/l10n/is/files_sharing.po index f201eec1d92..1c10fd80a24 100644 --- a/l10n/is/files_sharing.po +++ b/l10n/is/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" @@ -49,18 +49,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Lykilorð" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Hætta við" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Lykilorð" + #: templates/list.php:16 msgid "Name" msgstr "Nafn" diff --git a/l10n/is/settings.po b/l10n/is/settings.po index ecd54512828..ec425fd2cb0 100644 --- a/l10n/is/settings.po +++ b/l10n/is/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" @@ -346,23 +346,23 @@ msgstr "aldrei" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -558,7 +558,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/it/core.po b/l10n/it/core.po index 34c051ed9e0..f1bb873836a 100644 --- a/l10n/it/core.po +++ b/l10n/it/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" @@ -171,51 +171,51 @@ msgstr "Audio" msgid "Saving..." msgstr "Salvataggio in corso..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "secondi fa" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "%n minuto fa" msgstr[1] "%n minuti fa" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "%n ora fa" msgstr[1] "%n ore fa" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "oggi" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "ieri" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "%n giorno fa" msgstr[1] "%n giorni fa" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "mese scorso" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "%n mese fa" msgstr[1] "%n mesi fa" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "anno scorso" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "anni fa" @@ -250,95 +250,95 @@ msgstr "Ripristina la password" msgid "Password can not be changed. Please contact your administrator." msgstr "La password non può essere cambiata. Contatta il tuo amministratore." -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Sì" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "No" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Sì" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Scegli" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Errore durante il caricamento del modello del selettore file: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Ok" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Errore durante il caricamento del modello di messaggio: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} file in conflitto" msgstr[1] "{count} file in conflitto" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Un file in conflitto" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "File nuovi" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "File già esistenti" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Quali file vuoi mantenere?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Se selezioni entrambe le versioni, sarà aggiunto un numero al nome del file copiato." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Annulla" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Continua" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(tutti i selezionati)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} selezionati)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Errore durante il caricamento del modello del file esistente" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Password molto debole" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Password debole" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "Password così-così" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "Password buona" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Password forte" diff --git a/l10n/it/files_sharing.po b/l10n/it/files_sharing.po index 5f6c4bd707d..f3159ec9bc0 100644 --- a/l10n/it/files_sharing.po +++ b/l10n/it/files_sharing.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 18:01+0000\n" +"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -52,18 +52,25 @@ msgstr "Non hai ancora condiviso alcun file." msgid "You haven't shared any files by link yet." msgstr "Non hai ancora condiviso alcun file tramite collegamento." -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" -msgstr "Aggiungi {name} da {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" +msgstr "Vuoi aggiungere la condivisione remota {name} da {owner}@{remote}?" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" -msgstr "Aggiungi condivisione" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" +msgstr "Condivisione remota" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "Password della condivisione remota" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Annulla" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "Aggiungi condivisione remota" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -89,6 +96,10 @@ msgstr "Questa condivione è protetta da password" msgid "The password is wrong. Try again." msgstr "La password è errata. Prova ancora." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Password" + #: templates/list.php:16 msgid "Name" msgstr "Nome" diff --git a/l10n/it/settings.po b/l10n/it/settings.po index 12b50fb5ac9..bb49020f145 100644 --- a/l10n/it/settings.po +++ b/l10n/it/settings.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" -"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -561,8 +561,8 @@ msgid "" msgstr "cron.php è registrato su un servizio webcron per invocare cron.php ogni 15 minuti su http." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "Usa il servizio cron di sistema per invocare il file cron.php ogni 15 minuti." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/ja/core.po b/l10n/ja/core.po index 0c651b19fed..d5c593a6835 100644 --- a/l10n/ja/core.po +++ b/l10n/ja/core.po @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" +"Last-Translator: kuromabo <md81bird@hitaki.net>\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -174,47 +174,47 @@ msgstr "オーディオ" msgid "Saving..." msgstr "保存中..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "数秒前" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "%n 分前" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "%n 時間前" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "今日" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "昨日" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "%n日前" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "1ヶ月前" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "%nヶ月前" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "1年前" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "数年前" @@ -249,94 +249,94 @@ msgstr "パスワードをリセット" msgid "Password can not be changed. Please contact your administrator." msgstr "パスワードは変更できません。管理者に問い合わせてください。" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "はい" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "いいえ" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "はい" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "選択" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "ファイル選択テンプレートの読み込みエラー: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "OK" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "メッセージテンプレートの読み込みエラー: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} ファイルが競合" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "1ファイルが競合" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "新しいファイル" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "既存のファイル" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "どちらのファイルを保持しますか?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "両方のバージョンを選択した場合は、ファイル名の後ろに数字を追加したファイルのコピーを作成します。" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "キャンセル" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "続ける" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(すべて選択)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} 選択)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "既存ファイルのテンプレートの読み込みエラー" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "非常に弱いパスワード" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "弱いパスワード" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "まずまずのパスワード" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "良好なパスワード" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "強いパスワード" @@ -528,7 +528,7 @@ msgstr "削除するタグが選択されていません。" #: js/update.js:30 msgid "Updating {productName} to version {version}, this may take a while." -msgstr "{productName} を バージョン {version} に更新しています。しばらくお待ち下さい。" +msgstr "{productName} を バージョン {version} に更新しています。しばらくお待ちください。" #: js/update.js:43 msgid "Please reload the page." @@ -548,13 +548,13 @@ msgstr "トークンが無効なため、パスワードをリセットできま #: lostpassword/controller/lostcontroller.php:136 msgid "Couldn't send reset email. Please make sure your username is correct." -msgstr "リセットメールを送信できませんでした。ユーザ名が正しいかどうか確認して下さい。" +msgstr "リセットメールを送信できませんでした。ユーザー名が正しいことを確認してください。" #: lostpassword/controller/lostcontroller.php:151 msgid "" "Couldn't send reset email because there is no email address for this " "username. Please contact your administrator." -msgstr "このユーザ名に紐付けられたメールアドレスが無いため、リセットメールを送信できませんでした。管理者に問い合わせてください。" +msgstr "このユーザー名に紐付けられたメールアドレスがないため、リセットメールを送信できませんでした。管理者に問い合わせてください。" #: lostpassword/controller/lostcontroller.php:168 #, php-format diff --git a/l10n/ja/files.po b/l10n/ja/files.po index 29a8042351e..5bfb5820038 100644 --- a/l10n/ja/files.po +++ b/l10n/ja/files.po @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:50+0000\n" +"Last-Translator: kuromabo <md81bird@hitaki.net>\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -27,11 +27,11 @@ msgstr "" #: ajax/list.php:38 msgid "Storage not available" -msgstr "" +msgstr "ストレージが利用できません" #: ajax/list.php:45 msgid "Storage invalid" -msgstr "" +msgstr "ストレージが無効です" #: ajax/list.php:52 msgid "Unknown error" @@ -149,11 +149,11 @@ msgstr "ストレージに十分な空き容量がありません" #: ajax/upload.php:173 msgid "Upload failed. Could not find uploaded file" -msgstr "アップロードに失敗。アップロード済みのファイルを見つけることができませんでした。" +msgstr "アップロードに失敗しました。アップロード済みのファイルを見つけることができませんでした。" #: ajax/upload.php:183 msgid "Upload failed. Could not get file info." -msgstr "アップロードに失敗。ファイル情報を取得できませんでした。" +msgstr "アップロードに失敗しました。ファイル情報を取得できませんでした。" #: ajax/upload.php:198 msgid "Invalid directory." diff --git a/l10n/ja/files_external.po b/l10n/ja/files_external.po index 60936b11fc6..541048c2cf4 100644 --- a/l10n/ja/files_external.po +++ b/l10n/ja/files_external.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" -"Last-Translator: Daisuke Deguchi <ddeguchi@nagoya-u.jp>\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:50+0000\n" +"Last-Translator: kuromabo <md81bird@hitaki.net>\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,13 +25,13 @@ msgstr "" msgid "" "Fetching request tokens failed. Verify that your Dropbox app key and secret " "are correct." -msgstr "リクエストトークンの取得に失敗しました。Dropboxアプリのキーとパスワードが正しいかどうかを確認して下さい。" +msgstr "リクエストトークンの取得に失敗しました。Dropboxアプリのキーとパスワードが正しいことを確認してください。" #: ajax/dropbox.php:40 msgid "" "Fetching access tokens failed. Verify that your Dropbox app key and secret " "are correct." -msgstr "アクセストークンの取得に失敗しました。Dropboxアプリのキーとパスワードが正しいかどうかを確認して下さい。" +msgstr "アクセストークンの取得に失敗しました。Dropboxアプリのキーとパスワードが正しいことを確認してください。" #: ajax/dropbox.php:48 js/dropbox.js:102 msgid "Please provide a valid Dropbox app key and secret." @@ -235,7 +235,7 @@ msgstr "個人" msgid "System" msgstr "システム" -#: js/settings.js:320 js/settings.js:327 +#: js/settings.js:325 js/settings.js:332 msgid "Saved" msgstr "保存されました" @@ -288,7 +288,7 @@ msgstr "スコープ" msgid "External Storage" msgstr "外部ストレージ" -#: templates/settings.php:8 templates/settings.php:27 +#: templates/settings.php:8 templates/settings.php:28 msgid "Folder name" msgstr "フォルダー名" @@ -304,43 +304,43 @@ msgstr "オプション" msgid "Available for" msgstr "以下が利用可能" -#: templates/settings.php:32 +#: templates/settings.php:33 msgid "Add storage" msgstr "ストレージを追加" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "No user or group" msgstr "ユーザーもしくはグループがありません" -#: templates/settings.php:95 +#: templates/settings.php:96 msgid "All Users" msgstr "すべてのユーザー" -#: templates/settings.php:97 +#: templates/settings.php:98 msgid "Groups" msgstr "グループ" -#: templates/settings.php:105 +#: templates/settings.php:106 msgid "Users" msgstr "ユーザー" -#: templates/settings.php:118 templates/settings.php:119 -#: templates/settings.php:158 templates/settings.php:159 +#: templates/settings.php:119 templates/settings.php:120 +#: templates/settings.php:159 templates/settings.php:160 msgid "Delete" msgstr "削除" -#: templates/settings.php:132 +#: templates/settings.php:133 msgid "Enable User External Storage" msgstr "ユーザーの外部ストレージを有効にする" -#: templates/settings.php:135 +#: templates/settings.php:136 msgid "Allow users to mount the following external storage" msgstr "ユーザーに以下の外部ストレージのマウントを許可する" -#: templates/settings.php:150 +#: templates/settings.php:151 msgid "SSL root certificates" msgstr "SSLルート証明書" -#: templates/settings.php:168 +#: templates/settings.php:169 msgid "Import Root Certificate" msgstr "ルート証明書をインポート" diff --git a/l10n/ja/files_sharing.po b/l10n/ja/files_sharing.po index c4b711f3f5f..40eae0e389e 100644 --- a/l10n/ja/files_sharing.po +++ b/l10n/ja/files_sharing.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" @@ -54,18 +54,25 @@ msgstr "他のユーザーと共有しているファイルはありません。 msgid "You haven't shared any files by link yet." msgstr "URLリンクで共有しているファイルはありません。" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" -msgstr "{owner}@{remote} から {name} を追加" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" +msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" -msgstr "共有を追加" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" +msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "パスワード" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "キャンセル" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -91,6 +98,10 @@ msgstr "この共有はパスワードで保護されています" msgid "The password is wrong. Try again." msgstr "パスワードが間違っています。再試行してください。" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "パスワード" + #: templates/list.php:16 msgid "Name" msgstr "名前" @@ -125,7 +136,7 @@ msgstr "不明な点は、こちらのリンクの提供者に確認をお願い #: templates/public.php:22 msgid "Add to your ownCloud" -msgstr "" +msgstr "ownCloud に追加" #: templates/public.php:30 msgid "Download" @@ -146,7 +157,7 @@ msgstr "リモート共有" #: templates/settings-admin.php:7 msgid "Allow other instances to mount public links shared from this server" -msgstr "このサーバにおけるURLでの共有を他のインスタンスからマウントできるようにする" +msgstr "このサーバーにおけるURLでの共有を他のインスタンスからマウントできるようにする" #: templates/settings-admin.php:11 msgid "Allow users to mount public link shares" diff --git a/l10n/ja/lib.po b/l10n/ja/lib.po index 3b70afef2e9..959370dd14d 100644 --- a/l10n/ja/lib.po +++ b/l10n/ja/lib.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-01 01:54-0400\n" -"PO-Revision-Date: 2014-07-01 01:50+0000\n" -"Last-Translator: Daisuke Deguchi <ddeguchi@nagoya-u.jp>\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:40+0000\n" +"Last-Translator: kuromabo <md81bird@hitaki.net>\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -23,33 +23,33 @@ msgstr "" "Language: ja_JP\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: base.php:187 base.php:194 +#: base.php:195 base.php:202 msgid "Cannot write into \"config\" directory!" msgstr "\"config\" ディレクトリに書き込みができません!" -#: base.php:188 +#: base.php:196 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "多くの場合、これはWEBサーバーに config ディレクトリへの書き込み権限を付与することで解決が可能です。" -#: base.php:190 +#: base.php:198 #, php-format msgid "See %s" msgstr "%s を閲覧" -#: base.php:195 private/util.php:413 +#: base.php:203 private/util.php:413 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "多くの場合、これは %sWEBサーバーに config ディレクトリへの書き込み権限を付与%s することで解決が可能です。" -#: base.php:675 +#: base.php:683 msgid "You are accessing the server from an untrusted domain." msgstr "信頼されていないドメインからサーバーにアクセスしています。" -#: base.php:676 +#: base.php:684 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -76,19 +76,19 @@ msgstr "ユーザー" msgid "Admin" msgstr "管理" -#: private/app.php:987 +#: private/app.php:990 #, php-format msgid "Failed to upgrade \"%s\"." msgstr "\"%s\" へのアップグレードに失敗しました。" -#: private/app.php:1144 +#: private/app.php:1147 #, php-format msgid "" "App \\\"%s\\\" can't be installed because it is not compatible with this " "version of ownCloud." msgstr "アプリ \\\"%s\\\" をインストールできません。現在の owncloud のバージョンと互換性がありません。" -#: private/app.php:1156 +#: private/app.php:1159 msgid "No app name specified" msgstr "アプリ名が未指定" @@ -592,7 +592,7 @@ msgstr "PostgreSQL のバージョンチェック中にエラーが発生しま msgid "" "Please make sure you have PostgreSQL >= 9 or check the logs for more " "information about the error" -msgstr "PostgreSQL >= 9 がインストールされているかどうか確認して下さい。もしくは、ログからエラーに関する詳細な情報を確認して下さい。" +msgstr "PostgreSQL >= 9 がインストールされているかどうか確認してください。もしくは、ログからエラーに関する詳細な情報を確認してください。" #: private/util.php:680 msgid "" @@ -614,7 +614,7 @@ msgstr "データディレクトリ (%s) は無効です" msgid "" "Please check that the data directory contains a file \".ocdata\" in its " "root." -msgstr "データディレクトリに \".ocdata\" ファイルが含まれていることを確認して下さい。" +msgstr "データディレクトリに \".ocdata\" ファイルが含まれていることを確認してください。" #: public/files/locknotacquiredexception.php:39 #, php-format diff --git a/l10n/ja/settings.po b/l10n/ja/settings.po index 7795ab792d5..f83c448d186 100644 --- a/l10n/ja/settings.po +++ b/l10n/ja/settings.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" @@ -345,7 +345,7 @@ msgstr "削除" #: js/users/users.js:85 templates/users/part.userlist.php:98 msgid "never" -msgstr "無し" +msgstr "なし" #: js/users/users.js:264 msgid "deleted {userName}" @@ -563,8 +563,8 @@ msgid "" msgstr "cron.phpは、HTTP経由で15分ごとにcron.phpを実行するようwebcronサービスに登録されています" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "システムのcronサービスを利用して15分ごとにcron.phpファイルを実行します。" +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" @@ -861,7 +861,7 @@ msgstr "画像を削除" #: templates/personal.php:110 msgid "Either png or jpg. Ideally square but you will be able to crop it." -msgstr "png と jpg のいずれか。正方形が理想ですが、切り取って加工することも可能です。" +msgstr "pngまたはjpg形式。正方形が理想ですが、切り取って加工することもできます。" #: templates/personal.php:112 msgid "Your avatar is provided by your original account." diff --git a/l10n/jv/files_sharing.po b/l10n/jv/files_sharing.po index 56f246c8787..404600bdfbe 100644 --- a/l10n/jv/files_sharing.po +++ b/l10n/jv/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Javanese (http://www.transifex.com/projects/p/owncloud/language/jv/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/jv/settings.po b/l10n/jv/settings.po index 79128393c96..7ca2341c638 100644 --- a/l10n/jv/settings.po +++ b/l10n/jv/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Javanese (http://www.transifex.com/projects/p/owncloud/language/jv/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/ka_GE/core.po b/l10n/ka_GE/core.po index ea25e4c38ab..85cae488ced 100644 --- a/l10n/ka_GE/core.po +++ b/l10n/ka_GE/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" @@ -167,47 +167,47 @@ msgstr "" msgid "Saving..." msgstr "შენახვა..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "წამის წინ" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "დღეს" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "გუშინ" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "გასულ თვეში" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "ბოლო წელს" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "წლის წინ" @@ -242,94 +242,94 @@ msgstr "პაროლის შეცვლა" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "კი" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "არა" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "კი" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "არჩევა" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "დიახ" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "ახალი ფაილები" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "უარყოფა" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" @@ -612,7 +612,7 @@ msgstr "პირადი" msgid "Users" msgstr "მომხმარებელი" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "აპლიკაციები" diff --git a/l10n/ka_GE/files_sharing.po b/l10n/ka_GE/files_sharing.po index e7cad6fcbbf..bc5ef6b00b4 100644 --- a/l10n/ka_GE/files_sharing.po +++ b/l10n/ka_GE/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" @@ -49,18 +49,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "პაროლი" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "უარყოფა" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "პაროლი" + #: templates/list.php:16 msgid "Name" msgstr "სახელი" diff --git a/l10n/ka_GE/settings.po b/l10n/ka_GE/settings.po index f83b3822d00..a3abb86a928 100644 --- a/l10n/ka_GE/settings.po +++ b/l10n/ka_GE/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" @@ -346,23 +346,23 @@ msgstr "არასდროს" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "ჯგუფის დამატება" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "უნდა მიუთითოთ არსებული მომხმარებლის სახელი" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "შეცდომა მომხმარებლის შექმნისას" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "უნდა მიუთითოთ არსებული პაროლი" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -558,7 +558,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/km/core.po b/l10n/km/core.po index 741f0629f48..b2474047bd6 100644 --- a/l10n/km/core.po +++ b/l10n/km/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n" "MIME-Version: 1.0\n" @@ -168,47 +168,47 @@ msgstr "" msgid "Saving..." msgstr "កំពុងរក្សាទុក" -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "វិនាទីមុន" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "%n នាទីមុន" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "%n ម៉ោងមុន" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "ថ្ងៃនេះ" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "ម្សិលមិញ" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "%n ថ្ងៃមុន" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "ខែមុន" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "%n ខែមុន" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "ឆ្នាំមុន" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "ឆ្នាំមុន" @@ -243,94 +243,94 @@ msgstr "កំណត់ពាក្យសម្ងាត់ម្ដង msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "ព្រម" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "ទេ" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "ព្រម" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "ជ្រើស" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "ព្រម" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "ឯកសារថ្មី" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "មានឯកសារនេះរួចហើយ" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "លើកលែង" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "បន្ត" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(បានជ្រើសទាំងអស់)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "(បានជ្រើស {count})" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "ពាក្យសម្ងាត់ខ្សោយណាស់" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "ពាក្យសម្ងាត់ខ្សោយ" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "ពាក្យសម្ងាត់ធម្មតា" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "ពាក្យសម្ងាត់ល្អ" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "ពាក្យសម្ងាត់ខ្លាំង" @@ -613,7 +613,7 @@ msgstr "ផ្ទាល់ខ្លួន" msgid "Users" msgstr "អ្នកប្រើ" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "កម្មវិធី" diff --git a/l10n/km/files_sharing.po b/l10n/km/files_sharing.po index aa75c5a82b8..10ae36fea39 100644 --- a/l10n/km/files_sharing.po +++ b/l10n/km/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n" "MIME-Version: 1.0\n" @@ -51,18 +51,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "ពាក្យសម្ងាត់" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "បោះបង់" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -88,6 +95,10 @@ msgstr "ការចែករំលែកនេះត្រូវប msgid "The password is wrong. Try again." msgstr "ពាក្យសម្ងាត់ខុសហើយ។ ព្យាយាមម្ដងទៀត។" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "ពាក្យសម្ងាត់" + #: templates/list.php:16 msgid "Name" msgstr "ឈ្មោះ" diff --git a/l10n/km/settings.po b/l10n/km/settings.po index 4fcaa71338f..88d66d4239f 100644 --- a/l10n/km/settings.po +++ b/l10n/km/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n" "MIME-Version: 1.0\n" @@ -559,7 +559,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/kn/files_sharing.po b/l10n/kn/files_sharing.po index 72b722157e8..5445a54fdbf 100644 --- a/l10n/kn/files_sharing.po +++ b/l10n/kn/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/kn/settings.po b/l10n/kn/settings.po index bf9c4f466d3..7828599c0e6 100644 --- a/l10n/kn/settings.po +++ b/l10n/kn/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/ko/core.po b/l10n/ko/core.po index 844036adb2b..54a63d9900b 100644 --- a/l10n/ko/core.po +++ b/l10n/ko/core.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" @@ -174,47 +174,47 @@ msgstr "" msgid "Saving..." msgstr "저장 중..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "초 전" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "%n분 전 " -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "%n시간 전 " -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "오늘" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "어제" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "%n일 전 " -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "지난 달" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "%n달 전 " -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "작년" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "년 전" @@ -249,94 +249,94 @@ msgstr "암호 재설정" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "예" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "아니요" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "예" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "선택" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "파일 선택 템플릿을 불러오는 중 오류 발생: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "확인" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "메시지 템플릿을 불러오는 중 오류 발생: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "파일 {count}개 충돌" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "파일 1개 충돌" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "어느 파일을 유지하시겠습니까?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "두 버전을 모두 선택하면, 파일 이름에 번호가 추가될 것입니다." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "취소" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "계속" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(모두 선택됨)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count}개 선택됨)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "파일 존재함 템플릿을 불러오는 중 오류 발생" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "매우 약한 암호" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "약한 암호" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "그저 그런 암호" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "좋은 암호" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "강력한 암호" diff --git a/l10n/ko/files_sharing.po b/l10n/ko/files_sharing.po index 318dcb5fcd6..9e022c6ce0d 100644 --- a/l10n/ko/files_sharing.po +++ b/l10n/ko/files_sharing.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" @@ -52,18 +52,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "암호" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "취소" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -89,6 +96,10 @@ msgstr "이 공유는 암호로 보호되어 있습니다" msgid "The password is wrong. Try again." msgstr "암호가 잘못되었습니다. 다시 입력해 주십시오." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "암호" + #: templates/list.php:16 msgid "Name" msgstr "이름" diff --git a/l10n/ko/settings.po b/l10n/ko/settings.po index bb042ac5035..09b89e60323 100644 --- a/l10n/ko/settings.po +++ b/l10n/ko/settings.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" @@ -562,8 +562,8 @@ msgid "" msgstr "cron.php는 webcron 서비스에 등록되어 HTTP로 15분마다 cron.php에 접근합니다." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "시스템의 cron 서비스를 통하여 15분마다 cron.php 파일에 접근합니다." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/ku_IQ/core.po b/l10n/ku_IQ/core.po index 72f09fac370..cb9d7fb3c48 100644 --- a/l10n/ku_IQ/core.po +++ b/l10n/ku_IQ/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" @@ -167,51 +167,51 @@ msgstr "" msgid "Saving..." msgstr "پاشکهوتدهکات..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "" @@ -246,95 +246,95 @@ msgstr "دووباره كردنهوهی وشهی نهێنی" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "بەڵێ" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "نەخێر" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "بەڵێ" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" msgstr[1] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "لابردن" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" @@ -617,7 +617,7 @@ msgstr "" msgid "Users" msgstr "بهكارهێنهر" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "بهرنامهكان" diff --git a/l10n/ku_IQ/files_sharing.po b/l10n/ku_IQ/files_sharing.po index e900d9d266d..2b968243592 100644 --- a/l10n/ku_IQ/files_sharing.po +++ b/l10n/ku_IQ/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" @@ -49,18 +49,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "وشەی تێپەربو" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "لابردن" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "وشەی تێپەربو" + #: templates/list.php:16 msgid "Name" msgstr "ناو" diff --git a/l10n/ku_IQ/settings.po b/l10n/ku_IQ/settings.po index 0d6db9996fa..4903a0b3568 100644 --- a/l10n/ku_IQ/settings.po +++ b/l10n/ku_IQ/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/lb/core.po b/l10n/lb/core.po index b0b7890b1b9..eeb3b941668 100644 --- a/l10n/lb/core.po +++ b/l10n/lb/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" @@ -169,51 +169,51 @@ msgstr "" msgid "Saving..." msgstr "Speicheren..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "Sekonnen hir" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "%n Minutt hir" msgstr[1] "%n Minutten hir" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "haut" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "gëschter" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "leschte Mount" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "Lescht Joer" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "Joren hir" @@ -248,95 +248,95 @@ msgstr "Passwuert zréck setzen" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Jo" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Nee" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Jo" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Auswielen" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "OK" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" msgstr[1] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Weieng Fichieren wëlls de gär behalen?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Ofbriechen" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Weider" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(all ausgewielt)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} ausgewielt)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" diff --git a/l10n/lb/files_sharing.po b/l10n/lb/files_sharing.po index 7266b5e731c..e432887a106 100644 --- a/l10n/lb/files_sharing.po +++ b/l10n/lb/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" @@ -50,18 +50,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Passwuert" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Ofbriechen" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -87,6 +94,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "Den Passwuert ass incorrect. Probeier ed nach eng keier." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Passwuert" + #: templates/list.php:16 msgid "Name" msgstr "Numm" diff --git a/l10n/lb/settings.po b/l10n/lb/settings.po index c6cadc98ea8..0fd4bd511fd 100644 --- a/l10n/lb/settings.po +++ b/l10n/lb/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" @@ -346,23 +346,23 @@ msgstr "ni" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -558,7 +558,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/lt_LT/core.po b/l10n/lt_LT/core.po index 9b6ecbf5821..3a5326a4e98 100644 --- a/l10n/lt_LT/core.po +++ b/l10n/lt_LT/core.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" @@ -172,55 +172,55 @@ msgstr "" msgid "Saving..." msgstr "Saugoma..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "prieš sekundę" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] " prieš %n minutę" msgstr[1] " prieš %n minučių" msgstr[2] " prieš %n minučių" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "prieš %n valandą" msgstr[1] "prieš %n valandų" msgstr[2] "prieš %n valandų" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "šiandien" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "vakar" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "prieš %n dieną" msgstr[1] "prieš %n dienas" msgstr[2] "prieš %n dienų" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "praeitą mėnesį" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "prieš %n mėnesį" msgstr[1] "prieš %n mėnesius" msgstr[2] "prieš %n mėnesių" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "praeitais metais" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "prieš metus" @@ -255,96 +255,96 @@ msgstr "Atkurti slaptažodį" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Taip" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Ne" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Taip" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Pasirinkite" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Klaida įkeliant failo parinkimo ruošinį: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Gerai" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Klaida įkeliant žinutės ruošinį: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} failas konfliktuoja" msgstr[1] "{count} failai konfliktuoja" msgstr[2] "{count} failų konfliktų" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Vienas failo konfliktas" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Kuriuos failus norite laikyti?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Jei pasirenkate abi versijas, nukopijuotas failas turės pridėtą numerį pavadinime." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Atšaukti" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Tęsti" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(visi pažymėti)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} pažymėtų)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Klaida įkeliant esančių failų ruošinį" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" diff --git a/l10n/lt_LT/files_sharing.po b/l10n/lt_LT/files_sharing.po index 517e04879d9..433c4268c7e 100644 --- a/l10n/lt_LT/files_sharing.po +++ b/l10n/lt_LT/files_sharing.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" @@ -52,18 +52,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Slaptažodis" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Atšaukti" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -89,6 +96,10 @@ msgstr "Turinys apsaugotas slaptažodžiu" msgid "The password is wrong. Try again." msgstr "Netinka slaptažodis: Bandykite dar kartą." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Slaptažodis" + #: templates/list.php:16 msgid "Name" msgstr "Pavadinimas" diff --git a/l10n/lt_LT/settings.po b/l10n/lt_LT/settings.po index 04a2c85c352..73594ffcf5f 100644 --- a/l10n/lt_LT/settings.po +++ b/l10n/lt_LT/settings.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" @@ -350,23 +350,23 @@ msgstr "niekada" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "pridėti grupę" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "Vartotojo vardas turi būti tinkamas" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "Klaida kuriant vartotoją" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "Slaptažodis turi būti tinkamas" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "Įspėjimas: Vartotojo \"{user}\" namų aplankas jau egzistuoja" @@ -562,8 +562,8 @@ msgid "" msgstr "cron.php yra registruotas tinklapio suplanuotų užduočių paslaugose, kad iškviesti cron.php kas 15 minučių per http." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "Naudoti sistemos planuotų užduočių paslaugą, kad iškvieti cron.php kas 15 minučių." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/lv/core.po b/l10n/lv/core.po index 62238c9ca94..fa5d76073a0 100644 --- a/l10n/lv/core.po +++ b/l10n/lv/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" @@ -168,55 +168,55 @@ msgstr "" msgid "Saving..." msgstr "Saglabā..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "sekundes atpakaļ" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "Tagad, %n minūtes" msgstr[1] "Pirms %n minūtes" msgstr[2] "Pirms %n minūtēm" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "Šodien, %n stundas" msgstr[1] "Pirms %n stundas" msgstr[2] "Pirms %n stundām" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "šodien" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "vakar" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "Šodien, %n dienas" msgstr[1] "Pirms %n dienas" msgstr[2] "Pirms %n dienām" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "pagājušajā mēnesī" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "Šomēnes, %n mēneši" msgstr[1] "Pirms %n mēneša" msgstr[2] "Pirms %n mēnešiem" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "gājušajā gadā" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "gadus atpakaļ" @@ -251,96 +251,96 @@ msgstr "Mainīt paroli" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Jā" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Nē" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Jā" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Izvēlieties" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Labi" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Jaunās datnes" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Atcelt" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" @@ -623,7 +623,7 @@ msgstr "Personīgi" msgid "Users" msgstr "Lietotāji" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "Lietotnes" diff --git a/l10n/lv/files_sharing.po b/l10n/lv/files_sharing.po index 87a41e6bce9..d8378e1cb54 100644 --- a/l10n/lv/files_sharing.po +++ b/l10n/lv/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" @@ -49,18 +49,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Parole" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Atcelt" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Parole" + #: templates/list.php:16 msgid "Name" msgstr "Nosaukums" diff --git a/l10n/lv/settings.po b/l10n/lv/settings.po index 456e8385bf6..c66cb236901 100644 --- a/l10n/lv/settings.po +++ b/l10n/lv/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" @@ -346,23 +346,23 @@ msgstr "nekad" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "pievienot grupu" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "Jānorāda derīgs lietotājvārds" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "Kļūda, veidojot lietotāju" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "Jānorāda derīga parole" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -558,7 +558,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/mk/core.po b/l10n/mk/core.po index 574466d2f7f..2b86a10cf0a 100644 --- a/l10n/mk/core.po +++ b/l10n/mk/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:12+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" @@ -168,51 +168,51 @@ msgstr "" msgid "Saving..." msgstr "Снимам..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "пред секунди" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "денеска" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "вчера" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "минатиот месец" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "минатата година" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "пред години" @@ -247,95 +247,95 @@ msgstr "Ресетирај лозинка" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Да" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Не" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Да" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Избери" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Во ред" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" msgstr[1] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Конфликт со една датотека" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Откажи" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Продолжи" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(сите одбрани)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} одбраните)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Грешка при вчитување на датотеката, шаблонот постои " -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Многу слаба лозинка" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Слаба лозинка" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "Така така лозинка" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "Добра лозинка" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Јака лозинка" diff --git a/l10n/mk/files_sharing.po b/l10n/mk/files_sharing.po index 429c9749422..3fb573205f5 100644 --- a/l10n/mk/files_sharing.po +++ b/l10n/mk/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" @@ -50,18 +50,25 @@ msgstr "Вие досега немате споделено ниту една д msgid "You haven't shared any files by link yet." msgstr "Сеуште немате споделено датотека со врска." -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Лозинка" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Откажи" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -87,6 +94,10 @@ msgstr "Ова споделување е заштитено со лозинка" msgid "The password is wrong. Try again." msgstr "Лозинката е грешна. Обиди се повторно." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Лозинка" + #: templates/list.php:16 msgid "Name" msgstr "Име" diff --git a/l10n/mk/settings.po b/l10n/mk/settings.po index 95945d02185..d79a4fcee75 100644 --- a/l10n/mk/settings.po +++ b/l10n/mk/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" @@ -558,7 +558,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/ml/files_sharing.po b/l10n/ml/files_sharing.po index 61fc793926e..29aa39cf9da 100644 --- a/l10n/ml/files_sharing.po +++ b/l10n/ml/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Malayalam (http://www.transifex.com/projects/p/owncloud/language/ml/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/ml/settings.po b/l10n/ml/settings.po index 1d5812cbd39..908832b189a 100644 --- a/l10n/ml/settings.po +++ b/l10n/ml/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Malayalam (http://www.transifex.com/projects/p/owncloud/language/ml/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/ml_IN/files_sharing.po b/l10n/ml_IN/files_sharing.po index e57982c47bf..644efe567c8 100644 --- a/l10n/ml_IN/files_sharing.po +++ b/l10n/ml_IN/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Malayalam (India) (http://www.transifex.com/projects/p/owncloud/language/ml_IN/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/ml_IN/settings.po b/l10n/ml_IN/settings.po index c44a5b3b29d..a7597e45302 100644 --- a/l10n/ml_IN/settings.po +++ b/l10n/ml_IN/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Malayalam (India) (http://www.transifex.com/projects/p/owncloud/language/ml_IN/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/mn/files_sharing.po b/l10n/mn/files_sharing.po index 93fce1e4565..507a90644f2 100644 --- a/l10n/mn/files_sharing.po +++ b/l10n/mn/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Mongolian (http://www.transifex.com/projects/p/owncloud/language/mn/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/mn/settings.po b/l10n/mn/settings.po index fb1402d21e5..324f2e33f7c 100644 --- a/l10n/mn/settings.po +++ b/l10n/mn/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Mongolian (http://www.transifex.com/projects/p/owncloud/language/mn/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/ms_MY/core.po b/l10n/ms_MY/core.po index ed49647fe2b..90cc0ab74cf 100644 --- a/l10n/ms_MY/core.po +++ b/l10n/ms_MY/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" @@ -167,47 +167,47 @@ msgstr "" msgid "Saving..." msgstr "Simpan..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "" @@ -242,94 +242,94 @@ msgstr "Penetapan semula kata laluan" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Ya" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Tidak" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Ya" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Ok" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Batal" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" @@ -612,7 +612,7 @@ msgstr "Peribadi" msgid "Users" msgstr "Pengguna" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "Aplikasi" diff --git a/l10n/ms_MY/files_sharing.po b/l10n/ms_MY/files_sharing.po index 198493ee3b5..71a4d6b6460 100644 --- a/l10n/ms_MY/files_sharing.po +++ b/l10n/ms_MY/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" @@ -49,18 +49,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Kata laluan" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Batal" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Kata laluan" + #: templates/list.php:16 msgid "Name" msgstr "Nama" diff --git a/l10n/ms_MY/settings.po b/l10n/ms_MY/settings.po index acd57879c97..f8569439179 100644 --- a/l10n/ms_MY/settings.po +++ b/l10n/ms_MY/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "jangan" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/my_MM/core.po b/l10n/my_MM/core.po index af136375e34..93a27b57bcf 100644 --- a/l10n/my_MM/core.po +++ b/l10n/my_MM/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" @@ -167,47 +167,47 @@ msgstr "" msgid "Saving..." msgstr "" -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "စက္ကန့်အနည်းငယ်က" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "ယနေ့" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "မနေ့က" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "ပြီးခဲ့သောလ" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "မနှစ်က" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "နှစ် အရင်က" @@ -242,94 +242,94 @@ msgstr "" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "ဟုတ်" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "မဟုတ်ဘူး" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "ဟုတ်" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "ရွေးချယ်" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "အိုကေ" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "ပယ်ဖျက်မည်" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Users" msgstr "သုံးစွဲသူ" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "Apps" diff --git a/l10n/my_MM/files_sharing.po b/l10n/my_MM/files_sharing.po index f6698be167c..7d239a98087 100644 --- a/l10n/my_MM/files_sharing.po +++ b/l10n/my_MM/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" @@ -49,18 +49,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "စကားဝှက်" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "ပယ်ဖျက်မည်" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "စကားဝှက်" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/my_MM/settings.po b/l10n/my_MM/settings.po index f986c1c35c0..508d52a5e45 100644 --- a/l10n/my_MM/settings.po +++ b/l10n/my_MM/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/nb_NO/core.po b/l10n/nb_NO/core.po index 698b71f1f9a..15a31812c72 100644 --- a/l10n/nb_NO/core.po +++ b/l10n/nb_NO/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-06 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 18:43+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: vidaren <news@vidartysse.net>\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -171,51 +171,51 @@ msgstr "Audio" msgid "Saving..." msgstr "Lagrer..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "for få sekunder siden" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "for %n minutt siden" msgstr[1] "for %n minutter siden" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "for %n time siden" msgstr[1] "for %n timer siden" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "i dag" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "i går" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "for %n dag siden" msgstr[1] "for %n dager siden" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "forrige måned" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "for %n måned siden" msgstr[1] "for %n måneder siden" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "i fjor" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "årevis siden" @@ -250,75 +250,75 @@ msgstr "Tilbakestill passord" msgid "Password can not be changed. Please contact your administrator." msgstr "Passordet kan ikke endres. Kontakt administratoren din." -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Ja" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Nei" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Ja" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Velg" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Feil ved lasting av filvelger-mal: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Ok" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Feil ved lasting av meldingsmal: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} filkonflikt" msgstr[1] "{count} filkonflikter" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "En filkonflikt" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Nye filer" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "Allerede eksisterende filer" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Hvilke filer vil du beholde?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Hvis du velger begge versjonene vil den kopierte filen få et nummer lagt til i navnet." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Avbryt" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Fortsett" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(alle valgt)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} valgt)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Feil ved lasting av \"filen eksisterer\"-mal" diff --git a/l10n/nb_NO/files_sharing.po b/l10n/nb_NO/files_sharing.po index 70d15e1b7e2..5ffb9be6ef6 100644 --- a/l10n/nb_NO/files_sharing.po +++ b/l10n/nb_NO/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -51,18 +51,25 @@ msgstr "Du har ikke delt noen filer ennå." msgid "You haven't shared any files by link yet." msgstr "Du har ikke delt noen filer med lenke ennå." -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" -msgstr "Legg til {name} fra {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" +msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" -msgstr "Ny deling" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" +msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Passord" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Avbryt" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -88,6 +95,10 @@ msgstr "Denne delingen er passordbeskyttet" msgid "The password is wrong. Try again." msgstr "Passordet er feil. Prøv på nytt." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Passord" + #: templates/list.php:16 msgid "Name" msgstr "Navn" diff --git a/l10n/nb_NO/settings.po b/l10n/nb_NO/settings.po index 0587c02c3d2..c2fecdf3bd8 100644 --- a/l10n/nb_NO/settings.po +++ b/l10n/nb_NO/settings.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-06 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 18:43+0000\n" -"Last-Translator: vidaren <news@vidartysse.net>\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -561,8 +561,8 @@ msgid "" msgstr "cron.php er registrert i en webcron-tjeneste for å kalle cron.php hvert 15. minutt over http." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "Bruk systemets cron-tjeneste for å kalle cron.php hvert 15. minutt." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/nds/files_sharing.po b/l10n/nds/files_sharing.po index 66abb9bbe84..9220cf68163 100644 --- a/l10n/nds/files_sharing.po +++ b/l10n/nds/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Low German (http://www.transifex.com/projects/p/owncloud/language/nds/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/nds/settings.po b/l10n/nds/settings.po index 7b83eba3626..3c07647e4b0 100644 --- a/l10n/nds/settings.po +++ b/l10n/nds/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Low German (http://www.transifex.com/projects/p/owncloud/language/nds/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/ne/files_sharing.po b/l10n/ne/files_sharing.po index 8ec6ba680ac..55cd3732439 100644 --- a/l10n/ne/files_sharing.po +++ b/l10n/ne/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/ne/settings.po b/l10n/ne/settings.po index dabcdf37f46..10cad4dbdb9 100644 --- a/l10n/ne/settings.po +++ b/l10n/ne/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/nl/core.po b/l10n/nl/core.po index caefa8ec47b..a68ee22236f 100644 --- a/l10n/nl/core.po +++ b/l10n/nl/core.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" @@ -170,51 +170,51 @@ msgstr "Audio" msgid "Saving..." msgstr "Opslaan" -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "seconden geleden" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" msgstr[1] "%n minuten geleden" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" msgstr[1] "%n uur geleden" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "vandaag" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "gisteren" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" msgstr[1] "%n dagen geleden" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "vorige maand" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" msgstr[1] "%n maanden geleden" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "vorig jaar" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "jaar geleden" @@ -249,95 +249,95 @@ msgstr "Reset wachtwoord" msgid "Password can not be changed. Please contact your administrator." msgstr "Het wachtwoord kan niet worden gewijzigd. Neem contact op met uw beheerder." -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Ja" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Nee" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Ja" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Kies" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Fout bij laden bestandenselecteur sjabloon: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Ok" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Fout bij laden berichtensjabloon: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} bestandsconflict" msgstr[1] "{count} bestandsconflicten" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Een bestandsconflict" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Nieuwe bestanden" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "Al aanwezige bestanden" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Welke bestanden wilt u bewaren?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Als u beide versies selecteerde, zal het gekopieerde bestand een nummer aan de naam toegevoegd krijgen." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Annuleer" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Verder" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(alles geselecteerd)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} geselecteerd)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Fout bij laden bestand bestaat al sjabloon" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Zeer zwak wachtwoord" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Zwak wachtwoord" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "Matig wachtwoord" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "Goed wachtwoord" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Sterk wachtwoord" diff --git a/l10n/nl/files_sharing.po b/l10n/nl/files_sharing.po index 822e5b64663..b72e67ca07e 100644 --- a/l10n/nl/files_sharing.po +++ b/l10n/nl/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" @@ -51,18 +51,25 @@ msgstr "U hebt nog geen bestanden gedeeld." msgid "You haven't shared any files by link yet." msgstr "U hebt nog geen bestanden via een link gedeeld." -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" -msgstr "Toevoegen {name} van {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" +msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" -msgstr "Toevoegen share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" +msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Wachtwoord" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Annuleer" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -88,6 +95,10 @@ msgstr "Deze share is met een wachtwoord beveiligd" msgid "The password is wrong. Try again." msgstr "Wachtwoord ongeldig. Probeer het nogmaals." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Wachtwoord" + #: templates/list.php:16 msgid "Name" msgstr "Naam" diff --git a/l10n/nl/settings.po b/l10n/nl/settings.po index 8af0755a378..e2ee758b708 100644 --- a/l10n/nl/settings.po +++ b/l10n/nl/settings.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" -"Last-Translator: André Koot <meneer@tken.net>\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -561,8 +561,8 @@ msgid "" msgstr "cron.php is geregisteerd bij een webcron service om elke 15 minuten cron.php over http aan te roepen." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "Gebruik de systeem cron service om cron.php elke 15 minuten aan te roepen." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/nn_NO/core.po b/l10n/nn_NO/core.po index 1b4197bbc21..e94b00b1a4e 100644 --- a/l10n/nn_NO/core.po +++ b/l10n/nn_NO/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" @@ -171,51 +171,51 @@ msgstr "" msgid "Saving..." msgstr "Lagrar …" -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "sekund sidan" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "%n minutt sidan" msgstr[1] "%n minutt sidan" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "%n time sidan" msgstr[1] "%n timar sidan" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "i dag" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "i går" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "%n dag sidan" msgstr[1] "%n dagar sidan" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "førre månad" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "%n månad sidan" msgstr[1] "%n månadar sidan" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "i fjor" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "år sidan" @@ -250,95 +250,95 @@ msgstr "Nullstill passord" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Ja" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Nei" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Ja" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Vel" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Klarte ikkje å lasta filplukkarmal: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Greitt" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Klarte ikkje å lasta meldingsmal: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} filkonflikt" msgstr[1] "{count} filkonfliktar" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Éin filkonflikt" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Kva filer vil du spara?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Viss du vel begge utgåvene, vil den kopierte fila få eit tal lagt til namnet." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Avbryt" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Gå vidare" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(alle valte)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} valte)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Klarte ikkje å lasta fil-finst-mal" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" @@ -621,7 +621,7 @@ msgstr "Personleg" msgid "Users" msgstr "Brukarar" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "Program" diff --git a/l10n/nn_NO/files_sharing.po b/l10n/nn_NO/files_sharing.po index 80b1d636407..0377db3e6f5 100644 --- a/l10n/nn_NO/files_sharing.po +++ b/l10n/nn_NO/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" @@ -50,18 +50,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Passord" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Avbryt" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -87,6 +94,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "Passordet er gale. Prøv igjen." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Passord" + #: templates/list.php:16 msgid "Name" msgstr "Namn" diff --git a/l10n/nn_NO/settings.po b/l10n/nn_NO/settings.po index 78643cfed63..5a4cb64f74d 100644 --- a/l10n/nn_NO/settings.po +++ b/l10n/nn_NO/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" @@ -348,23 +348,23 @@ msgstr "aldri" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "legg til gruppe" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "Du må oppgje eit gyldig brukarnamn" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "Feil ved oppretting av brukar" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "Du må oppgje eit gyldig passord" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -560,7 +560,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/nqo/files_sharing.po b/l10n/nqo/files_sharing.po index 2f17e6720f6..d057927d809 100644 --- a/l10n/nqo/files_sharing.po +++ b/l10n/nqo/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: N'ko (http://www.transifex.com/projects/p/owncloud/language/nqo/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/nqo/settings.po b/l10n/nqo/settings.po index 6dea98b951f..bf20f1e8dd6 100644 --- a/l10n/nqo/settings.po +++ b/l10n/nqo/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: N'ko (http://www.transifex.com/projects/p/owncloud/language/nqo/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/oc/core.po b/l10n/oc/core.po index a427e9c3c30..f4c7549aeb7 100644 --- a/l10n/oc/core.po +++ b/l10n/oc/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" @@ -167,51 +167,51 @@ msgstr "" msgid "Saving..." msgstr "Enregistra..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "segonda a" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "uèi" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "ièr" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "mes passat" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "an passat" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "ans a" @@ -246,95 +246,95 @@ msgstr "Senhal tornat botar" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Òc" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Non" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Òc" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Causís" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "D'accòrdi" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" msgstr[1] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Annula" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" @@ -617,7 +617,7 @@ msgstr "Personal" msgid "Users" msgstr "Usancièrs" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "Apps" diff --git a/l10n/oc/files_sharing.po b/l10n/oc/files_sharing.po index 215d1a85204..b8d5ff9a635 100644 --- a/l10n/oc/files_sharing.po +++ b/l10n/oc/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" @@ -49,18 +49,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Senhal" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Annula" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Senhal" + #: templates/list.php:16 msgid "Name" msgstr "Nom" diff --git a/l10n/oc/settings.po b/l10n/oc/settings.po index 74e1e7b9801..67c223bf8f0 100644 --- a/l10n/oc/settings.po +++ b/l10n/oc/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "jamai" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/or_IN/files_sharing.po b/l10n/or_IN/files_sharing.po index 6819140911b..c35632a9ae1 100644 --- a/l10n/or_IN/files_sharing.po +++ b/l10n/or_IN/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Oriya (India) (http://www.transifex.com/projects/p/owncloud/language/or_IN/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/or_IN/settings.po b/l10n/or_IN/settings.po index 9702cca1125..9f2135009cf 100644 --- a/l10n/or_IN/settings.po +++ b/l10n/or_IN/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Oriya (India) (http://www.transifex.com/projects/p/owncloud/language/or_IN/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/pa/core.po b/l10n/pa/core.po index 3c0796342ae..8fd0d1dc0fe 100644 --- a/l10n/pa/core.po +++ b/l10n/pa/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/owncloud/language/pa/)\n" "MIME-Version: 1.0\n" @@ -168,51 +168,51 @@ msgstr "" msgid "Saving..." msgstr "...ਸੰਭਾਲਿਆ ਜਾ ਰਿਹਾ ਹੈ" -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "ਸਕਿੰਟ ਪਹਿਲਾਂ" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "ਅੱਜ" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "ਕੱਲ੍ਹ" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "ਪਿਛਲੇ ਮਹੀਨੇ" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "ਪਿਛਲੇ ਸਾਲ" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "ਸਾਲਾਂ ਪਹਿਲਾਂ" @@ -247,95 +247,95 @@ msgstr "" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "ਹਾਂ" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "ਨਹੀਂ" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "ਹਾਂ" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "ਚੁਣੋ" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "ਠੀਕ ਹੈ" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" msgstr[1] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "ਰੱਦ ਕਰੋ" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" @@ -618,7 +618,7 @@ msgstr "" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "" diff --git a/l10n/pa/files_sharing.po b/l10n/pa/files_sharing.po index 1a404e2607c..b488c3ed929 100644 --- a/l10n/pa/files_sharing.po +++ b/l10n/pa/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/owncloud/language/pa/)\n" "MIME-Version: 1.0\n" @@ -49,18 +49,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "ਪਾਸਵਰ" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "ਰੱਦ ਕਰੋ" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "ਪਾਸਵਰ" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/pa/settings.po b/l10n/pa/settings.po index 1f4dcb67c91..330b2d1f663 100644 --- a/l10n/pa/settings.po +++ b/l10n/pa/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/owncloud/language/pa/)\n" "MIME-Version: 1.0\n" @@ -346,23 +346,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "ਗਰੁੱਪ ਸ਼ਾਮਲ" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -558,7 +558,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/pl/core.po b/l10n/pl/core.po index dbef4edf310..f39722bcc78 100644 --- a/l10n/pl/core.po +++ b/l10n/pl/core.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" @@ -172,55 +172,55 @@ msgstr "Dźwięk" msgid "Saving..." msgstr "Zapisywanie..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "sekund temu" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "%n minute temu" msgstr[1] "%n minut temu" msgstr[2] "%n minut temu" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "%n godzine temu" msgstr[1] "%n godzin temu" msgstr[2] "%n godzin temu" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "dziś" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "wczoraj" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "%n dzień temu" msgstr[1] "%n dni temu" msgstr[2] "%n dni temu" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "w zeszłym miesiącu" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "%n miesiąc temu" msgstr[1] "%n miesięcy temu" msgstr[2] "%n miesięcy temu" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "w zeszłym roku" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "lat temu" @@ -255,96 +255,96 @@ msgstr "Zresetuj hasło" msgid "Password can not be changed. Please contact your administrator." msgstr "Hasło nie może zostać zmienione. Skontaktuj się z administratorem." -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Tak" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Nie" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Tak" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Wybierz" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Błąd podczas ładowania pliku wybranego szablonu: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "OK" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Błąd podczas ładowania szablonu wiadomości: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} konfliktów plików" msgstr[1] "{count} konfliktów plików" msgstr[2] "{count} konfliktów plików" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Konflikt pliku" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Nowe pliki" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "Już istniejące pliki" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Które pliki chcesz zachować?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Jeśli wybierzesz obie wersje, skopiowany plik będzie miał dodany numerek w nazwie" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Anuluj" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Kontynuuj " -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(wszystkie zaznaczone)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} zaznaczonych)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Błąd podczas ładowania szablonu istniejącego pliku" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Bardzo słabe hasło" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Słabe hasło" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "Mało skomplikowane hasło" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "Dobre hasło" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Mocne hasło" diff --git a/l10n/pl/files_sharing.po b/l10n/pl/files_sharing.po index a250f6473ec..fe9cac3c50d 100644 --- a/l10n/pl/files_sharing.po +++ b/l10n/pl/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" @@ -51,18 +51,25 @@ msgstr "Nie współdzielisz jeszcze żadnych plików." msgid "You haven't shared any files by link yet." msgstr "Nie współdzielisz jeszcze żadnych plików linkiem" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" -msgstr "Dodaj {name} z {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" +msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Hasło" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Anuluj" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -88,6 +95,10 @@ msgstr "Udział ten jest chroniony hasłem" msgid "The password is wrong. Try again." msgstr "To hasło jest niewłaściwe. Spróbuj ponownie." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Hasło" + #: templates/list.php:16 msgid "Name" msgstr "Nazwa" diff --git a/l10n/pl/settings.po b/l10n/pl/settings.po index 3c4af96658d..508034ce5ac 100644 --- a/l10n/pl/settings.po +++ b/l10n/pl/settings.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" -"Last-Translator: Marcin Małecki <gerber@tkdami.net>\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -562,8 +562,8 @@ msgid "" msgstr "cron.php jest zarejestrowany w serwisie webcron do uruchamiania cron.php raz na 15 minut przez http." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "Użyj systemowego cron-a do uruchamiania cron.php raz na 15 minut." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/pt_BR/core.po b/l10n/pt_BR/core.po index e10c11c59c5..9d8947a293b 100644 --- a/l10n/pt_BR/core.po +++ b/l10n/pt_BR/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-06 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 18:43+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -169,51 +169,51 @@ msgstr "Audio" msgid "Saving..." msgstr "Salvando..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "segundos atrás" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] " ha %n minuto" msgstr[1] "ha %n minutos" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "ha %n hora" msgstr[1] "ha %n horas" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "hoje" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "ontem" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "ha %n dia" msgstr[1] "ha %n dias" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "último mês" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "ha %n mês" msgstr[1] "ha %n meses" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "último ano" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "anos atrás" @@ -248,75 +248,75 @@ msgstr "Redefinir senha" msgid "Password can not be changed. Please contact your administrator." msgstr "A senha não pode ser alterada. Por favor, contate o administrador." -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Sim" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Não" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Sim" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Escolher" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Erro no seletor de carregamento modelo de arquivos: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Ok" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Erro no carregamento de modelo de mensagem: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} conflito de arquivo" msgstr[1] "{count} conflitos de arquivos" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Conflito em um arquivo" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Novos Arquivos" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "Arquivos já existentes" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Qual arquivo você quer manter?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Se você selecionar ambas as versões, o arquivo copiado terá um número adicionado ao seu nome." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Cancelar" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Continuar" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(todos os selecionados)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} selecionados)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Erro ao carregar arquivo existe modelo" diff --git a/l10n/pt_BR/files_sharing.po b/l10n/pt_BR/files_sharing.po index 0a28671e271..86338382ee7 100644 --- a/l10n/pt_BR/files_sharing.po +++ b/l10n/pt_BR/files_sharing.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 10:41+0000\n" +"Last-Translator: Flávio Veras <flaviove@gmail.com>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -50,18 +50,25 @@ msgstr "Você ainda não compartilhou nenhum arquivo." msgid "You haven't shared any files by link yet." msgstr "Você ainda não compartilhou nenhum arquivo por link." -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" -msgstr "Adicionar {name} de {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" +msgstr "Você quer adicionar o compartilhamento remoto {name} de {owner}@{remote}?" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" -msgstr "Adicionar Compartilhamento" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" +msgstr "Compartilhamento remoto" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Senha" +#: js/external.js:65 +msgid "Remote share password" +msgstr "Senha do compartilhamento remoto" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Cancelar" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "Adicionar compartilhamento remoto" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -87,6 +94,10 @@ msgstr "Este compartilhamento esta protegido por senha" msgid "The password is wrong. Try again." msgstr "Senha incorreta. Tente novamente." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Senha" + #: templates/list.php:16 msgid "Name" msgstr "Nome" diff --git a/l10n/pt_BR/settings.po b/l10n/pt_BR/settings.po index 0ef3aa00dfb..c3ffb69c5cd 100644 --- a/l10n/pt_BR/settings.po +++ b/l10n/pt_BR/settings.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" -"Last-Translator: Flávio Veras <flaviove@gmail.com>\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -560,8 +560,8 @@ msgid "" msgstr "cron.php está registrado no serviço webcron para chamar cron.php a cada 15 minutos sobre http." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "Use o sistema de serviço cron para chamar o arquivo cron.php a cada 15 minutos." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/pt_PT/core.po b/l10n/pt_PT/core.po index c554d8277fa..892c75ba125 100644 --- a/l10n/pt_PT/core.po +++ b/l10n/pt_PT/core.po @@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -179,51 +179,51 @@ msgstr "Audio" msgid "Saving..." msgstr "A guardar..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "Minutos atrás" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "%n minuto atrás" msgstr[1] "%n minutos atrás" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "%n hora atrás" msgstr[1] "%n horas atrás" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "hoje" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "ontem" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "%n dia atrás" msgstr[1] "%n dias atrás" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "ultímo mês" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "%n mês atrás" msgstr[1] "%n meses atrás" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "ano passado" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "anos atrás" @@ -258,95 +258,95 @@ msgstr "Repor password" msgid "Password can not be changed. Please contact your administrator." msgstr "A password não pode ser alterada. Contacte o seu administrador." -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Sim" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Não" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Sim" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Escolha" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Erro ao carregar o modelo de selecionador de ficheiro: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Ok" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Erro ao carregar o template: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} conflicto de ficheiro" msgstr[1] "{count} conflitos de ficheiro" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Um conflito no ficheiro" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Ficheiros Novos" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "Ficheiro já existente" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Quais os ficheiros que pretende manter?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Se escolher ambas as versões, o ficheiro copiado irá ter um número adicionado ao seu nome." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Cancelar" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Continuar" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(todos seleccionados)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} seleccionados)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Erro ao carregar o modelo de existências do ficheiro" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Password muito fraca" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Password fraca" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "Password aceitável" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "Password Forte" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Password muito forte" diff --git a/l10n/pt_PT/files_sharing.po b/l10n/pt_PT/files_sharing.po index 27e211e5389..6618664f44e 100644 --- a/l10n/pt_PT/files_sharing.po +++ b/l10n/pt_PT/files_sharing.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -56,18 +56,25 @@ msgstr "Ainda não partilhou quaisquer ficheiros." msgid "You haven't shared any files by link yet." msgstr "Ainda não partilhou quaisquer ficheiros por hiperligação." -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" -msgstr "Adicionar {name} de {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" +msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" -msgstr "Adicionar Partilha" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" +msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Senha" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Cancelar" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -93,6 +100,10 @@ msgstr "Esta partilha está protegida por senha" msgid "The password is wrong. Try again." msgstr "A senha está errada. Por favor, tente de novo." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Senha" + #: templates/list.php:16 msgid "Name" msgstr "Nome" diff --git a/l10n/pt_PT/settings.po b/l10n/pt_PT/settings.po index af4d884e997..e5a667e6417 100644 --- a/l10n/pt_PT/settings.po +++ b/l10n/pt_PT/settings.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -568,8 +568,8 @@ msgid "" msgstr "cron.php está registado num serviço webcron para chamar a página cron.php por http a cada 15 minutos." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "Use o serviço cron do sistema para chamar o ficheiro cron.php a cada 15 minutos." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/ro/core.po b/l10n/ro/core.po index 2df2203e835..1c76b1473a3 100644 --- a/l10n/ro/core.po +++ b/l10n/ro/core.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" @@ -172,55 +172,55 @@ msgstr "" msgid "Saving..." msgstr "Se salvează..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "secunde în urmă" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "acum %n minut" msgstr[1] "acum %n minute" msgstr[2] "acum %n minute" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "acum %n oră" msgstr[1] "acum %n ore" msgstr[2] "acum %n ore" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "astăzi" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "ieri" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "acum %n zi" msgstr[1] "acum %n zile" msgstr[2] "acum %n zile" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "ultima lună" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "ultimul an" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "ani în urmă" @@ -255,96 +255,96 @@ msgstr "Resetează parola" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Da" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Nu" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Da" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Alege" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Ok" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Un conflict de fișier" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Ce fișiere vrei să păstrezi?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Dacă alegi ambele versiuni, fișierul copiat va avea un număr atașat la denumirea sa." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Anulare" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Continuă" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Parolă foarte slabă" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Parolă slabă" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" diff --git a/l10n/ro/files_sharing.po b/l10n/ro/files_sharing.po index 8fd66b872be..55e410f653c 100644 --- a/l10n/ro/files_sharing.po +++ b/l10n/ro/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" @@ -50,18 +50,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Parolă" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Anulare" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -87,6 +94,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "Parola este incorectă. Încercaţi din nou." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Parolă" + #: templates/list.php:16 msgid "Name" msgstr "Nume" diff --git a/l10n/ro/settings.po b/l10n/ro/settings.po index 042b3e65efb..a48beea839e 100644 --- a/l10n/ro/settings.po +++ b/l10n/ro/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" @@ -560,7 +560,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/ru/core.po b/l10n/ru/core.po index 5b1338f9d9f..0ef2f5bc574 100644 --- a/l10n/ru/core.po +++ b/l10n/ru/core.po @@ -32,9 +32,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" +"Last-Translator: Void Ayanami <hex.void@gmail.com>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -82,7 +82,7 @@ msgstr "Неизвестный тип файла" #: avatar/controller.php:90 msgid "Invalid image" -msgstr "Изображение повреждено" +msgstr "Некорректное изображение" #: avatar/controller.php:120 avatar/controller.php:147 msgid "No temporary profile picture available, try again" @@ -170,7 +170,7 @@ msgstr "Декабрь" #: js/js.js:501 msgid "Settings" -msgstr "Конфигурация" +msgstr "Настройки" #: js/js.js:590 msgid "File" @@ -192,55 +192,55 @@ msgstr "Аудио" msgid "Saving..." msgstr "Сохранение..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "только что" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "%n минуту назад" msgstr[1] "%n минуты назад" msgstr[2] "%n минут назад" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "%n час назад" msgstr[1] "%n часа назад" msgstr[2] "%n часов назад" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "сегодня" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "вчера" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "%n день назад" msgstr[1] "%n дня назад" msgstr[2] "%n дней назад" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "месяц назад" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "%n месяц назад" msgstr[1] "%n месяца назад" msgstr[2] "%n месяцев назад" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "год назад" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "несколько лет назад" @@ -275,96 +275,96 @@ msgstr "Сбросить пароль" msgid "Password can not be changed. Please contact your administrator." msgstr "Пароль не может быть изменён. Пожалуйста, свяжитесь с вашим администратором." -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Да" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Нет" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Да" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Выбрать" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Ошибка при загрузке шаблона выбора файлов: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Ок" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Ошибка загрузки шаблона сообщений: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} конфликт в файлах" msgstr[1] "{count} конфликта в файлах" msgstr[2] "{count} конфликтов в файлах" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Один конфликт в файлах" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Новые файлы" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "Существующие файлы" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Какие файлы вы хотите сохранить?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "При выборе обоих версий, к названию копируемого файла будет добавлена цифра" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Отменить" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Продолжить" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(выбраны все)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} выбрано)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Ошибка при загрузке шаблона существующего файла" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Очень слабый пароль" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Слабый пароль" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "Так себе пароль" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "Хороший пароль" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Устойчивый к взлому пароль" @@ -552,7 +552,7 @@ msgstr "Ошибка загрузки шаблона диалога: {error}" #: js/tags.js:288 msgid "No tags selected for deletion." -msgstr "Не выбраны меток для удаления." +msgstr "Не выбраны метки для удаления." #: js/update.js:30 msgid "Updating {productName} to version {version}, this may take a while." diff --git a/l10n/ru/files.po b/l10n/ru/files.po index 7d7cd5b51b7..e1055e026fe 100644 --- a/l10n/ru/files.po +++ b/l10n/ru/files.po @@ -14,7 +14,7 @@ # Swab <swab@i.ua>, 2014 # Victor Bravo <>, 2013 # Vladimir Sapronov <vladimir.sapronov@gmail.com>, 2013 -# Void Ayanami <hex.void@gmail.com>, 2013 +# Void Ayanami <hex.void@gmail.com>, 2013-2014 # Yuriy Malyovaniy <yuriy.malyovaniy@gmail.com>, 2013 # Алексей <hackproof.ai@gmail.com>, 2013 # Антон <antonshramko@yandex.ru>, 2013 @@ -23,9 +23,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 13:31+0000\n" +"Last-Translator: Void Ayanami <hex.void@gmail.com>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -35,11 +35,11 @@ msgstr "" #: ajax/list.php:38 msgid "Storage not available" -msgstr "" +msgstr "Хранилище недоступно" #: ajax/list.php:45 msgid "Storage invalid" -msgstr "" +msgstr "Хранилище неисправно" #: ajax/list.php:52 msgid "Unknown error" diff --git a/l10n/ru/files_external.po b/l10n/ru/files_external.po index 2d4a5d665fa..1a8e64c0c16 100644 --- a/l10n/ru/files_external.po +++ b/l10n/ru/files_external.po @@ -8,14 +8,15 @@ # anshibanov <shibanovan@yandex.ru>, 2014 # Swab <swab@i.ua>, 2014 # viskubov <viskubov@gmail.com>, 2014 +# Void Ayanami <hex.void@gmail.com>, 2014 # Михаил Маслиёв <misha.masliev@yandex.ru>, 2014 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" -"Last-Translator: I Robot\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 14:21+0000\n" +"Last-Translator: Void Ayanami <hex.void@gmail.com>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -42,12 +43,12 @@ msgstr "Пожалуйста, предоставьте действующий к #: ajax/google.php:27 #, php-format msgid "Step 1 failed. Exception: %s" -msgstr "" +msgstr "Шаг 1 неудачен. Исключение: %s" #: ajax/google.php:38 #, php-format msgid "Step 2 failed. Exception: %s" -msgstr "" +msgstr "Шаг 2 неудачен. Исключение: %s" #: appinfo/app.php:35 js/app.js:32 templates/settings.php:9 msgid "External storage" @@ -75,7 +76,7 @@ msgstr "Секрет" #: appinfo/app.php:55 appinfo/app.php:64 msgid "Bucket" -msgstr "" +msgstr "Ведро" #: appinfo/app.php:59 msgid "Amazon S3 and compliant" @@ -99,7 +100,7 @@ msgstr "Порт (опц.)" #: appinfo/app.php:67 msgid "Region (optional)" -msgstr "Регион (опционально)" +msgstr "Регион (опц.)" #: appinfo/app.php:68 msgid "Enable SSL" @@ -139,7 +140,7 @@ msgstr "" #: appinfo/app.php:92 msgid "Secure ftps://" -msgstr "Безопасный ftps://" +msgstr "Защищённый ftps://" #: appinfo/app.php:100 msgid "Client ID" @@ -237,7 +238,7 @@ msgstr "Личное" msgid "System" msgstr "Система" -#: js/settings.js:320 js/settings.js:327 +#: js/settings.js:325 js/settings.js:332 msgid "Saved" msgstr "Сохранено" @@ -254,21 +255,21 @@ msgstr "и" msgid "" "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting " "of %s is not possible. Please ask your system administrator to install it." -msgstr "<b>Примечание:</b> Поддержка cURL в PHP не включена или не установлен модуль. Подключение %s невозможно. Обратитесь к вашему системному администратору." +msgstr "<b>Примечание:</b> Поддержка cURL в PHP не включена или не установлена. Монтирование %s невозможно. Обратитесь к вашему системному администратору." #: lib/config.php:746 #, php-format msgid "" "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of" " %s is not possible. Please ask your system administrator to install it." -msgstr "<b>Обратите внимание:</b> Поддержка FTP в PHP не включена или не установлена. Монтирование %s невозможно. Пожалуйста, обратитесь к системному администратору." +msgstr "<b>Примечание:</b> Поддержка FTP в PHP не включена или не установлена. Монтирование %s невозможно. Пожалуйста, обратитесь к системному администратору." #: lib/config.php:748 #, php-format msgid "" "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please" " ask your system administrator to install it." -msgstr "<b>Обратите внимание:</b> \"%s\" не установлен. Монтирование %s невозможно. Пожалуйста, обратитесь к системному администратору." +msgstr "<b>Примечание:</b> \"%s\" не установлен. Монтирование %s невозможно. Пожалуйста, обратитесь к системному администратору." #: templates/list.php:7 msgid "You don't have any external storages" @@ -290,7 +291,7 @@ msgstr "" msgid "External Storage" msgstr "Внешний носитель" -#: templates/settings.php:8 templates/settings.php:27 +#: templates/settings.php:8 templates/settings.php:28 msgid "Folder name" msgstr "Имя папки" @@ -306,43 +307,43 @@ msgstr "Опции" msgid "Available for" msgstr "Доступно для" -#: templates/settings.php:32 +#: templates/settings.php:33 msgid "Add storage" msgstr "Добавить носитель данных" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "No user or group" msgstr "Нет пользователя или группы" -#: templates/settings.php:95 +#: templates/settings.php:96 msgid "All Users" msgstr "Все пользователи" -#: templates/settings.php:97 +#: templates/settings.php:98 msgid "Groups" msgstr "Группы" -#: templates/settings.php:105 +#: templates/settings.php:106 msgid "Users" msgstr "Пользователи" -#: templates/settings.php:118 templates/settings.php:119 -#: templates/settings.php:158 templates/settings.php:159 +#: templates/settings.php:119 templates/settings.php:120 +#: templates/settings.php:159 templates/settings.php:160 msgid "Delete" msgstr "Удалить" -#: templates/settings.php:132 +#: templates/settings.php:133 msgid "Enable User External Storage" msgstr "Включить пользовательские внешние носители" -#: templates/settings.php:135 +#: templates/settings.php:136 msgid "Allow users to mount the following external storage" -msgstr "Разрешить пользователям монтировать следующую внешнюю систему хранения данных" +msgstr "Разрешить пользователям монтировать следующее внешнее хранилище данных" -#: templates/settings.php:150 +#: templates/settings.php:151 msgid "SSL root certificates" msgstr "Корневые сертификаты SSL" -#: templates/settings.php:168 +#: templates/settings.php:169 msgid "Import Root Certificate" msgstr "Импортировать корневые сертификаты" diff --git a/l10n/ru/files_sharing.po b/l10n/ru/files_sharing.po index 52ec7157557..bf74d684d87 100644 --- a/l10n/ru/files_sharing.po +++ b/l10n/ru/files_sharing.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" @@ -58,18 +58,25 @@ msgstr "Вы не имеете файлов в открытом доступе" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" -msgstr "Добавить {name} из {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" +msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Пароль" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Отменить" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -95,6 +102,10 @@ msgstr "Для доступа к информации необходимо вв msgid "The password is wrong. Try again." msgstr "Неверный пароль. Попробуйте еще раз." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Пароль" + #: templates/list.php:16 msgid "Name" msgstr "Имя" diff --git a/l10n/ru/lib.po b/l10n/ru/lib.po index eb919cd53ae..143aec465f6 100644 --- a/l10n/ru/lib.po +++ b/l10n/ru/lib.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-06-29 01:54-0400\n" -"PO-Revision-Date: 2014-06-29 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-07 15:21+0000\n" "Last-Translator: I Robot\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" @@ -26,33 +26,33 @@ msgstr "" "Language: ru\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: base.php:187 base.php:194 +#: base.php:195 base.php:202 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:188 +#: base.php:196 msgid "" "This can usually be fixed by giving the webserver write access to the config" " directory" msgstr "" -#: base.php:190 +#: base.php:198 #, php-format msgid "See %s" msgstr "" -#: base.php:195 private/util.php:413 +#: base.php:203 private/util.php:413 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:675 +#: base.php:683 msgid "You are accessing the server from an untrusted domain." msgstr "Вы пытаетесь получить доступ к серверу с неподтверждённого домена." -#: base.php:676 +#: base.php:684 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -79,19 +79,19 @@ msgstr "Пользователи" msgid "Admin" msgstr "Администрирование" -#: private/app.php:987 +#: private/app.php:990 #, php-format msgid "Failed to upgrade \"%s\"." msgstr "Не смог обновить \"%s\"." -#: private/app.php:1144 +#: private/app.php:1147 #, php-format msgid "" "App \\\"%s\\\" can't be installed because it is not compatible with this " "version of ownCloud." msgstr "Невозможно установить приложение \\\"%s\\\", т.к. оно несовместимо с этой версией ownCloud." -#: private/app.php:1156 +#: private/app.php:1159 msgid "No app name specified" msgstr "Не выбрано имя приложения" diff --git a/l10n/ru/settings.po b/l10n/ru/settings.po index acd9ba2818d..9c599e72474 100644 --- a/l10n/ru/settings.po +++ b/l10n/ru/settings.po @@ -29,8 +29,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-07 01:54-0400\n" -"PO-Revision-Date: 2014-07-06 14:31+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" @@ -579,8 +579,8 @@ msgid "" msgstr "cron.php зарегестрирован в webcron и будет вызываться каждые 15 минут по http." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "Использовать системный cron для вызова cron.php каждые 15 минут." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/ru/user_ldap.po b/l10n/ru/user_ldap.po index 34f6020b68f..54604948178 100644 --- a/l10n/ru/user_ldap.po +++ b/l10n/ru/user_ldap.po @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-07 15:21+0000\n" "Last-Translator: Alexander Savchenko\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru/user_webdavauth.po b/l10n/ru/user_webdavauth.po index bac107b20c1..3b7038c5a12 100644 --- a/l10n/ru/user_webdavauth.po +++ b/l10n/ru/user_webdavauth.po @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:12+0000\n" -"Last-Translator: Alexander Savchenko\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-07 15:31+0000\n" +"Last-Translator: Void Ayanami <hex.void@gmail.com>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,7 +26,7 @@ msgstr "" #: templates/settings.php:2 msgid "WebDAV Authentication" -msgstr "Идентификация WebDAV" +msgstr "Аутентификация WebDAV" #: templates/settings.php:3 msgid "Address:" diff --git a/l10n/si_LK/core.po b/l10n/si_LK/core.po index cb0907187b1..5c643ad4763 100644 --- a/l10n/si_LK/core.po +++ b/l10n/si_LK/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" @@ -167,51 +167,51 @@ msgstr "" msgid "Saving..." msgstr "සුරැකෙමින් පවතී..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "තත්පරයන්ට පෙර" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "අද" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "ඊයේ" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "පෙර මාසයේ" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "පෙර අවුරුද්දේ" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "අවුරුදු කීපයකට පෙර" @@ -246,95 +246,95 @@ msgstr "මුරපදය ප්රත්යාරම්භ කරන් msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "ඔව්" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "එපා" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "ඔව්" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "තෝරන්න" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "හරි" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" msgstr[1] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "එපා" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" @@ -617,7 +617,7 @@ msgstr "පෞද්ගලික" msgid "Users" msgstr "පරිශීලකයන්" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "යෙදුම්" diff --git a/l10n/si_LK/files_sharing.po b/l10n/si_LK/files_sharing.po index 3724717ef25..ee0a077150b 100644 --- a/l10n/si_LK/files_sharing.po +++ b/l10n/si_LK/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" @@ -49,18 +49,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "මුර පදය" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "එපා" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "මුර පදය" + #: templates/list.php:16 msgid "Name" msgstr "නම" diff --git a/l10n/si_LK/settings.po b/l10n/si_LK/settings.po index ad632bf0a38..97825ea0fee 100644 --- a/l10n/si_LK/settings.po +++ b/l10n/si_LK/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "කවදාවත්" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/sk/core.po b/l10n/sk/core.po index a0905365ef0..4f5accb6c7b 100644 --- a/l10n/sk/core.po +++ b/l10n/sk/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" @@ -167,55 +167,55 @@ msgstr "" msgid "Saving..." msgstr "" -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "" @@ -250,96 +250,96 @@ msgstr "" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 +msgid "No" msgstr "" -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 -msgid "No" +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" msgstr "" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Zrušiť" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" @@ -622,7 +622,7 @@ msgstr "Osobné" msgid "Users" msgstr "" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "" diff --git a/l10n/sk/files_sharing.po b/l10n/sk/files_sharing.po index d1828b508fa..975e471626a 100644 --- a/l10n/sk/files_sharing.po +++ b/l10n/sk/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Zrušiť" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/sk/settings.po b/l10n/sk/settings.po index 108ac57e8dd..4170cec0a79 100644 --- a/l10n/sk/settings.po +++ b/l10n/sk/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "nikdy" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/sk_SK/core.po b/l10n/sk_SK/core.po index 50eda97681c..af6d90cdde5 100644 --- a/l10n/sk_SK/core.po +++ b/l10n/sk_SK/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" @@ -169,55 +169,55 @@ msgstr "Zvuk" msgid "Saving..." msgstr "Ukladám..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "pred sekundami" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "pred %n minútou" msgstr[1] "pred %n minútami" msgstr[2] "pred %n minútami" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "pred %n hodinou" msgstr[1] "pred %n hodinami" msgstr[2] "pred %n hodinami" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "dnes" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "včera" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "pred %n dňom" msgstr[1] "pred %n dňami" msgstr[2] "pred %n dňami" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "minulý mesiac" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "pred %n mesiacom" msgstr[1] "pred %n mesiacmi" msgstr[2] "pred %n mesiacmi" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "minulý rok" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "pred rokmi" @@ -252,96 +252,96 @@ msgstr "Obnovenie hesla" msgid "Password can not be changed. Please contact your administrator." msgstr "Heslo nemožno zmeniť. Kontaktujte prosím vášho administrátora." -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Áno" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Nie" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Áno" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Vybrať" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Chyba pri nahrávaní šablóny výberu súborov: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Ok" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Chyba pri nahrávaní šablóny správy: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} konflikt súboru" msgstr[1] "{count} konflikty súboru" msgstr[2] "{count} konfliktov súboru" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Jeden konflikt súboru" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Nové súbory" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "Už existujúce súbory" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Ktoré súbory chcete ponechať?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Ak zvolíte obe verzie, názov nakopírovaného súboru bude doplnený o číslo." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Zrušiť" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Pokračovať" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(všetko vybrané)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} vybraných)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Chyba pri nahrávaní šablóny existencie súboru" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Veľmi slabé heslo" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Slabé heslo" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "Priemerné heslo" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "Dobré heslo" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Silné heslo" diff --git a/l10n/sk_SK/files_sharing.po b/l10n/sk_SK/files_sharing.po index f719a80183b..88e9263bec3 100644 --- a/l10n/sk_SK/files_sharing.po +++ b/l10n/sk_SK/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" @@ -50,18 +50,25 @@ msgstr "Zatiaľ ste nezdieľali žiadne súbory." msgid "You haven't shared any files by link yet." msgstr "Zatiaľ ste pomocou odkazu nezdieľali žiaden súbor." -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" -msgstr "Pridať {name} z {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" +msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Heslo" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Zrušiť" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -87,6 +94,10 @@ msgstr "Toto zdieľanie je chránené heslom" msgid "The password is wrong. Try again." msgstr "Heslo je chybné. Skúste to znova." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Heslo" + #: templates/list.php:16 msgid "Name" msgstr "Názov" diff --git a/l10n/sk_SK/settings.po b/l10n/sk_SK/settings.po index a12dfa77e5b..25cfcd85298 100644 --- a/l10n/sk_SK/settings.po +++ b/l10n/sk_SK/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" @@ -559,8 +559,8 @@ msgid "" msgstr "cron.php je zaregistrovaná v službe WebCron a zavolá cron.php každých 15 minút cez http." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "Použite systémovú službu cron, ktorá zavolá súbor cron.php každých 15 minút." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/sl/core.po b/l10n/sl/core.po index a8fd4a12ed1..50141e1cbca 100644 --- a/l10n/sl/core.po +++ b/l10n/sl/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" @@ -169,11 +169,11 @@ msgstr "Zvok" msgid "Saving..." msgstr "Poteka shranjevanje ..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "pred nekaj sekundami" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "pred %n minuto" @@ -181,7 +181,7 @@ msgstr[1] "pred %n minutama" msgstr[2] "pred %n minutami" msgstr[3] "pred %n minutami" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "pred %n uro" @@ -189,15 +189,15 @@ msgstr[1] "pred %n urama" msgstr[2] "pred %n urami" msgstr[3] "pred %n urami" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "danes" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "včeraj" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "pred %n dnevom" @@ -205,11 +205,11 @@ msgstr[1] "pred %n dnevoma" msgstr[2] "pred %n dnevi" msgstr[3] "pred %n dnevi" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "zadnji mesec" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "pred %n mesecem" @@ -217,11 +217,11 @@ msgstr[1] "pred %n mesecema" msgstr[2] "pred %n meseci" msgstr[3] "pred %n meseci" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "lansko leto" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "let nazaj" @@ -256,31 +256,31 @@ msgstr "Ponastavi geslo" msgid "Password can not be changed. Please contact your administrator." msgstr "Gesla ni mogoče spremeniti. Stopite v stik s skrbnikom." -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Da" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Ne" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Da" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Izbor" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Napaka nalaganja predloge izbirnika datotek: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "V redu" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Napaka nalaganja predloge sporočil: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} spor datotek" @@ -288,65 +288,65 @@ msgstr[1] "{count} spora datotek" msgstr[2] "{count} spori datotek" msgstr[3] "{count} sporov datotek" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "En spor datotek" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Nove datoteke" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "Obstoječe datoteke" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Katare datoteke želite ohraniti?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Če izberete obe različici, bo kopirani datoteki k imenu dodana številka." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Prekliči" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Nadaljuj" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(vse izbrano)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} izbranih)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Napaka nalaganja predloge obstoječih datotek" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Zelo šibko geslo" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Šibko geslo" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "Slabo geslo" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "Dobro geslo" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Odlično geslo" diff --git a/l10n/sl/files_sharing.po b/l10n/sl/files_sharing.po index ba98cdf76a8..4b67a5f6513 100644 --- a/l10n/sl/files_sharing.po +++ b/l10n/sl/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" @@ -51,18 +51,25 @@ msgstr "Ni datotek, ki bi jih omogočili za souporabo." msgid "You haven't shared any files by link yet." msgstr "Ni datotek, ki bi jih omogočili za souporabo s povezavo." -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" -msgstr "Dodaj v souporabo" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" +msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Geslo" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Prekliči" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -88,6 +95,10 @@ msgstr "To mesto je zaščiteno z geslom." msgid "The password is wrong. Try again." msgstr "Geslo je napačno. Poskusite znova." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Geslo" + #: templates/list.php:16 msgid "Name" msgstr "Ime" diff --git a/l10n/sl/settings.po b/l10n/sl/settings.po index 23e44a059d1..828868b771b 100644 --- a/l10n/sl/settings.po +++ b/l10n/sl/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" @@ -559,8 +559,8 @@ msgid "" msgstr "Datoteka cron.php je vpisana v storitvi webcron za potrditev sklica vsakih 15 minut pri povezavi preko HTTP." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "Uporabi storitev periodičnih opravil za klic datoteke cron.php vsakih 15 minut." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/sq/core.po b/l10n/sq/core.po index 273f0a0f6a7..7df3cbe342a 100644 --- a/l10n/sq/core.po +++ b/l10n/sq/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" @@ -169,51 +169,51 @@ msgstr "" msgid "Saving..." msgstr "Duke ruajtur..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "sekonda më parë" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "%n minut më parë" msgstr[1] "%n minuta më parë" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "%n orë më parë" msgstr[1] "%n orë më parë" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "sot" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "dje" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "%n ditë më parë" msgstr[1] "%n ditë më parë" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "muajin e shkuar" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "%n muaj më parë" msgstr[1] "%n muaj më parë" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "vitin e shkuar" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "vite më parë" @@ -248,95 +248,95 @@ msgstr "Rivendos kodin" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Po" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Jo" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Po" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Zgjidh" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Në rregull" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" msgstr[1] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Anulo" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" @@ -619,7 +619,7 @@ msgstr "Personale" msgid "Users" msgstr "Përdoruesit" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "App" diff --git a/l10n/sq/files_sharing.po b/l10n/sq/files_sharing.po index 13cf5f6ad9a..0d766ef3754 100644 --- a/l10n/sq/files_sharing.po +++ b/l10n/sq/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" @@ -51,18 +51,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Kodi" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Anullo" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -88,6 +95,10 @@ msgstr "Kjo pjesë është e mbrojtur me fjalëkalim" msgid "The password is wrong. Try again." msgstr "Kodi është i gabuar. Provojeni përsëri." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Kodi" + #: templates/list.php:16 msgid "Name" msgstr "Emri" diff --git a/l10n/sq/settings.po b/l10n/sq/settings.po index 4ca08b3328a..fd6ec22179f 100644 --- a/l10n/sq/settings.po +++ b/l10n/sq/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "asnjëherë" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "shto grup" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "Duhet të jepni një emër të vlefshëm përdoruesi" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "Gabim gjatë krijimit të përdoruesit" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "Duhet të jepni një fjalëkalim te vlefshëm" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/sr/core.po b/l10n/sr/core.po index 0a39fb32274..834de58605f 100644 --- a/l10n/sr/core.po +++ b/l10n/sr/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" @@ -167,55 +167,55 @@ msgstr "" msgid "Saving..." msgstr "Чување у току..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "пре неколико секунди" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "данас" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "јуче" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "прошлог месеца" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "прошле године" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "година раније" @@ -250,96 +250,96 @@ msgstr "Ресетуј лозинку" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Да" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Не" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Да" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Одабери" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "У реду" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Откажи" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" @@ -622,7 +622,7 @@ msgstr "Лично" msgid "Users" msgstr "Корисници" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "Апликације" diff --git a/l10n/sr/files_sharing.po b/l10n/sr/files_sharing.po index b642272a542..55ef7a42c59 100644 --- a/l10n/sr/files_sharing.po +++ b/l10n/sr/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" @@ -49,18 +49,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Лозинка" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Откажи" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Лозинка" + #: templates/list.php:16 msgid "Name" msgstr "Име" diff --git a/l10n/sr/settings.po b/l10n/sr/settings.po index 835cfb61352..db7c9c9d12a 100644 --- a/l10n/sr/settings.po +++ b/l10n/sr/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "никада" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "додај групу" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "Морате унети исправно корисничко име" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "Грешка при прављењу корисника" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "Морате унети исправну лозинку" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/sr@latin/core.po b/l10n/sr@latin/core.po index f2d195a39ff..3d7e724d732 100644 --- a/l10n/sr@latin/core.po +++ b/l10n/sr@latin/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" @@ -169,55 +169,55 @@ msgstr "" msgid "Saving..." msgstr "" -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "Pre par sekundi" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "Danas" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "juče" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "Prije %n dan." msgstr[1] "Prije %n dana." msgstr[2] "Prije %n dana." -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "prošlog meseca" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "prošle godine" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "pre nekoliko godina" @@ -252,96 +252,96 @@ msgstr "Resetuj lozinku" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Da" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Ne" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Da" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Izaberi" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Ok" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Otkaži" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" @@ -624,7 +624,7 @@ msgstr "Lično" msgid "Users" msgstr "Korisnici" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "Programi" diff --git a/l10n/sr@latin/files_sharing.po b/l10n/sr@latin/files_sharing.po index f8951ca5660..cd117caf14c 100644 --- a/l10n/sr@latin/files_sharing.po +++ b/l10n/sr@latin/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" @@ -49,18 +49,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Lozinka" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Otkaži" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Lozinka" + #: templates/list.php:16 msgid "Name" msgstr "Ime" diff --git a/l10n/sr@latin/settings.po b/l10n/sr@latin/settings.po index 20decc3dc64..8e48dd824f3 100644 --- a/l10n/sr@latin/settings.po +++ b/l10n/sr@latin/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/su/files_sharing.po b/l10n/su/files_sharing.po index f75b9d3c612..800f1a6c714 100644 --- a/l10n/su/files_sharing.po +++ b/l10n/su/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Sundanese (http://www.transifex.com/projects/p/owncloud/language/su/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/su/settings.po b/l10n/su/settings.po index 3c9f2f41876..8885c0884e4 100644 --- a/l10n/su/settings.po +++ b/l10n/su/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Sundanese (http://www.transifex.com/projects/p/owncloud/language/su/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/sv/core.po b/l10n/sv/core.po index 6d6b8b88111..11dabbd73d2 100644 --- a/l10n/sv/core.po +++ b/l10n/sv/core.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" @@ -176,51 +176,51 @@ msgstr "Ljud" msgid "Saving..." msgstr "Sparar..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "sekunder sedan" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "%n minut sedan" msgstr[1] "%n minuter sedan" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "%n timme sedan" msgstr[1] "%n timmar sedan" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "i dag" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "i går" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "%n dag sedan" msgstr[1] "%n dagar sedan" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "förra månaden" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "%n månad sedan" msgstr[1] "%n månader sedan" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "förra året" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "år sedan" @@ -255,95 +255,95 @@ msgstr "Återställ lösenordet" msgid "Password can not be changed. Please contact your administrator." msgstr "Lösenordet kan inte ändras. Vänligen kontakta din administratör." -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Ja" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Nej" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Ja" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Välj" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Fel uppstod för filväljarmall: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Ok" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Fel uppstod under inläsningen av meddelandemallen: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} filkonflikt" msgstr[1] "{count} filkonflikter" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "En filkonflikt" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Nya filer" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "Filer som redan existerar" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Vilken fil vill du behålla?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Om du väljer båda versionerna kommer de kopierade filerna ha nummer tillagda i filnamnet." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Avbryt" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Fortsätt" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(Alla valda)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} valda)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Fel uppstod filmall existerar" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Väldigt svagt lösenord" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Svagt lösenord" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "Okej lösenord" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "Bra lösenord" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Starkt lösenord" diff --git a/l10n/sv/files_sharing.po b/l10n/sv/files_sharing.po index 224fa0c809d..5271c08b37c 100644 --- a/l10n/sv/files_sharing.po +++ b/l10n/sv/files_sharing.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" @@ -55,18 +55,25 @@ msgstr "Du har inte delat några filer ännu." msgid "You haven't shared any files by link yet." msgstr "Du har inte delat några filer som länk ännu." -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" -msgstr "Lägg till {name} från {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" +msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" -msgstr "Lägg till delning" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" +msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Lösenord" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Avbryt" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -92,6 +99,10 @@ msgstr "Den här delningen är lösenordsskyddad" msgid "The password is wrong. Try again." msgstr "Lösenordet är fel. Försök igen." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Lösenord" + #: templates/list.php:16 msgid "Name" msgstr "Namn" diff --git a/l10n/sv/settings.po b/l10n/sv/settings.po index f579c9f514f..e33120642a9 100644 --- a/l10n/sv/settings.po +++ b/l10n/sv/settings.po @@ -20,9 +20,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-06 01:54-0400\n" -"PO-Revision-Date: 2014-07-06 02:50+0000\n" -"Last-Translator: enoch85 <enoch85@gmail.com>\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -570,8 +570,8 @@ msgid "" msgstr "cron.php är registrerad som en webcron service att ropa på cron.php varje 15 minuter över http." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "Använd systemets cron service att ropa på cron.php filen varje 15 minuter." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/sw_KE/files_sharing.po b/l10n/sw_KE/files_sharing.po index 579f88edf4f..f7752ae16b7 100644 --- a/l10n/sw_KE/files_sharing.po +++ b/l10n/sw_KE/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/sw_KE/settings.po b/l10n/sw_KE/settings.po index 4bebae40fa4..585aab47809 100644 --- a/l10n/sw_KE/settings.po +++ b/l10n/sw_KE/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/ta_IN/files_sharing.po b/l10n/ta_IN/files_sharing.po index 720619397b8..8b949fbe315 100644 --- a/l10n/ta_IN/files_sharing.po +++ b/l10n/ta_IN/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Tamil (India) (http://www.transifex.com/projects/p/owncloud/language/ta_IN/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/ta_IN/settings.po b/l10n/ta_IN/settings.po index 6cfe1d7a14c..4f379235f34 100644 --- a/l10n/ta_IN/settings.po +++ b/l10n/ta_IN/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Tamil (India) (http://www.transifex.com/projects/p/owncloud/language/ta_IN/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/ta_LK/core.po b/l10n/ta_LK/core.po index 1a2a809f131..52faf339a29 100644 --- a/l10n/ta_LK/core.po +++ b/l10n/ta_LK/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" @@ -167,51 +167,51 @@ msgstr "" msgid "Saving..." msgstr "சேமிக்கப்படுகிறது..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "செக்கன்களுக்கு முன்" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "இன்று" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "நேற்று" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "கடந்த மாதம்" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "கடந்த வருடம்" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "வருடங்களுக்கு முன்" @@ -246,95 +246,95 @@ msgstr "மீளமைத்த கடவுச்சொல்" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "ஆம்" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "இல்லை" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "ஆம்" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "தெரிவுசெய்க " -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "சரி" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" msgstr[1] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "இரத்து செய்க" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" @@ -617,7 +617,7 @@ msgstr "தனிப்பட்ட" msgid "Users" msgstr "பயனாளர்" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "செயலிகள்" diff --git a/l10n/ta_LK/files_sharing.po b/l10n/ta_LK/files_sharing.po index dbc7ddfa5dd..55f8c057b71 100644 --- a/l10n/ta_LK/files_sharing.po +++ b/l10n/ta_LK/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" @@ -49,18 +49,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "கடவுச்சொல்" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "இரத்து செய்க" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "கடவுச்சொல்" + #: templates/list.php:16 msgid "Name" msgstr "பெயர்" diff --git a/l10n/ta_LK/settings.po b/l10n/ta_LK/settings.po index 6f4e656467a..f5635c19cbc 100644 --- a/l10n/ta_LK/settings.po +++ b/l10n/ta_LK/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "ஒருபோதும்" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/te/core.po b/l10n/te/core.po index e73011b7246..8e60fa12fd7 100644 --- a/l10n/te/core.po +++ b/l10n/te/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" @@ -168,51 +168,51 @@ msgstr "" msgid "Saving..." msgstr "" -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "క్షణాల క్రితం" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "%n నిమిషం క్రితం" msgstr[1] "%n నిమిషాల క్రితం" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "%n గంట క్రితం" msgstr[1] "%n గంటల క్రితం" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "ఈరోజు" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "నిన్న" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "%n రోజు క్రితం" msgstr[1] "%n రోజుల క్రితం" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "పోయిన నెల" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "%n నెల క్రితం" msgstr[1] "%n నెలల క్రితం" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "పోయిన సంవత్సరం" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "సంవత్సరాల క్రితం" @@ -247,95 +247,95 @@ msgstr "" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "అవును" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "కాదు" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "అవును" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "సరే" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" msgstr[1] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "రద్దుచేయి" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "కొనసాగించు" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" @@ -618,7 +618,7 @@ msgstr "వ్యక్తిగతం" msgid "Users" msgstr "వాడుకరులు" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "" diff --git a/l10n/te/files_sharing.po b/l10n/te/files_sharing.po index e45336c7841..c1f7f147d74 100644 --- a/l10n/te/files_sharing.po +++ b/l10n/te/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" @@ -49,18 +49,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "సంకేతపదం" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "రద్దుచేయి" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "సంకేతపదం" + #: templates/list.php:16 msgid "Name" msgstr "పేరు" diff --git a/l10n/te/settings.po b/l10n/te/settings.po index a13b200a5da..b87c3cbe484 100644 --- a/l10n/te/settings.po +++ b/l10n/te/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index 5bf92e85668..591c5681638 100644 --- a/l10n/templates/core.pot +++ b/l10n/templates/core.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-07 01:54-0400\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -168,51 +168,51 @@ msgstr "" msgid "Saving..." msgstr "" -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "" @@ -247,75 +247,75 @@ msgstr "" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 +msgid "No" msgstr "" -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 -msgid "No" +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" msgstr "" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" msgstr[1] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its " "name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot index 59e72232d1c..650ad4820a7 100644 --- a/l10n/templates/files.pot +++ b/l10n/templates/files.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-07 01:54-0400\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files_encryption.pot b/l10n/templates/files_encryption.pot index c86e85353c2..14f2699073d 100644 --- a/l10n/templates/files_encryption.pot +++ b/l10n/templates/files_encryption.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-07 01:54-0400\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files_external.pot b/l10n/templates/files_external.pot index d21c157c972..3ab70ee5965 100644 --- a/l10n/templates/files_external.pot +++ b/l10n/templates/files_external.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-07 01:54-0400\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -231,7 +231,7 @@ msgstr "" msgid "System" msgstr "" -#: js/settings.js:320 js/settings.js:327 +#: js/settings.js:325 js/settings.js:332 msgid "Saved" msgstr "" @@ -284,7 +284,7 @@ msgstr "" msgid "External Storage" msgstr "" -#: templates/settings.php:8 templates/settings.php:27 +#: templates/settings.php:8 templates/settings.php:28 msgid "Folder name" msgstr "" @@ -300,43 +300,43 @@ msgstr "" msgid "Available for" msgstr "" -#: templates/settings.php:32 +#: templates/settings.php:33 msgid "Add storage" msgstr "" -#: templates/settings.php:92 +#: templates/settings.php:93 msgid "No user or group" msgstr "" -#: templates/settings.php:95 +#: templates/settings.php:96 msgid "All Users" msgstr "" -#: templates/settings.php:97 +#: templates/settings.php:98 msgid "Groups" msgstr "" -#: templates/settings.php:105 +#: templates/settings.php:106 msgid "Users" msgstr "" -#: templates/settings.php:118 templates/settings.php:119 -#: templates/settings.php:158 templates/settings.php:159 +#: templates/settings.php:119 templates/settings.php:120 +#: templates/settings.php:159 templates/settings.php:160 msgid "Delete" msgstr "" -#: templates/settings.php:132 +#: templates/settings.php:133 msgid "Enable User External Storage" msgstr "" -#: templates/settings.php:135 +#: templates/settings.php:136 msgid "Allow users to mount the following external storage" msgstr "" -#: templates/settings.php:150 +#: templates/settings.php:151 msgid "SSL root certificates" msgstr "" -#: templates/settings.php:168 +#: templates/settings.php:169 msgid "Import Root Certificate" msgstr "" diff --git a/l10n/templates/files_sharing.pot b/l10n/templates/files_sharing.pot index b0ab33adf6b..ba6188b798c 100644 --- a/l10n/templates/files_sharing.pot +++ b/l10n/templates/files_sharing.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-07 01:54-0400\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/templates/files_trashbin.pot b/l10n/templates/files_trashbin.pot index 538dc72584b..2a3ed5f0ba3 100644 --- a/l10n/templates/files_trashbin.pot +++ b/l10n/templates/files_trashbin.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-07 01:54-0400\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files_versions.pot b/l10n/templates/files_versions.pot index 2fb71ca30e9..6f722373564 100644 --- a/l10n/templates/files_versions.pot +++ b/l10n/templates/files_versions.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-07 01:54-0400\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/lib.pot b/l10n/templates/lib.pot index 3db354c5764..a8182bdb915 100644 --- a/l10n/templates/lib.pot +++ b/l10n/templates/lib.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-07 01:54-0400\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -18,33 +18,33 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: base.php:187 base.php:194 +#: base.php:195 base.php:202 msgid "Cannot write into \"config\" directory!" msgstr "" -#: base.php:188 +#: base.php:196 msgid "" "This can usually be fixed by giving the webserver write access to the config " "directory" msgstr "" -#: base.php:190 +#: base.php:198 #, php-format msgid "See %s" msgstr "" -#: base.php:195 private/util.php:413 +#: base.php:203 private/util.php:413 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: base.php:675 +#: base.php:683 msgid "You are accessing the server from an untrusted domain." msgstr "" -#: base.php:676 +#: base.php:684 msgid "" "Please contact your administrator. If you are an administrator of this " "instance, configure the \"trusted_domain\" setting in config/config.php. An " @@ -71,19 +71,19 @@ msgstr "" msgid "Admin" msgstr "" -#: private/app.php:987 +#: private/app.php:990 #, php-format msgid "Failed to upgrade \"%s\"." msgstr "" -#: private/app.php:1144 +#: private/app.php:1147 #, php-format msgid "" "App \\\"%s\\\" can't be installed because it is not compatible with this " "version of ownCloud." msgstr "" -#: private/app.php:1156 +#: private/app.php:1159 msgid "No app name specified" msgstr "" diff --git a/l10n/templates/private.pot b/l10n/templates/private.pot index 449e88b4f2c..4abbc33cba4 100644 --- a/l10n/templates/private.pot +++ b/l10n/templates/private.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-07 01:54-0400\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -38,19 +38,19 @@ msgstr "" msgid "Admin" msgstr "" -#: app.php:987 +#: app.php:990 #, php-format msgid "Failed to upgrade \"%s\"." msgstr "" -#: app.php:1144 +#: app.php:1147 #, php-format msgid "" "App \\\"%s\\\" can't be installed because it is not compatible with this " "version of ownCloud." msgstr "" -#: app.php:1156 +#: app.php:1159 msgid "No app name specified" msgstr "" diff --git a/l10n/templates/settings.pot b/l10n/templates/settings.pot index dd891b84cac..df89dad8941 100644 --- a/l10n/templates/settings.pot +++ b/l10n/templates/settings.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-07 01:54-0400\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -556,7 +556,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/templates/user_ldap.pot b/l10n/templates/user_ldap.pot index 23ece5367e1..950787b0dc5 100644 --- a/l10n/templates/user_ldap.pot +++ b/l10n/templates/user_ldap.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-07 01:54-0400\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/user_webdavauth.pot b/l10n/templates/user_webdavauth.pot index 04d62439016..c87da1a4051 100644 --- a/l10n/templates/user_webdavauth.pot +++ b/l10n/templates/user_webdavauth.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-07 01:54-0400\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/th_TH/core.po b/l10n/th_TH/core.po index c0e4281b5f4..6242eaf36e8 100644 --- a/l10n/th_TH/core.po +++ b/l10n/th_TH/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" @@ -167,47 +167,47 @@ msgstr "" msgid "Saving..." msgstr "กำลังบันทึกข้อมูล..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "วินาที ก่อนหน้านี้" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "วันนี้" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "เมื่อวานนี้" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "เดือนที่แล้ว" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "ปีที่แล้ว" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "ปี ที่ผ่านมา" @@ -242,94 +242,94 @@ msgstr "เปลี่ยนรหัสผ่าน" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "ตกลง" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "ไม่ตกลง" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "ตกลง" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "เลือก" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "ตกลง" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "ไฟล์ใหม่" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "ยกเลิก" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" @@ -612,7 +612,7 @@ msgstr "ส่วนตัว" msgid "Users" msgstr "ผู้ใช้งาน" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "แอปฯ" diff --git a/l10n/th_TH/files_sharing.po b/l10n/th_TH/files_sharing.po index 84a7d6b6fbd..62144cee48a 100644 --- a/l10n/th_TH/files_sharing.po +++ b/l10n/th_TH/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" @@ -49,18 +49,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "รหัสผ่าน" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "ยกเลิก" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "รหัสผ่าน" + #: templates/list.php:16 msgid "Name" msgstr "ชื่อ" diff --git a/l10n/th_TH/settings.po b/l10n/th_TH/settings.po index cd1aadb1925..0a45100eab2 100644 --- a/l10n/th_TH/settings.po +++ b/l10n/th_TH/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "ไม่ต้องเลย" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/tr/core.po b/l10n/tr/core.po index 0f65a9621bf..75de7b5c18f 100644 --- a/l10n/tr/core.po +++ b/l10n/tr/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" @@ -171,51 +171,51 @@ msgstr "Ses" msgid "Saving..." msgstr "Kaydediliyor..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "saniyeler önce" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "%n dakika önce" msgstr[1] "%n dakika önce" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "%n saat önce" msgstr[1] "%n saat önce" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "bugün" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "dün" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "%n gün önce" msgstr[1] "%n gün önce" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "geçen ay" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "%n ay önce" msgstr[1] "%n ay önce" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "geçen yıl" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "yıllar önce" @@ -250,95 +250,95 @@ msgstr "Parolayı sıfırla" msgid "Password can not be changed. Please contact your administrator." msgstr "Parola değiştirilemedi. Lütfen yöneticiniz ile iletişime geçin." -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Evet" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Hayır" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Evet" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Seç" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Dosya seçici şablonu yüklenirken hata: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Tamam" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "İleti şablonu yüklenirken hata: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} dosya çakışması" msgstr[1] "{count} dosya çakışması" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Bir dosya çakışması" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Yeni Dosyalar" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "Zaten mevcut olan dosyalar" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Hangi dosyaları saklamak istiyorsunuz?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "İki sürümü de seçerseniz, kopyalanan dosyanın ismine bir sayı ilave edilecektir." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "İptal" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Devam et" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(tümü seçildi)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} seçildi)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Dosya mevcut şablonu yüklenirken hata" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Çok güçsüz parola" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Güçsüz parola" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "Normal parola" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "İyi parola" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Güçlü parola" diff --git a/l10n/tr/files_sharing.po b/l10n/tr/files_sharing.po index 44d21ed5aa3..f7685794ab9 100644 --- a/l10n/tr/files_sharing.po +++ b/l10n/tr/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" @@ -50,18 +50,25 @@ msgstr "Henüz hiçbir dosya paylaşmadınız." msgid "You haven't shared any files by link yet." msgstr "Bağlantı ile henüz hiçbir dosya paylaşmadınız." -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" -msgstr "{name} paylaşımını {owner}@{remote} konumundan ekle" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" +msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" -msgstr "Paylaşım Ekle" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" +msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Parola" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "İptal" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -87,6 +94,10 @@ msgstr "Bu paylaşım parola korumalı" msgid "The password is wrong. Try again." msgstr "Parola hatalı. Yeniden deneyin." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Parola" + #: templates/list.php:16 msgid "Name" msgstr "Ad" diff --git a/l10n/tr/settings.po b/l10n/tr/settings.po index c9b9f5d22e5..751da7dc535 100644 --- a/l10n/tr/settings.po +++ b/l10n/tr/settings.po @@ -3,7 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# fatih akgun <ddejjavvu@gmail.com>, 2013 +# Peryl, 2013 # ismail yenigul <ismail.yenigul@surgate.com>, 2013 # Mustafa Tat, 2013 # Volkan Gezer <volkangezer@gmail.com>, 2013-2014 @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" -"Last-Translator: Volkan Gezer <volkangezer@gmail.com>\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -561,8 +561,8 @@ msgid "" msgstr "cron.php, http üzerinden her 15 dakikada bir çağrılması için webcron hizmetine kaydedilir." #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "cron.php dosyasını her 15 dakikada bir çağırmak için sistem cron hizmetini kullan." +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/tzm/files_sharing.po b/l10n/tzm/files_sharing.po index 9fd835405a5..3437fd07745 100644 --- a/l10n/tzm/files_sharing.po +++ b/l10n/tzm/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Central Atlas Tamazight (http://www.transifex.com/projects/p/owncloud/language/tzm/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/tzm/settings.po b/l10n/tzm/settings.po index 7532bd241fe..f21c24f91b4 100644 --- a/l10n/tzm/settings.po +++ b/l10n/tzm/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Central Atlas Tamazight (http://www.transifex.com/projects/p/owncloud/language/tzm/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/ug/core.po b/l10n/ug/core.po index 77e9f67d408..a2e423a807d 100644 --- a/l10n/ug/core.po +++ b/l10n/ug/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Uighur (http://www.transifex.com/projects/p/owncloud/language/ug/)\n" "MIME-Version: 1.0\n" @@ -167,47 +167,47 @@ msgstr "" msgid "Saving..." msgstr "ساقلاۋاتىدۇ…" -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "بۈگۈن" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "تۈنۈگۈن" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "" @@ -242,94 +242,94 @@ msgstr "" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "ھەئە" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "ياق" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "ھەئە" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "جەزملە" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "ۋاز كەچ" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" @@ -612,7 +612,7 @@ msgstr "شەخسىي" msgid "Users" msgstr "ئىشلەتكۈچىلەر" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "ئەپلەر" diff --git a/l10n/ug/files_sharing.po b/l10n/ug/files_sharing.po index 5b3d9fcd9ce..e8f68efd4b4 100644 --- a/l10n/ug/files_sharing.po +++ b/l10n/ug/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Uighur (http://www.transifex.com/projects/p/owncloud/language/ug/)\n" "MIME-Version: 1.0\n" @@ -50,18 +50,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "ئىم" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "ۋاز كەچ" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -87,6 +94,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "ئىم" + #: templates/list.php:16 msgid "Name" msgstr "ئاتى" diff --git a/l10n/ug/settings.po b/l10n/ug/settings.po index 0ee9dbc4ec2..842a6d8616f 100644 --- a/l10n/ug/settings.po +++ b/l10n/ug/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Uighur (http://www.transifex.com/projects/p/owncloud/language/ug/)\n" "MIME-Version: 1.0\n" @@ -346,23 +346,23 @@ msgstr "ھەرگىز" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "گۇرۇپپا قوش" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "چوقۇم ئىناۋەتلىك ئىشلەتكۈچى ئىسمىدىن بىرنى تەمىنلەش كېرەك" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "ئىشلەتكۈچى قۇرۇۋاتقاندا خاتالىق كۆرۈلدى" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "چوقۇم ئىناۋەتلىك ئىم تەمىنلەش كېرەك" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -558,7 +558,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/uk/core.po b/l10n/uk/core.po index 70d3c867883..c423f7a4e8d 100644 --- a/l10n/uk/core.po +++ b/l10n/uk/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" @@ -169,55 +169,55 @@ msgstr "" msgid "Saving..." msgstr "Зберігаю..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "секунди тому" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "%n хвилину тому" msgstr[1] "%n хвилини тому" msgstr[2] "%n хвилин тому" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "%n годину тому" msgstr[1] "%n години тому" msgstr[2] "%n годин тому" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "сьогодні" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "вчора" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "%n день тому" msgstr[1] "%n дні тому" msgstr[2] "%n днів тому" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "минулого місяця" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "%n місяць тому" msgstr[1] "%n місяці тому" msgstr[2] "%n місяців тому" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "минулого року" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "роки тому" @@ -252,96 +252,96 @@ msgstr "Скинути пароль" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Так" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Ні" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Так" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Обрати" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Помилка при завантаженні шаблону вибору: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Ok" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Помилка при завантаженні шаблону повідомлення: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} файловий конфлікт" msgstr[1] "{count} файлових конфліктів" msgstr[2] "{count} файлових конфліктів" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Один файловий конфлікт" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "Нових Файлів" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Які файли ви хочете залишити?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Якщо ви оберете обидві версії, скопійований файл буде мати номер, доданий у його ім'я." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Відмінити" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Продовжити" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(все вибрано)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} вибрано)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Помилка при завантаженні файлу існуючого шаблону" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "Дуже слабкий пароль" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "Слабкий пароль" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "Добрий пароль" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "Надійний пароль" diff --git a/l10n/uk/files_sharing.po b/l10n/uk/files_sharing.po index 69444594aa5..cc6185b0b0d 100644 --- a/l10n/uk/files_sharing.po +++ b/l10n/uk/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" @@ -51,18 +51,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Пароль" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Відмінити" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -88,6 +95,10 @@ msgstr "Цей ресурс обміну захищений паролем" msgid "The password is wrong. Try again." msgstr "Невірний пароль. Спробуйте ще раз." +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Пароль" + #: templates/list.php:16 msgid "Name" msgstr "Ім'я" diff --git a/l10n/uk/settings.po b/l10n/uk/settings.po index 4e2720a05fb..da75197e97c 100644 --- a/l10n/uk/settings.po +++ b/l10n/uk/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" @@ -346,23 +346,23 @@ msgstr "ніколи" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "додати групу" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "Потрібно задати вірне ім'я користувача" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "Помилка при створенні користувача" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "Потрібно задати вірний пароль" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -558,7 +558,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/ur/files_sharing.po b/l10n/ur/files_sharing.po index cc7065d7ad6..01751d4d7e7 100644 --- a/l10n/ur/files_sharing.po +++ b/l10n/ur/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Urdu (http://www.transifex.com/projects/p/owncloud/language/ur/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/ur/settings.po b/l10n/ur/settings.po index 525b64965ef..6d382a5d4f0 100644 --- a/l10n/ur/settings.po +++ b/l10n/ur/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Urdu (http://www.transifex.com/projects/p/owncloud/language/ur/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/ur_PK/core.po b/l10n/ur_PK/core.po index e5ccc46d464..28b7e5e3918 100644 --- a/l10n/ur_PK/core.po +++ b/l10n/ur_PK/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" @@ -168,51 +168,51 @@ msgstr "" msgid "Saving..." msgstr "محفوظ ھو رہا ہے ..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "سیکنڈز پہلے" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "%n منٹس پہلے" msgstr[1] "%n منٹس پہلے" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "آج" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "کل" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "پچھلے مہنیے" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" msgstr[1] "" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "پچھلے سال" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "سالوں پہلے" @@ -247,95 +247,95 @@ msgstr "ری سیٹ پاسورڈ" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "ہاں" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "نہیں" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "ہاں" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "منتخب کریں" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "اوکے" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{گنتی} فائل متصادم " msgstr[1] "{گنتی} فائل متصادم " -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "اایک فائل متصادم ہے" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "جدید فائلیں" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "پہلے سے موجودجدید فائلیں" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "آپ کون سی فائلیں رکھنا چاہتے ہیں ؟" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "منسوخ کریں" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "جاری" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(سب منتخب شدہ)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({گنتی} منتخب شدہ)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "بہت کمزور پاسورڈ" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "کمزور پاسورڈ" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "نص نص پاسورڈ" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "اچھا پاسورڈ" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "مضبوط پاسورڈ" diff --git a/l10n/ur_PK/files_sharing.po b/l10n/ur_PK/files_sharing.po index cc686582c39..e55b2ab7966 100644 --- a/l10n/ur_PK/files_sharing.po +++ b/l10n/ur_PK/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" @@ -49,18 +49,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "پاسورڈ" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "منسوخ کریں" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "پاسورڈ" + #: templates/list.php:16 msgid "Name" msgstr "اسم" diff --git a/l10n/ur_PK/settings.po b/l10n/ur_PK/settings.po index 5b4535e1b5e..39e1251e077 100644 --- a/l10n/ur_PK/settings.po +++ b/l10n/ur_PK/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/uz/files_sharing.po b/l10n/uz/files_sharing.po index a75d1351a24..3ca449ebbce 100644 --- a/l10n/uz/files_sharing.po +++ b/l10n/uz/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-08 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Uzbek (http://www.transifex.com/projects/p/owncloud/language/uz/)\n" "MIME-Version: 1.0\n" @@ -49,17 +49,24 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "" + +#: js/external.js:77 +msgid "Add remote share" msgstr "" #: js/public.js:203 @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "" + #: templates/list.php:16 msgid "Name" msgstr "" diff --git a/l10n/uz/settings.po b/l10n/uz/settings.po index 64e77c27c73..0717dcfe49e 100644 --- a/l10n/uz/settings.po +++ b/l10n/uz/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Uzbek (http://www.transifex.com/projects/p/owncloud/language/uz/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/vi/core.po b/l10n/vi/core.po index 51ef169f4fd..eb4b68d2a3e 100644 --- a/l10n/vi/core.po +++ b/l10n/vi/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" @@ -171,47 +171,47 @@ msgstr "" msgid "Saving..." msgstr "Đang lưu..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "vài giây trước" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "%n phút trước" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "%n giờ trước" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "hôm nay" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "hôm qua" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "%n ngày trước" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "tháng trước" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "%n tháng trước" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "năm trước" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "năm trước" @@ -246,94 +246,94 @@ msgstr "Khôi phục mật khẩu" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Có" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "Không" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Có" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "Chọn" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "Lỗi khi tải mẫu tập tin picker: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "Đồng ý" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "Lỗi khi tải mẫu thông điệp: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} tập tin xung đột" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "Một tập tin xung đột" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "File mới" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "Bạn muốn tiếp tục với những tập tin nào?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "Nếu bạn chọn cả hai phiên bản, tập tin được sao chép sẽ được đánh thêm số vào tên của nó." -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "Hủy" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "Tiếp tục" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(Tất cả các lựa chọn)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "({count} được chọn)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "Lỗi khi tải tập tin mẫu đã tồn tại" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" diff --git a/l10n/vi/files_sharing.po b/l10n/vi/files_sharing.po index ecdb914c4cf..456fcdce68d 100644 --- a/l10n/vi/files_sharing.po +++ b/l10n/vi/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" @@ -49,18 +49,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "Mật khẩu" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "Hủy" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "Mật khẩu" + #: templates/list.php:16 msgid "Name" msgstr "Tên" diff --git a/l10n/vi/settings.po b/l10n/vi/settings.po index 1877fa9550d..7b0ae504ae1 100644 --- a/l10n/vi/settings.po +++ b/l10n/vi/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" @@ -346,23 +346,23 @@ msgstr "không thay đổi" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -558,7 +558,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/zh_CN/core.po b/l10n/zh_CN/core.po index 646962f3e38..b3869067f91 100644 --- a/l10n/zh_CN/core.po +++ b/l10n/zh_CN/core.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 02:50+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: Kaijia Feng <fengkaijia@gmail.com>\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -175,47 +175,47 @@ msgstr "声音" msgid "Saving..." msgstr "保存中" -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "秒前" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "%n 分钟前" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "%n 小时前" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "今天" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "昨天" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "%n 天前" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "上月" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "%n 月前" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "去年" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "年前" @@ -250,94 +250,94 @@ msgstr "重置密码" msgid "Password can not be changed. Please contact your administrator." msgstr "无法修改密码,请联系管理员。" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "是" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "否" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "是" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "选择(&C)..." -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "加载文件分拣模板出错: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "好" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "加载消息模板出错: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} 个文件冲突" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "1个文件冲突" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "新文件" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "已经存在的文件" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "想要保留哪一个文件呢?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "如果同时选择了两个版本,复制的文件名将会增加上一个数字。" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "取消" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "继续" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(选中全部)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "(选择了{count}个)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "加载文件存在性模板失败" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "非常弱的密码" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "弱密码" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "一般强度的密码" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "较强的密码" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "强密码" diff --git a/l10n/zh_CN/files_sharing.po b/l10n/zh_CN/files_sharing.po index 5ea4cd1ce18..8da10853556 100644 --- a/l10n/zh_CN/files_sharing.po +++ b/l10n/zh_CN/files_sharing.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -53,18 +53,25 @@ msgstr "您还未分享过文件。" msgid "You haven't shared any files by link yet." msgstr "您还没通过链接分享文件。" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" -msgstr "添加 {name} 来自 {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" +msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" -msgstr "添加分享" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" +msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "密码" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "取消" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -90,6 +97,10 @@ msgstr "这是一个密码保护的共享" msgid "The password is wrong. Try again." msgstr "用户名或密码错误!请重试" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "密码" + #: templates/list.php:16 msgid "Name" msgstr "名称" diff --git a/l10n/zh_CN/settings.po b/l10n/zh_CN/settings.po index 6732b2d056c..ac28939bd4b 100644 --- a/l10n/zh_CN/settings.po +++ b/l10n/zh_CN/settings.po @@ -16,9 +16,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 02:41+0000\n" -"Last-Translator: Kaijia Feng <fengkaijia@gmail.com>\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -566,8 +566,8 @@ msgid "" msgstr "cron.php 已注册于一个 webcron 服务来通过 http 每 15 分钟执行 cron.php。" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "使用系统 cron 服务每15分钟调用一次 cron.php 文件。" +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/l10n/zh_HK/core.po b/l10n/zh_HK/core.po index ab098723504..daafd0be95a 100644 --- a/l10n/zh_HK/core.po +++ b/l10n/zh_HK/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-04 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" @@ -167,47 +167,47 @@ msgstr "" msgid "Saving..." msgstr "" -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "今日" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "昨日" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "前一月" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "" @@ -242,94 +242,94 @@ msgstr "重設密碼" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "Yes" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "No" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "Yes" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "OK" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "取消" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "" @@ -612,7 +612,7 @@ msgstr "個人" msgid "Users" msgstr "用戶" -#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:117 +#: strings.php:7 templates/layout.user.php:53 templates/layout.user.php:118 msgid "Apps" msgstr "軟件" diff --git a/l10n/zh_HK/files_sharing.po b/l10n/zh_HK/files_sharing.po index 3e1ed159864..e0cfc2f3cda 100644 --- a/l10n/zh_HK/files_sharing.po +++ b/l10n/zh_HK/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" @@ -49,18 +49,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "密碼" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "取消" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -86,6 +93,10 @@ msgstr "" msgid "The password is wrong. Try again." msgstr "" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "密碼" + #: templates/list.php:16 msgid "Name" msgstr "名稱" diff --git a/l10n/zh_HK/settings.po b/l10n/zh_HK/settings.po index 1a1c5232c1b..308698e96fc 100644 --- a/l10n/zh_HK/settings.po +++ b/l10n/zh_HK/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-03 01:54-0400\n" -"PO-Revision-Date: 2014-07-03 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" @@ -345,23 +345,23 @@ msgstr "" msgid "deleted {userName}" msgstr "" -#: js/users/users.js:383 +#: js/users/users.js:381 msgid "add group" msgstr "" -#: js/users/users.js:580 +#: js/users/users.js:578 msgid "A valid username must be provided" msgstr "" -#: js/users/users.js:581 js/users/users.js:587 js/users/users.js:602 +#: js/users/users.js:579 js/users/users.js:585 js/users/users.js:600 msgid "Error creating user" msgstr "" -#: js/users/users.js:586 +#: js/users/users.js:584 msgid "A valid password must be provided" msgstr "" -#: js/users/users.js:610 +#: js/users/users.js:608 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" @@ -557,7 +557,7 @@ msgid "" msgstr "" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." +msgid "Use system's cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:234 diff --git a/l10n/zh_TW/core.po b/l10n/zh_TW/core.po index 738af062ced..1f3cd656559 100644 --- a/l10n/zh_TW/core.po +++ b/l10n/zh_TW/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -169,47 +169,47 @@ msgstr "" msgid "Saving..." msgstr "儲存中..." -#: js/js.js:1276 +#: js/js.js:1278 msgid "seconds ago" msgstr "幾秒前" -#: js/js.js:1277 +#: js/js.js:1279 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "%n 分鐘前" -#: js/js.js:1278 +#: js/js.js:1280 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "%n 小時前" -#: js/js.js:1279 +#: js/js.js:1281 msgid "today" msgstr "今天" -#: js/js.js:1280 +#: js/js.js:1282 msgid "yesterday" msgstr "昨天" -#: js/js.js:1281 +#: js/js.js:1283 msgid "%n day ago" msgid_plural "%n days ago" msgstr[0] "%n 天前" -#: js/js.js:1282 +#: js/js.js:1284 msgid "last month" msgstr "上個月" -#: js/js.js:1283 +#: js/js.js:1285 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "%n 個月前" -#: js/js.js:1284 +#: js/js.js:1286 msgid "last year" msgstr "去年" -#: js/js.js:1285 +#: js/js.js:1287 msgid "years ago" msgstr "幾年前" @@ -244,94 +244,94 @@ msgstr "重設密碼" msgid "Password can not be changed. Please contact your administrator." msgstr "" -#: js/oc-dialogs.js:109 js/oc-dialogs.js:257 -msgid "Yes" -msgstr "是" - -#: js/oc-dialogs.js:119 js/oc-dialogs.js:267 +#: js/oc-dialogs.js:108 js/oc-dialogs.js:255 msgid "No" msgstr "否" -#: js/oc-dialogs.js:204 +#: js/oc-dialogs.js:116 js/oc-dialogs.js:264 +msgid "Yes" +msgstr "是" + +#: js/oc-dialogs.js:202 msgid "Choose" msgstr "選擇" -#: js/oc-dialogs.js:231 +#: js/oc-dialogs.js:229 msgid "Error loading file picker template: {error}" msgstr "載入檔案選擇器樣板出錯: {error}" -#: js/oc-dialogs.js:284 +#: js/oc-dialogs.js:282 msgid "Ok" msgstr "好" -#: js/oc-dialogs.js:304 +#: js/oc-dialogs.js:302 msgid "Error loading message template: {error}" msgstr "載入訊息樣板出錯: {error}" -#: js/oc-dialogs.js:432 +#: js/oc-dialogs.js:430 msgid "{count} file conflict" msgid_plural "{count} file conflicts" msgstr[0] "{count} 個檔案衝突" -#: js/oc-dialogs.js:446 +#: js/oc-dialogs.js:444 msgid "One file conflict" msgstr "一個檔案衝突" -#: js/oc-dialogs.js:452 +#: js/oc-dialogs.js:450 msgid "New Files" msgstr "新檔案" -#: js/oc-dialogs.js:453 +#: js/oc-dialogs.js:451 msgid "Already existing files" msgstr "" -#: js/oc-dialogs.js:455 +#: js/oc-dialogs.js:453 msgid "Which files do you want to keep?" msgstr "您要保留哪一個檔案?" -#: js/oc-dialogs.js:456 +#: js/oc-dialogs.js:454 msgid "" "If you select both versions, the copied file will have a number added to its" " name." msgstr "如果您同時選擇兩個版本,被複製的那個檔案名稱後面會加上編號" -#: js/oc-dialogs.js:464 +#: js/oc-dialogs.js:462 msgid "Cancel" msgstr "取消" -#: js/oc-dialogs.js:474 +#: js/oc-dialogs.js:472 msgid "Continue" msgstr "繼續" -#: js/oc-dialogs.js:521 js/oc-dialogs.js:534 +#: js/oc-dialogs.js:519 js/oc-dialogs.js:532 msgid "(all selected)" msgstr "(已全選)" -#: js/oc-dialogs.js:524 js/oc-dialogs.js:538 +#: js/oc-dialogs.js:522 js/oc-dialogs.js:536 msgid "({count} selected)" msgstr "(已選 {count} 項)" -#: js/oc-dialogs.js:546 +#: js/oc-dialogs.js:544 msgid "Error loading file exists template" msgstr "載入檔案存在樣板出錯" -#: js/setup.js:92 +#: js/setup.js:96 msgid "Very weak password" msgstr "非常弱的密碼" -#: js/setup.js:93 +#: js/setup.js:97 msgid "Weak password" msgstr "弱的密碼" -#: js/setup.js:94 +#: js/setup.js:98 msgid "So-so password" msgstr "普通的密碼" -#: js/setup.js:95 +#: js/setup.js:99 msgid "Good password" msgstr "好的密碼" -#: js/setup.js:96 +#: js/setup.js:100 msgid "Strong password" msgstr "很強的密碼" diff --git a/l10n/zh_TW/files_sharing.po b/l10n/zh_TW/files_sharing.po index 0450c09d152..3ab0670d6bd 100644 --- a/l10n/zh_TW/files_sharing.po +++ b/l10n/zh_TW/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-05 05:54+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-08 06:12+0000\n" "Last-Translator: I Robot\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -50,18 +50,25 @@ msgstr "" msgid "You haven't shared any files by link yet." msgstr "" -#: js/external.js:45 js/external.js:48 -msgid "Add {name} from {owner}@{remote}" +#: js/external.js:48 js/external.js:59 +msgid "Do you want to add the remote share {name} from {owner}@{remote}?" msgstr "" -#: js/external.js:46 js/external.js:49 -msgid "Add Share" +#: js/external.js:51 js/external.js:62 +msgid "Remote share" msgstr "" -#: js/external.js:49 templates/authenticate.php:10 -#: templates/authenticate.php:12 -msgid "Password" -msgstr "密碼" +#: js/external.js:65 +msgid "Remote share password" +msgstr "" + +#: js/external.js:76 +msgid "Cancel" +msgstr "取消" + +#: js/external.js:77 +msgid "Add remote share" +msgstr "" #: js/public.js:203 msgid "No ownCloud installation found at {remote}" @@ -87,6 +94,10 @@ msgstr "這個分享有密碼保護" msgid "The password is wrong. Try again." msgstr "請檢查您的密碼並再試一次" +#: templates/authenticate.php:10 templates/authenticate.php:12 +msgid "Password" +msgstr "密碼" + #: templates/list.php:16 msgid "Name" msgstr "名稱" diff --git a/l10n/zh_TW/settings.po b/l10n/zh_TW/settings.po index 2c48f7b2709..0b32fa0b153 100644 --- a/l10n/zh_TW/settings.po +++ b/l10n/zh_TW/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-07-05 01:54-0400\n" -"PO-Revision-Date: 2014-07-04 15:13+0000\n" +"POT-Creation-Date: 2014-07-09 01:54-0400\n" +"PO-Revision-Date: 2014-07-09 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -559,8 +559,8 @@ msgid "" msgstr "已經與 webcron 服務註冊好,將會每15分鐘呼叫 cron.php" #: templates/admin.php:229 -msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "使用系統的 cron 服務每15分鐘呼叫 cron.php 一次" +msgid "Use system's cron service to call the cron.php file every 15 minutes." +msgstr "" #: templates/admin.php:234 msgid "Sharing" diff --git a/lib/base.php b/lib/base.php index b526840a97d..840d9044711 100644 --- a/lib/base.php +++ b/lib/base.php @@ -117,10 +117,18 @@ class OC { } } - OC::$WEBROOT = substr($scriptName, 0, strlen($scriptName) - strlen(OC::$SUBURI)); + if (substr($scriptName, 0 - strlen(OC::$SUBURI)) === OC::$SUBURI) { + OC::$WEBROOT = substr($scriptName, 0, 0 - strlen(OC::$SUBURI)); - if (OC::$WEBROOT != '' and OC::$WEBROOT[0] !== '/') { - OC::$WEBROOT = '/' . OC::$WEBROOT; + if (OC::$WEBROOT != '' && OC::$WEBROOT[0] !== '/') { + OC::$WEBROOT = '/' . OC::$WEBROOT; + } + } else { + // The scriptName is not ending with OC::$SUBURI + // This most likely means that we are calling from CLI. + // However some cron jobs still need to generate + // a web URL, so we use overwritewebroot as a fallback. + OC::$WEBROOT = OC_Config::getValue('overwritewebroot', ''); } // search the 3rdparty folder diff --git a/lib/l10n/ast.php b/lib/l10n/ast.php index 9a9c7b2c546..1ec3d8e28d3 100644 --- a/lib/l10n/ast.php +++ b/lib/l10n/ast.php @@ -74,27 +74,37 @@ $TRANSLATIONS = array( "Sharing %s failed, because the sharing backend for %s could not find its source" => "Compartir %s falló porque'l motor compartíu pa %s podría nun atopar el so orixe", "Sharing %s failed, because the file could not be found in the file cache" => "Compartir %s falló, yá que'l ficheru nun pudo atopase na caché de ficheru", "Could not find category \"%s\"" => "Nun pudo alcontrase la estaya \"%s.\"", -"seconds ago" => "fai segundos", -"_%n minute ago_::_%n minutes ago_" => array("","fai %n minutos"), -"_%n hour ago_::_%n hours ago_" => array("","fai %n hores"), +"seconds ago" => "hai segundos", +"_%n minute ago_::_%n minutes ago_" => array("hai %n minutu","hai %n minutos"), +"_%n hour ago_::_%n hours ago_" => array("hai %n hora","hai %n hores"), "today" => "güei", "yesterday" => "ayeri", -"_%n day go_::_%n days ago_" => array("","fai %n díes"), +"_%n day go_::_%n days ago_" => array("hai %n día","hai %n díes"), "last month" => "mes caberu", -"_%n month ago_::_%n months ago_" => array("","fai %n meses"), +"_%n month ago_::_%n months ago_" => array("hai %n mes","hai %n meses"), "last year" => "añu caberu", -"years ago" => "fai años", +"years ago" => "hai años", "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Namái tan permitíos los siguientes caráuteres nun nome d'usuariu: \"a-z\", \"A-Z\", \"0-9\", y \"_.@-\"", "A valid username must be provided" => "Tien d'apurrise un nome d'usuariu válidu", "A valid password must be provided" => "Tien d'apurrise una contraseña válida", "The username is already being used" => "El nome d'usuariu yá ta usándose", +"No database drivers (sqlite, mysql, or postgresql) installed." => "Nun hai controladores de bases de datos (sqlite, mysql, o postgresql)", "Cannot write into \"config\" directory" => "Nun pue escribise nel direutoriu \"config\"", "Cannot write into \"apps\" directory" => "Nun pue escribise nel direutoriu \"apps\"", "Cannot create \"data\" directory (%s)" => "Nun pue crease'l direutoriu \"data\" (%s)", +"This can usually be fixed by <a href=\"%s\" target=\"_blank\">giving the webserver write access to the root directory</a>." => "Esto pue iguase davezu <a href=\"%s\" target=\"_blank\">dándo-y accesu d'escritura al direutoriu raigañu</a>.", +"Please install one of theses locales on your system and restart your webserver." => "Instala ún d'estos locales nel to sistema y reanicia'l sirvidor web", "Please ask your server administrator to install the module." => "Por favor, entrúga-y al to alministrador del sirvidor pa instalar el módulu.", +"PHP module %s not installed." => "Nun ta instaláu'l módulu PHP %s", +"PHP %s or higher is required." => "Necesítase PHP %s o superior", +"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "Ta habilitáu'l mou seguru de PHP. ownCloud requier que tea deshabilitáu pa furrular afayadízamente", +"Please ask your server administrator to restart the web server." => "Por favor, entruga al to alministrador pa reaniciar el sirvidor web.", "PostgreSQL >= 9 required" => "PostgreSQL >= 9 requeríu", -"Please upgrade your database version" => "Por favor, anova la versión de la to base de datos", -"Error occurred while checking PostgreSQL version" => "Asocedió un fallu entrín se comprobaba la versión de PostgreSQL", +"Please upgrade your database version" => "Por favor, anueva la versión de la to base de datos", +"Error occurred while checking PostgreSQL version" => "Asocedió un fallu mientres se comprobaba la versión de PostgreSQL", +"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Por favor, camuda los permisos a 0770 pa que'l direutoriu nun pueda llistase por otros usuarios.", +"Data directory (%s) is readable by other users" => "El direutoriu de datos (%s) ye llexible por otros usuarios", +"Data directory (%s) is invalid" => "Ye inválidu'l direutoriu de datos (%s)", "Could not obtain lock type %d on \"%s\"." => "Nun pudo facese'l bloquéu %d en \"%s\"." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/ja.php b/lib/l10n/ja.php index 479eaa2368e..435db02ef09 100644 --- a/lib/l10n/ja.php +++ b/lib/l10n/ja.php @@ -112,11 +112,11 @@ $TRANSLATIONS = array( "PostgreSQL >= 9 required" => "PostgreSQL >= 9 が必要です", "Please upgrade your database version" => "新しいバージョンのデータベースにアップグレードしてください", "Error occurred while checking PostgreSQL version" => "PostgreSQL のバージョンチェック中にエラーが発生しました", -"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "PostgreSQL >= 9 がインストールされているかどうか確認して下さい。もしくは、ログからエラーに関する詳細な情報を確認して下さい。", +"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "PostgreSQL >= 9 がインストールされているかどうか確認してください。もしくは、ログからエラーに関する詳細な情報を確認してください。", "Please change the permissions to 0770 so that the directory cannot be listed by other users." => "ディレクトリが他のユーザーから見えないように、パーミッションを 0770 に変更してください。", "Data directory (%s) is readable by other users" => "データディレクトリ (%s) は他のユーザーも閲覧することができます", "Data directory (%s) is invalid" => "データディレクトリ (%s) は無効です", -"Please check that the data directory contains a file \".ocdata\" in its root." => "データディレクトリに \".ocdata\" ファイルが含まれていることを確認して下さい。", +"Please check that the data directory contains a file \".ocdata\" in its root." => "データディレクトリに \".ocdata\" ファイルが含まれていることを確認してください。", "Could not obtain lock type %d on \"%s\"." => "\"%s\" で %d タイプのロックを取得できませんでした。" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/lib/private/activitymanager.php b/lib/private/activitymanager.php index 66aa039eb18..f31b121c8e8 100755 --- a/lib/private/activitymanager.php +++ b/lib/private/activitymanager.php @@ -10,13 +10,22 @@ namespace OC; use OCP\Activity\IConsumer; +use OCP\Activity\IExtension; use OCP\Activity\IManager; class ActivityManager implements IManager { + /** + * @var \Closure[] + */ private $consumers = array(); /** + * @var \Closure[] + */ + private $extensions = array(); + + /** * @param $app * @param $subject * @param $subjectParams @@ -65,4 +74,189 @@ class ActivityManager implements IManager { array_push($this->consumers, $callable); } + /** + * In order to improve lazy loading a closure can be registered which will be called in case + * activity consumers are actually requested + * + * $callable has to return an instance of OCA\Activity\IConsumer + * + * @param \Closure $callable + * @return void + */ + function registerExtension(\Closure $callable) { + array_push($this->extensions, $callable); + } + + /** + * Will return additional notification types as specified by other apps + * + * @param string $languageCode + * @return array + */ + function getNotificationTypes($languageCode) { + $notificationTypes = array(); + foreach($this->extensions as $extension) { + $c = $extension(); + if ($c instanceof IExtension) { + $result = $c->getNotificationTypes($languageCode); + if (is_array($result)) { + $notificationTypes = array_merge($notificationTypes, $result); + } + } + } + + return $notificationTypes; + } + + /** + * @param array $types + * @param string $filter + * @return array + */ + function filterNotificationTypes($types, $filter) { + foreach($this->extensions as $extension) { + $c = $extension(); + if ($c instanceof IExtension) { + $result = $c->filterNotificationTypes($types, $filter); + if (is_array($result)) { + $types = $result; + } + } + } + return $types; + } + + /** + * @param string $method + * @return array + */ + function getDefaultTypes($method) { + $defaultTypes = array(); + foreach($this->extensions as $extension) { + $c = $extension(); + if ($c instanceof IExtension) { + $types = $c->getDefaultTypes($method); + if (is_array($types)) { + $defaultTypes = array_merge($types, $defaultTypes); + } + } + } + return $defaultTypes; + } + + /** + * @param string $app + * @param string $text + * @param array $params + * @param boolean $stripPath + * @param boolean $highlightParams + * @param string $languageCode + * @return string|false + */ + function translate($app, $text, $params, $stripPath, $highlightParams, $languageCode) { + foreach($this->extensions as $extension) { + $c = $extension(); + if ($c instanceof IExtension) { + $translation = $c->translate($app, $text, $params, $stripPath, $highlightParams, $languageCode); + if (is_string($translation)) { + return $translation; + } + } + } + + return false; + } + + /** + * @param string $type + * @return string + */ + function getTypeIcon($type) { + foreach($this->extensions as $extension) { + $c = $extension(); + if ($c instanceof IExtension) { + $icon = $c->getTypeIcon($type); + if (is_string($icon)) { + return $icon; + } + } + } + + return ''; + } + + /** + * @param array $activity + * @return integer|false + */ + function getGroupParameter($activity) { + foreach($this->extensions as $extension) { + $c = $extension(); + if ($c instanceof IExtension) { + $parameter = $c->getGroupParameter($activity); + if ($parameter !== false) { + return $parameter; + } + } + } + + return false; + } + + /** + * @return array + */ + function getNavigation() { + $entries = array( + 'apps' => array(), + 'top' => array(), + ); + foreach($this->extensions as $extension) { + $c = $extension(); + if ($c instanceof IExtension) { + $additionalEntries = $c->getNavigation(); + if (is_array($additionalEntries)) { + $entries['apps'] = array_merge($entries['apps'], $additionalEntries['apps']); + $entries['top'] = array_merge($entries['top'], $additionalEntries['top']); + } + } + } + + return $entries; + } + + /** + * @param string $filterValue + * @return boolean + */ + function isFilterValid($filterValue) { + foreach($this->extensions as $extension) { + $c = $extension(); + if ($c instanceof IExtension) { + if ($c->isFilterValid($filterValue) === true) { + return true; + } + } + } + + return false; + } + + /** + * @param string $filter + * @return array + */ + function getQueryForFilter($filter) { + foreach($this->extensions as $extension) { + $c = $extension(); + if ($c instanceof IExtension) { + $result = $c->getQueryForFilter($filter); + if (is_array($result)) { + return $result; + } + } + } + + return array(null, null); + } } diff --git a/lib/private/app.php b/lib/private/app.php index b7d58c72340..4343ab0d1b4 100644 --- a/lib/private/app.php +++ b/lib/private/app.php @@ -1186,6 +1186,9 @@ class OC_App { //set remote/public handlers $appData = self::getAppInfo($appid); + if (array_key_exists('ocsid', $appData)) { + OC_Appconfig::setValue($appid, 'ocsid', $appData['ocsid']); + } foreach ($appData['remote'] as $name => $path) { OCP\CONFIG::setAppValue('core', 'remote_' . $name, $appid . '/' . $path); } diff --git a/lib/private/appconfig.php b/lib/private/appconfig.php index f20c4a08426..1874d9f2b19 100644 --- a/lib/private/appconfig.php +++ b/lib/private/appconfig.php @@ -183,6 +183,10 @@ class AppConfig implements \OCP\IAppConfig { ); $this->conn->insert('*PREFIX*appconfig', $data); } else { + $oldValue = $this->getValue($app, $key); + if($oldValue === strval($value)) { + return true; + } $data = array( 'configvalue' => $value, ); diff --git a/lib/private/connector/sabre/aborteduploaddetectionplugin.php b/lib/private/connector/sabre/aborteduploaddetectionplugin.php deleted file mode 100644 index b569f9a83c3..00000000000 --- a/lib/private/connector/sabre/aborteduploaddetectionplugin.php +++ /dev/null @@ -1,98 +0,0 @@ -<?php -/** - * Copyright (c) 2013 Thomas Müller <thomas.mueller@tmit.eu> - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. - */ - -/** - * Class OC_Connector_Sabre_AbortedUploadDetectionPlugin - * - * This plugin will verify if the uploaded data has been stored completely. - * This is done by comparing the content length of the request with the file size on storage. - */ -class OC_Connector_Sabre_AbortedUploadDetectionPlugin extends \Sabre\DAV\ServerPlugin { - - /** - * Reference to main server object - * - * @var \Sabre\DAV\Server - */ - private $server; - - /** - * @var \OC\Files\View - */ - private $fileView; - - /** - * @param \OC\Files\View $view - */ - public function __construct($view) { - $this->fileView = $view; - } - - /** - * This initializes the plugin. - * - * This function is called by \Sabre\DAV\Server, after - * addPlugin is called. - * - * This method should set up the requires event subscriptions. - * - * @param \Sabre\DAV\Server $server - */ - public function initialize(\Sabre\DAV\Server $server) { - - $this->server = $server; - - $server->subscribeEvent('afterCreateFile', array($this, 'verifyContentLength'), 10); - $server->subscribeEvent('afterWriteContent', array($this, 'verifyContentLength'), 10); - } - - /** - * @param string $filePath - * @param \Sabre\DAV\INode $node - * @throws \Sabre\DAV\Exception\BadRequest - */ - public function verifyContentLength($filePath, \Sabre\DAV\INode $node = null) { - - // we should only react on PUT which is used for upload - // e.g. with LOCK this will not work, but LOCK uses createFile() as well - if ($this->server->httpRequest->getMethod() !== 'PUT') { - return; - } - - // ownCloud chunked upload will be handled in its own plugin - $chunkHeader = $this->server->httpRequest->getHeader('OC-Chunked'); - if ($chunkHeader) { - return; - } - - // compare expected and actual size - $expected = $this->getLength(); - if (!$expected) { - return; - } - $actual = $this->fileView->filesize($filePath); - if ($actual != $expected) { - $this->fileView->unlink($filePath); - throw new \Sabre\DAV\Exception\BadRequest('expected filesize ' . $expected . ' got ' . $actual); - } - - } - - /** - * @return string - */ - public function getLength() { - $req = $this->server->httpRequest; - $length = $req->getHeader('X-Expected-Entity-Length'); - if (!$length) { - $length = $req->getHeader('Content-Length'); - } - - return $length; - } -} diff --git a/lib/private/connector/sabre/file.php b/lib/private/connector/sabre/file.php index 7591cc5c066..ece6885f24f 100644 --- a/lib/private/connector/sabre/file.php +++ b/lib/private/connector/sabre/file.php @@ -71,13 +71,13 @@ class OC_Connector_Sabre_File extends OC_Connector_Sabre_Node implements \Sabre\ } // mark file as partial while uploading (ignored by the scanner) - $partpath = $this->path . '.ocTransferId' . rand() . '.part'; + $partFilePath = $this->path . '.ocTransferId' . rand() . '.part'; try { - $putOkay = $this->fileView->file_put_contents($partpath, $data); + $putOkay = $this->fileView->file_put_contents($partFilePath, $data); if ($putOkay === false) { \OC_Log::write('webdav', '\OC\Files\Filesystem::file_put_contents() failed', \OC_Log::ERROR); - $this->fileView->unlink($partpath); + $this->fileView->unlink($partFilePath); // because we have no clue about the cause we can only throw back a 500/Internal Server Error throw new \Sabre\DAV\Exception('Could not write file contents'); } @@ -102,13 +102,22 @@ class OC_Connector_Sabre_File extends OC_Connector_Sabre_Node implements \Sabre\ throw new OC_Connector_Sabre_Exception_FileLocked($e->getMessage(), $e->getCode(), $e); } + // double check if the file was fully received + // compare expected and actual size + $expected = $_SERVER['CONTENT_LENGTH']; + $actual = $this->fileView->filesize($partFilePath); + if ($actual != $expected) { + $this->fileView->unlink($partFilePath); + throw new \Sabre\DAV\Exception\BadRequest('expected filesize ' . $expected . ' got ' . $actual); + } + // rename to correct path try { - $renameOkay = $this->fileView->rename($partpath, $this->path); + $renameOkay = $this->fileView->rename($partFilePath, $this->path); $fileExists = $this->fileView->file_exists($this->path); if ($renameOkay === false || $fileExists === false) { \OC_Log::write('webdav', '\OC\Files\Filesystem::rename() failed', \OC_Log::ERROR); - $this->fileView->unlink($partpath); + $this->fileView->unlink($partFilePath); throw new \Sabre\DAV\Exception('Could not rename part file to final file'); } } @@ -259,5 +268,4 @@ class OC_Connector_Sabre_File extends OC_Connector_Sabre_Node implements \Sabre\ return null; } - } diff --git a/lib/private/db/mdb2schemareader.php b/lib/private/db/mdb2schemareader.php index 61f58a1f200..288eef5cda0 100644 --- a/lib/private/db/mdb2schemareader.php +++ b/lib/private/db/mdb2schemareader.php @@ -82,6 +82,7 @@ class MDB2SchemaReader { $name = str_replace('*dbprefix*', $this->DBTABLEPREFIX, $name); $name = $this->platform->quoteIdentifier($name); $table = $schema->createTable($name); + $table->addOption('collate', 'utf8_bin'); break; case 'create': case 'overwrite': diff --git a/lib/private/files/cache/cache.php b/lib/private/files/cache/cache.php index 72af474adf8..cfa3e916185 100644 --- a/lib/private/files/cache/cache.php +++ b/lib/private/files/cache/cache.php @@ -472,6 +472,8 @@ class Cache { $sql .= 'REGEXP_LIKE(`name`, ?, \'i\')'; } else if($dbtype === 'pgsql') { $sql .= '`name` ILIKE ?'; + } else if ($dbtype === 'mysql') { + $sql .= '`name` COLLATE utf8_general_ci LIKE ?'; } else { $sql .= '`name` LIKE ?'; } diff --git a/lib/private/l10n.php b/lib/private/l10n.php index 3e44be88150..28b35e92a2f 100644 --- a/lib/private/l10n.php +++ b/lib/private/l10n.php @@ -404,14 +404,15 @@ class OC_L10N implements \OCP\IL10N { /** * find the best language + * * @param array|string $app details below - * string language * * If $app is an array, ownCloud assumes that these are the available * languages. Otherwise ownCloud tries to find the files in the l10n * folder. * * If nothing works it returns 'en' + * @return string language */ public function getLanguageCode($app=null) { return self::findLanguage($app); diff --git a/lib/private/preferences.php b/lib/private/preferences.php index d1db25bbf09..a849cc23e1a 100644 --- a/lib/private/preferences.php +++ b/lib/private/preferences.php @@ -173,11 +173,16 @@ class Preferences { */ public function setValue($user, $app, $key, $value, $preCondition = null) { // Check if the key does exist - $query = 'SELECT COUNT(*) FROM `*PREFIX*preferences`' + $query = 'SELECT `configvalue` FROM `*PREFIX*preferences`' . ' WHERE `userid` = ? AND `appid` = ? AND `configkey` = ?'; - $count = $this->conn->fetchColumn($query, array($user, $app, $key)); - $exists = $count > 0; + $oldValue = $this->conn->fetchColumn($query, array($user, $app, $key)); + $exists = $oldValue !== false; + if($oldValue === strval($value)) { + // no changes + return true; + } + $affectedRows = 0; if (!$exists && $preCondition === null) { diff --git a/lib/private/repair.php b/lib/private/repair.php index 14a917be32c..e6943c5d057 100644 --- a/lib/private/repair.php +++ b/lib/private/repair.php @@ -81,6 +81,8 @@ class Repair extends BasicEmitter { */ public static function getBeforeUpgradeRepairSteps() { return array( + new \OC\Repair\InnoDB(), + new \OC\Repair\Collation(\OC::$server->getConfig(), \OC_DB::getConnection()) ); } diff --git a/lib/private/request.php b/lib/private/request.php index 619eae3e9b5..5fd5b3a7197 100755 --- a/lib/private/request.php +++ b/lib/private/request.php @@ -95,7 +95,7 @@ class OC_Request { * reverse proxies */ public static function serverHost() { - if(OC::$CLI) { + if (OC::$CLI && defined('PHPUNIT_RUN')) { return 'localhost'; } diff --git a/lib/private/setup/mysql.php b/lib/private/setup/mysql.php index b2c28173b1c..3327965fb49 100644 --- a/lib/private/setup/mysql.php +++ b/lib/private/setup/mysql.php @@ -61,7 +61,7 @@ class MySQL extends AbstractDatabase { $name = $this->dbname; $user = $this->dbuser; //we cant use OC_BD functions here because we need to connect as the administrative user. - $query = "CREATE DATABASE IF NOT EXISTS `$name`"; + $query = "CREATE DATABASE IF NOT EXISTS `$name` CHARACTER SET utf8 COLLATE utf8_bin;"; $result = mysql_query($query, $connection); if(!$result) { $entry = $this->trans->t('DB Error: "%s"', array(mysql_error($connection))) . '<br />'; diff --git a/lib/private/share/share.php b/lib/private/share/share.php index c06ea72c348..d356d6037ff 100644 --- a/lib/private/share/share.php +++ b/lib/private/share/share.php @@ -1908,7 +1908,7 @@ class Share extends \OC\Share\Constants { } else if (!isset($statuses[$item[$column]])) { $statuses[$item[$column]]['link'] = false; } - if ('file_target') { + if ($item['file_target']) { $statuses[$item[$column]]['path'] = $item['path']; } } diff --git a/lib/public/activity/iextension.php b/lib/public/activity/iextension.php new file mode 100644 index 00000000000..6bb403a8896 --- /dev/null +++ b/lib/public/activity/iextension.php @@ -0,0 +1,120 @@ +<?php +/** + * ownCloud + * + * @author Thomas Müller + * @copyright 2014 Thomas Müller deepdiver@owncloud.com + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE + * License as published by the Free Software Foundation; either + * version 3 of the License, or any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU AFFERO GENERAL PUBLIC LICENSE for more details. + * + * You should have received a copy of the GNU Affero General Public + * License along with this library. If not, see <http://www.gnu.org/licenses/>. + * + */ + +/** + * Public interface of ownCloud for apps to use. + * Activity/IExtension interface + */ + +// use OCP namespace for all classes that are considered public. +// This means that they should be used by apps instead of the internal ownCloud classes +namespace OCP\Activity; + +interface IExtension { + /** + * The extension can return an array of additional notification types. + * If no additional types are to be added false is to be returned + * + * @param string $languageCode + * @return array|false + */ + public function getNotificationTypes($languageCode); + + /** + * The extension can filter the types based on the filter if required. + * In case no filter is to be applied false is to be returned unchanged. + * + * @param array $types + * @param string $filter + * @return array|false + */ + public function filterNotificationTypes($types, $filter); + + /** + * For a given method additional types to be displayed in the settings can be returned. + * In case no additional types are to be added false is to be returned. + * + * @param string $method + * @return array|false + */ + public function getDefaultTypes($method); + + /** + * The extension can translate a given message to the requested languages. + * If no translation is available false is to be returned. + * + * @param string $app + * @param string $text + * @param array $params + * @param boolean $stripPath + * @param boolean $highlightParams + * @param string $languageCode + * @return string|false + */ + public function translate($app, $text, $params, $stripPath, $highlightParams, $languageCode); + + /** + * A string naming the css class for the icon to be used can be returned. + * If no icon is known for the given type false is to be returned. + * + * @param string $type + * @return string|false + */ + public function getTypeIcon($type); + + /** + * The extension can define the parameter grouping by returning the index as integer. + * In case no grouping is required false is to be returned. + * + * @param array $activity + * @return integer|false + */ + public function getGroupParameter($activity); + + /** + * The extension can define additional navigation entries. The array returned has to contain two keys 'top' + * and 'apps' which hold arrays with the relevant entries. + * If no further entries are to be added false is no be returned. + * + * @return array|false + */ + public function getNavigation(); + + /** + * The extension can check if a customer filter (given by a query string like filter=abc) is valid or not. + * + * @param string $filterValue + * @return boolean + */ + public function isFilterValid($filterValue); + + /** + * For a given filter the extension can specify the sql query conditions including parameters for that query. + * In case the extension does not know the filter false is to be returned. + * The query condition and the parameters are to be returned as array with two elements. + * E.g. return array('`app` = ? and `message` like ?', array('mail', 'ownCloud%')); + * + * @param string $filter + * @return array|false + */ + public function getQueryForFilter($filter); +} diff --git a/lib/public/activity/imanager.php b/lib/public/activity/imanager.php index 449fdcc934d..0a49fdf4999 100644 --- a/lib/public/activity/imanager.php +++ b/lib/public/activity/imanager.php @@ -50,11 +50,81 @@ interface IManager { * In order to improve lazy loading a closure can be registered which will be called in case * activity consumers are actually requested * - * $callable has to return an instance of OCA\Activity\IConsumer + * $callable has to return an instance of \OCP\Activity\IConsumer * * @param \Closure $callable * @return void */ function registerConsumer(\Closure $callable); + /** + * In order to improve lazy loading a closure can be registered which will be called in case + * activity consumers are actually requested + * + * $callable has to return an instance of \OCP\Activity\IExtension + * + * @param \Closure $callable + * @return void + */ + function registerExtension(\Closure $callable); + + /** + * Will return additional notification types as specified by other apps + * @param string $languageCode + * @return array + */ + function getNotificationTypes($languageCode); + + /** + * @param array $types + * @param string $filter + * @return array + */ + function filterNotificationTypes($types, $filter); + + /** + * @param string $method + * @return array + */ + function getDefaultTypes($method); + + /** + * @param string $app + * @param string $text + * @param array $params + * @param boolean $stripPath + * @param boolean $highlightParams + * @param string $languageCode + * @return string|false + */ + function translate($app, $text, $params, $stripPath, $highlightParams, $languageCode); + + /** + * @param string $type + * @return string + */ + function getTypeIcon($type); + + /** + * @param array $activity + * @return integer|false + */ + function getGroupParameter($activity); + + /** + * @return array + */ + function getNavigation(); + + /** + * @param string $filterValue + * @return boolean + */ + function isFilterValid($filterValue); + + /** + * @param string $filter + * @return array + */ + function getQueryForFilter($filter); } diff --git a/lib/repair/collation.php b/lib/repair/collation.php new file mode 100644 index 00000000000..2247cf82d0a --- /dev/null +++ b/lib/repair/collation.php @@ -0,0 +1,75 @@ +<?php +/** + * Copyright (c) 2014 Robin Appelman <icewind@owncloud.com> + * This file is licensed under the Affero General Public License version 3 or + * later. + * See the COPYING-README file. + */ + +namespace OC\Repair; + +use Doctrine\DBAL\Platforms\MySqlPlatform; +use OC\Hooks\BasicEmitter; + +class Collation extends BasicEmitter implements \OC\RepairStep { + /** + * @var \OCP\IConfig + */ + protected $config; + + /** + * @var \OC\DB\Connection + */ + protected $connection; + + /** + * @param \OCP\IConfig $config + * @param \OC\DB\Connection $connection + */ + public function __construct($config, $connection) { + $this->connection = $connection; + $this->config = $config; + } + + public function getName() { + return 'Repair MySQL collation'; + } + + /** + * Fix mime types + */ + public function run() { + if (!$this->connection->getDatabasePlatform() instanceof MySqlPlatform) { + $this->emit('\OC\Repair', 'info', array('Not a mysql database -> nothing to no')); + return; + } + + $tables = $this->getAllNonUTF8BinTables($this->connection); + foreach ($tables as $table) { + $query = $this->connection->prepare('ALTER TABLE `' . $table . '` CONVERT TO CHARACTER SET utf8 COLLATE utf8_bin;'); + $query->execute(); + } + } + + /** + * @param \Doctrine\DBAL\Connection $connection + * @return string[] + */ + protected function getAllNonUTF8BinTables($connection) { + $dbName = $this->config->getSystemValue("dbname"); + $rows = $connection->fetchAll( + "SELECT DISTINCT(TABLE_NAME) AS `table`" . + " FROM INFORMATION_SCHEMA . COLUMNS" . + " WHERE TABLE_SCHEMA = ?" . + " AND (COLLATION_NAME <> 'utf8_bin' OR CHARACTER_SET_NAME <> 'utf8')" . + " AND TABLE_NAME LIKE \"*PREFIX*%\"", + array($dbName) + ); + $result = array(); + foreach ($rows as $row) { + $result[] = $row['table']; + } + return $result; + } +} + diff --git a/lib/repair/innodb.php b/lib/repair/innodb.php new file mode 100644 index 00000000000..4d58bf64a9e --- /dev/null +++ b/lib/repair/innodb.php @@ -0,0 +1,51 @@ +<?php +/** + * Copyright (c) 2014 Thomas Müller <deepdiver@owncloud.com> + * This file is licensed under the Affero General Public License version 3 or + * later. + * See the COPYING-README file. + */ + +namespace OC\Repair; + +use Doctrine\DBAL\Platforms\MySqlPlatform; +use OC\Hooks\BasicEmitter; + +class InnoDB extends BasicEmitter implements \OC\RepairStep { + + public function getName() { + return 'Repair MySQL database engine'; + } + + /** + * Fix mime types + */ + public function run() { + $connection = \OC_DB::getConnection(); + if (!$connection->getDatabasePlatform() instanceof MySqlPlatform) { + $this->emit('\OC\Repair', 'info', array('Not a mysql database -> nothing to no')); + return; + } + + $tables = $this->getAllMyIsamTables($connection); + foreach ($tables as $table) { + $connection->exec("ALTER TABLE $table ENGINE=InnoDB;"); + $this->emit('\OC\Repair', 'info', array("Fixed $table")); + } + } + + /** + * @param \Doctrine\DBAL\Connection $connection + * @return string[] + */ + private function getAllMyIsamTables($connection) { + $dbName = \OC::$server->getConfig()->getSystemValue("dbname"); + $result = $connection->fetchArray( + "SELECT table_name FROM information_schema.tables WHERE table_schema = ? AND engine = 'MyISAM'", + array($dbName) + ); + + return $result; + } +} + diff --git a/settings/js/users/users.js b/settings/js/users/users.js index 1c0f3eef840..f84d67b75bc 100644 --- a/settings/js/users/users.js +++ b/settings/js/users/users.js @@ -618,6 +618,7 @@ $(document).ready(function () { if(!UserList.has(username)) { UserList.add(username, username, result.data.groups, null, 'default', result.data.storageLocation, 0, true); } + $('#newusername').focus(); } } ); diff --git a/settings/l10n/ar.php b/settings/l10n/ar.php index 135b80184b0..4d667286e90 100644 --- a/settings/l10n/ar.php +++ b/settings/l10n/ar.php @@ -87,7 +87,6 @@ $TRANSLATIONS = array( "Cron" => "مجدول", "Execute one task with each page loaded" => "قم بتنفيذ مهمة واحدة مع كل صفحة تم تحميلها", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "الملف cron.php تم تسجيله فى خدمه webcron لاستدعاء الملف cron.php كل 15 دقيقه", -"Use systems cron service to call the cron.php file every 15 minutes." => "استخدم نظام خدمة cron لـ استدعاء ملف cron.php كل 15 دقيقة ", "Sharing" => "مشاركة", "Allow apps to use the Share API" => "السماح للتطبيقات بالمشاركة عن طريق الAPI", "Allow public uploads" => "السماح بالرفع للعامة ", diff --git a/settings/l10n/ast.php b/settings/l10n/ast.php index 2268368d504..abcb762738e 100644 --- a/settings/l10n/ast.php +++ b/settings/l10n/ast.php @@ -56,7 +56,7 @@ $TRANSLATIONS = array( "Update" => "Anovar", "Updated" => "Anováu", "Uninstalling ...." => "Desinstalando ...", -"Error while uninstalling app" => "Fallu entrín se desinstalaba l'aplicación", +"Error while uninstalling app" => "Fallu mientres se desinstalaba l'aplicación", "Uninstall" => "Desinstalar", "Select a profile picture" => "Esbillar una imaxe de perfil", "Very weak password" => "Contraseña mui feble", @@ -102,7 +102,7 @@ $TRANSLATIONS = array( "Please double check the <a href=\"%s\">installation guides</a>." => "Por favor, vuelvi a comprobar les <a href=\"%s\">guíes de instalación</a>.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "PHP ta aparentemente configuráu pa desaniciar bloques de documentos en llinia. Esto va facer que delles aplicaciones principales nun tean accesibles.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "Dablemente esto seya culpa d'un caché o acelerador, como por exemplu Zend OPcache o eAccelerator.", -"Database Performance Info" => "Información de rindimienti de la base de datos", +"Database Performance Info" => "Información de rindimientu de la base de datos", "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "Ta usándose SQLite como base de datos. Pa instalaciones más grandes, recomendamos cambiar esto. Pa migrar a otra base de datos, usa la ferramienta de llinia de comandos: 'occ db:convert-type'", "Module 'fileinfo' missing" => "Nun s'atopó'l módulu \"fileinfo\"", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Nun s'atopó'l módulu PHP 'fileinfo'. Encamentámoste qu'habilites esti módulu pa obtener meyores resultaos cola deteición de tribes MIME.", @@ -120,7 +120,6 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "¡Cron entá nun s'executó!", "Execute one task with each page loaded" => "Executar una xera con cada páxina cargada", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php rexístrase nun serviciu webcron pa llamar a cron.php cada 15 minutos al traviés de HTTP.", -"Use systems cron service to call the cron.php file every 15 minutes." => "Usa'l serviciu cron del sistema pa llamar al ficheru cron.php cada 15 minutos.", "Sharing" => "Compartiendo", "Allow apps to use the Share API" => "Permitir a les aplicaciones usar la API de Compartición", "Allow users to share via link" => "Permitir a los usuarios compartir vía enllaz", @@ -172,6 +171,7 @@ $TRANSLATIONS = array( "Bugtracker" => "Rastrexador de fallos", "Commercial Support" => "Sofitu comercial", "Get the apps to sync your files" => "Obtener les aplicaciones pa sincronizar ficheros", +"If you want to support the project\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">join development</a>\n\t\tor\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spread the word</a>!" => "Si quies sofitar el proyeutu\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">xúnite al desendolcu</a>\n\t\to\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">¡espardi la pallabra!</a>!", "Show First Run Wizard again" => "Amosar nuevamente l'Encontu d'execución inicial", "You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Usasti <strong>%s</strong> de los <strong>%s</strong> disponibles", "Password" => "Contraseña", diff --git a/settings/l10n/ca.php b/settings/l10n/ca.php index 38b3d293816..3a78d6f4820 100644 --- a/settings/l10n/ca.php +++ b/settings/l10n/ca.php @@ -120,7 +120,6 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "El cron encara no s'ha executat!", "Execute one task with each page loaded" => "Executa una tasca per cada paquet carregat", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php està registrat en un servei webcron que fa una crida a cron.php cada 15 minuts a través de http.", -"Use systems cron service to call the cron.php file every 15 minutes." => "Utilitza el servei cron del sistema per fer una crida al fitxer cron.php cada 15 minuts.", "Sharing" => "Compartir", "Allow apps to use the Share API" => "Permet que les aplicacions utilitzin l'API de compartir", "Allow users to share via link" => "Permet als usuaris compartir a través d'enllaços", @@ -172,6 +171,7 @@ $TRANSLATIONS = array( "Bugtracker" => "Seguiment d'errors", "Commercial Support" => "Suport comercial", "Get the apps to sync your files" => "Obtingueu les aplicacions per sincronitzar els vostres fitxers", +"If you want to support the project\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">join development</a>\n\t\tor\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spread the word</a>!" => "Si voleu ajudar al projecte \n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">uniu-vos al seu desenvolupament</a>\n\t\to\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">promoveu-lo</a>!", "Show First Run Wizard again" => "Torna a mostrar l'assistent de primera execució", "You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Heu utilitzat <strong>%s</strong> d'un total disponible de <strong>%s</strong>", "Password" => "Contrasenya", diff --git a/settings/l10n/cs_CZ.php b/settings/l10n/cs_CZ.php index 2073d3f683b..f4896b09c92 100644 --- a/settings/l10n/cs_CZ.php +++ b/settings/l10n/cs_CZ.php @@ -120,7 +120,6 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "Cron ještě nebyl spuštěn!", "Execute one task with each page loaded" => "Spustit jednu úlohu s každým načtením stránky", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php je registrován u služby webcron, aby volal cron.php jednou za 15 minut přes http.", -"Use systems cron service to call the cron.php file every 15 minutes." => "Použít systémovou službu cron pro volání cron.php každých 15 minut.", "Sharing" => "Sdílení", "Allow apps to use the Share API" => "Povolit aplikacím používat API sdílení", "Allow users to share via link" => "Povolit uživatelům sdílení pomocí odkazů", diff --git a/settings/l10n/da.php b/settings/l10n/da.php index 227ad8c72da..78175ff8cc2 100644 --- a/settings/l10n/da.php +++ b/settings/l10n/da.php @@ -103,7 +103,6 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "Cron har ikke kørt endnu!", "Execute one task with each page loaded" => "Udføre en opgave med hver side indlæst", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php er registreret til at en webcron service skal kalde cron.php hvert 15 minut over http.", -"Use systems cron service to call the cron.php file every 15 minutes." => "Brug systemets cron service til at kalde cron.php hvert 15. minut.", "Sharing" => "Deling", "Allow apps to use the Share API" => "Tillad apps til at bruge Share API", "Allow public uploads" => "Tillad offentlig upload", diff --git a/settings/l10n/de.php b/settings/l10n/de.php index 116786f19de..d9b8b45d87d 100644 --- a/settings/l10n/de.php +++ b/settings/l10n/de.php @@ -120,7 +120,6 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "Cron wurde bis jetzt noch nicht ausgeführt!", "Execute one task with each page loaded" => "Führe eine Aufgabe mit jeder geladenen Seite aus", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php ist als Webcron-Dienst registriert, der die cron.php alle 15 Minuten per HTTP aufruft.", -"Use systems cron service to call the cron.php file every 15 minutes." => "Benutze den System-Crondienst um die cron.php alle 15 Minuten aufzurufen.", "Sharing" => "Teilen", "Allow apps to use the Share API" => "Erlaubt Apps die Nutzung der Share-API", "Allow users to share via link" => "Erlaube Nutzern, mithilfe von Links zu teilen", diff --git a/settings/l10n/de_DE.php b/settings/l10n/de_DE.php index 92858bce03c..c193bad8a5b 100644 --- a/settings/l10n/de_DE.php +++ b/settings/l10n/de_DE.php @@ -120,7 +120,6 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "Cron wurde bis jetzt noch nicht ausgeführt!", "Execute one task with each page loaded" => "Eine Aufgabe bei jedem Laden der Seite ausführen", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php ist als Webcron-Dienst registriert, der die cron.php alle 15 Minuten per HTTP aufruft.", -"Use systems cron service to call the cron.php file every 15 minutes." => "Benutzen Sie den System-Crondienst, um die cron.php alle 15 Minuten aufzurufen.", "Sharing" => "Teilen", "Allow apps to use the Share API" => "Anwendungen erlauben, die Share-API zu benutzen", "Allow users to share via link" => "Erlaube Nutzern, mithilfe von Links zu teilen", diff --git a/settings/l10n/el.php b/settings/l10n/el.php index 514bb1de70b..c13c85b7281 100644 --- a/settings/l10n/el.php +++ b/settings/l10n/el.php @@ -120,7 +120,6 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "Η διεργασία cron δεν έχει εκτελεστεί ακόμα!", "Execute one task with each page loaded" => "Εκτελεί μια διεργασία κάθε φορά που φορτώνεται μια σελίδα", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "Το cron.php είναι καταχωρημένο σε μια υπηρεσία webcron ώστε να καλεί το cron.php κάθε 15 λεπτά μέσω http.", -"Use systems cron service to call the cron.php file every 15 minutes." => "Χρήση της υπηρεσίας cron του συστήματος για να καλεστεί το αρχείο cron.php κάθε 15 λεπτά.", "Sharing" => "Διαμοιρασμός", "Allow apps to use the Share API" => "Επιτρέπει την χρήση του API διαμοιρασμού σε εφαρμογές ", "Allow users to share via link" => "Να επιτρέπεται σε χρήστες ο διαμοιρασμός μέσω συνδέσμου", diff --git a/settings/l10n/en_GB.php b/settings/l10n/en_GB.php index 335f990e94d..fe8bf35d0f9 100644 --- a/settings/l10n/en_GB.php +++ b/settings/l10n/en_GB.php @@ -120,7 +120,6 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "Cron was not executed yet!", "Execute one task with each page loaded" => "Execute one task with each page loaded", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php is registered at a webcron service to call cron.php every 15 minutes over http.", -"Use systems cron service to call the cron.php file every 15 minutes." => "Use system's cron service to call the cron.php file every 15 minutes.", "Sharing" => "Sharing", "Allow apps to use the Share API" => "Allow apps to use the Share API", "Allow users to share via link" => "Allow users to share via link", diff --git a/settings/l10n/es.php b/settings/l10n/es.php index 8210bfdb44c..5e729154959 100644 --- a/settings/l10n/es.php +++ b/settings/l10n/es.php @@ -120,7 +120,6 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "¡Cron aún no ha sido ejecutado!", "Execute one task with each page loaded" => "Ejecutar una tarea con cada página cargada", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php se registra en un servicio webcron para llamar a cron.php cada 15 minutos a través de HTTP.", -"Use systems cron service to call the cron.php file every 15 minutes." => "Utiliza el servicio cron del sistema para llamar al archivo cron.php cada 15 minutos.", "Sharing" => "Compartiendo", "Allow apps to use the Share API" => "Permitir a las aplicaciones utilizar la API de Compartición", "Allow users to share via link" => "Permite a los usuarios compartir por medio de enlaces", diff --git a/settings/l10n/es_AR.php b/settings/l10n/es_AR.php index 22aec7b1459..fcd9e43b77e 100644 --- a/settings/l10n/es_AR.php +++ b/settings/l10n/es_AR.php @@ -95,7 +95,6 @@ $TRANSLATIONS = array( "Cron" => "Cron", "Execute one task with each page loaded" => "Ejecutá una tarea con cada pagina cargada.", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php está registrado en el servicio webcron para llamarlo cada 15 minutos usando http.", -"Use systems cron service to call the cron.php file every 15 minutes." => "Usar el servicio cron del sistema para llamar al archivo cron.php cada 15 minutos.", "Sharing" => "Compartiendo", "Allow apps to use the Share API" => "Permitir a las aplicaciones usar la Share API", "Allow public uploads" => "Permitir subidas públicas", diff --git a/settings/l10n/es_MX.php b/settings/l10n/es_MX.php index 3322ac417dc..f2f1ff1a843 100644 --- a/settings/l10n/es_MX.php +++ b/settings/l10n/es_MX.php @@ -74,7 +74,6 @@ $TRANSLATIONS = array( "Cron" => "Cron", "Execute one task with each page loaded" => "Ejecutar una tarea con cada página cargada", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php se registra en un servicio webcron para llamar a cron.php cada 15 minutos a través de HTTP.", -"Use systems cron service to call the cron.php file every 15 minutes." => "Utiliza el servicio cron del sistema para llamar al archivo cron.php cada 15 minutos.", "Sharing" => "Compartiendo", "Allow apps to use the Share API" => "Permitir a las aplicaciones utilizar la API de Compartición", "Allow public uploads" => "Permitir subidas públicas", diff --git a/settings/l10n/et_EE.php b/settings/l10n/et_EE.php index 829f9f4c6d9..f103c529fcc 100644 --- a/settings/l10n/et_EE.php +++ b/settings/l10n/et_EE.php @@ -120,7 +120,6 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "Cron pole kordagi käivitatud!", "Execute one task with each page loaded" => "Käivita toiming igal lehe laadimisel", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php on registreeritud webcron teenuses, et käivitada fail cron.php iga 15 minuti tagant üle http.", -"Use systems cron service to call the cron.php file every 15 minutes." => "Kasuta süsteemi cron teenust, et käivitada fail cron.php iga 15 minuti tagant.", "Sharing" => "Jagamine", "Allow apps to use the Share API" => "Luba rakendustel kasutada Share API-t", "Allow users to share via link" => "Luba kasutajatel lingiga jagamist ", diff --git a/settings/l10n/eu.php b/settings/l10n/eu.php index c93c40f5b41..41628bf470e 100644 --- a/settings/l10n/eu.php +++ b/settings/l10n/eu.php @@ -120,7 +120,6 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "Cron-a oraindik ez da exekutatu!", "Execute one task with each page loaded" => "Exekutatu zeregin bat orri karga bakoitzean", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php webcron zerbitzu batean erregistratua dago cron.php 15 minuturo http bidez deitzeko.", -"Use systems cron service to call the cron.php file every 15 minutes." => "Erabili sistemaren cron zerbitzua cron.php fitxategia 15 minuturo deitzeko.", "Sharing" => "Partekatzea", "Allow apps to use the Share API" => "Baimendu aplikazioak partekatzeko APIa erabiltzeko", "Allow users to share via link" => "Baimendu erabiltzaileak esteken bidez partekatzea", diff --git a/settings/l10n/fa.php b/settings/l10n/fa.php index f44e352290c..16238183ada 100644 --- a/settings/l10n/fa.php +++ b/settings/l10n/fa.php @@ -66,7 +66,6 @@ $TRANSLATIONS = array( "Cron" => "زمانبند", "Execute one task with each page loaded" => "اجرای یک وظیفه با هر بار بارگذاری صفحه", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php در یک سرویس webcron ثبت شده است که هر 15 دقیقه یک بار بر روی بستر http فراخوانی شود.", -"Use systems cron service to call the cron.php file every 15 minutes." => "از سرویس کرون سرور استفاده شده است که فایل cron.php را هر 15 دقیقه یک بار فراخوانی کند.", "Sharing" => "اشتراک گذاری", "Allow apps to use the Share API" => "اجازه ی برنامه ها برای استفاده از API اشتراک گذاری", "Allow public uploads" => "اجازه بارگذاری عمومی", diff --git a/settings/l10n/fi_FI.php b/settings/l10n/fi_FI.php index a9e7fb81553..d4625e1ad00 100644 --- a/settings/l10n/fi_FI.php +++ b/settings/l10n/fi_FI.php @@ -116,7 +116,6 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "Cronia ei suoritettu vielä!", "Execute one task with each page loaded" => "Suorita yksi tehtävä jokaista ladattua sivua kohden", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php kutsuu webcron-palvelun kautta cron.php:ta 15 minuutin välein http:tä käyttäen.", -"Use systems cron service to call the cron.php file every 15 minutes." => "Käytä järjestelmän cron-palvelua cron.php-tiedoston kutsumiseen 15 minuutin välein", "Sharing" => "Jakaminen", "Allow apps to use the Share API" => "Salli sovellusten käyttää jakamisen ohjelmointirajapintaa", "Allow users to share via link" => "Salli käyttäjien jakaa linkkien kautta", diff --git a/settings/l10n/fr.php b/settings/l10n/fr.php index e66442916b4..98c3abff931 100644 --- a/settings/l10n/fr.php +++ b/settings/l10n/fr.php @@ -120,7 +120,6 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "Le cron n'a pas encore été exécuté !", "Execute one task with each page loaded" => "Exécute une tâche à chaque chargement de page", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php est enregistré en tant que service webcron pour appeler cron.php toutes les 15 minutes via http.", -"Use systems cron service to call the cron.php file every 15 minutes." => "Utilise le service cron du système pour appeler le fichier cron.php toutes les 15 minutes.", "Sharing" => "Partage", "Allow apps to use the Share API" => "Autoriser les applications à utiliser l'API de partage", "Allow users to share via link" => "Autoriser les utilisateurs à partager via des liens", diff --git a/settings/l10n/gl.php b/settings/l10n/gl.php index 051bffb312d..3af2726fcee 100644 --- a/settings/l10n/gl.php +++ b/settings/l10n/gl.php @@ -120,7 +120,6 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "«Cron» aínda non foi executado!", "Execute one task with each page loaded" => "Executar unha tarefa con cada páxina cargada", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php está rexistrado nun servizo de WebCron para chamar a cron.php cada 15 minutos a través de HTTP.", -"Use systems cron service to call the cron.php file every 15 minutes." => "Use o servizo de sistema cron para chamar ao ficheiro cron.php cada 15 minutos.", "Sharing" => "Compartindo", "Allow apps to use the Share API" => "Permitir que os aplicativos empreguen o API para compartir", "Allow users to share via link" => "Permitir que os usuarios compartan a través de ligazóns", diff --git a/settings/l10n/hu_HU.php b/settings/l10n/hu_HU.php index 3de09218eaa..13560e4c133 100644 --- a/settings/l10n/hu_HU.php +++ b/settings/l10n/hu_HU.php @@ -83,7 +83,6 @@ $TRANSLATIONS = array( "Cron" => "Ütemezett feladatok", "Execute one task with each page loaded" => "Egy-egy feladat végrehajtása minden alkalommal, amikor egy weboldalt letöltenek", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "A cron.php webcron szolgáltatásként van regisztrálva, hogy 15 percenként egyszer lefuttassa a cron.php-t.", -"Use systems cron service to call the cron.php file every 15 minutes." => "Használjuk a rendszer cron szolgáltatását, hogy 15 percenként egyszer futtassa le a cron.php-t.", "Sharing" => "Megosztás", "Allow apps to use the Share API" => "Lehetővé teszi, hogy a programmodulok is használhassák a megosztást", "Allow public uploads" => "Feltöltést engedélyezése mindenki számára", diff --git a/settings/l10n/id.php b/settings/l10n/id.php index 9388658d6c1..2819105cdba 100644 --- a/settings/l10n/id.php +++ b/settings/l10n/id.php @@ -92,7 +92,6 @@ $TRANSLATIONS = array( "Last cron was executed at %s." => "Cron terakhir dieksekusi pada %s.", "Execute one task with each page loaded" => "Jalankan tugas setiap kali halaman dimuat", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php didaftarkan pada layanan webcron untuk memanggil cron.php setiap 15 menit melalui http.", -"Use systems cron service to call the cron.php file every 15 minutes." => "Menggunakan sistem layanan cron untuk memanggil berkas cron.php setiap 15 menit.", "Sharing" => "Berbagi", "Allow apps to use the Share API" => "Izinkan aplikasi untuk menggunakan API Pembagian", "Allow public uploads" => "Izinkan unggahan publik", diff --git a/settings/l10n/it.php b/settings/l10n/it.php index 7b9d64fb995..8849e9457e2 100644 --- a/settings/l10n/it.php +++ b/settings/l10n/it.php @@ -120,7 +120,6 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "Cron non è stato ancora eseguito!", "Execute one task with each page loaded" => "Esegui un'operazione con ogni pagina caricata", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php è registrato su un servizio webcron per invocare cron.php ogni 15 minuti su http.", -"Use systems cron service to call the cron.php file every 15 minutes." => "Usa il servizio cron di sistema per invocare il file cron.php ogni 15 minuti.", "Sharing" => "Condivisione", "Allow apps to use the Share API" => "Consenti alle applicazioni di utilizzare le API di condivisione", "Allow users to share via link" => "Consenti agli utenti di condivere tramite collegamento", diff --git a/settings/l10n/ja.php b/settings/l10n/ja.php index 6fa25a32cad..766f587faf4 100644 --- a/settings/l10n/ja.php +++ b/settings/l10n/ja.php @@ -75,7 +75,7 @@ $TRANSLATIONS = array( "Groups" => "グループ", "Group Admin" => "グループ管理者", "Delete" => "削除", -"never" => "無し", +"never" => "なし", "deleted {userName}" => "{userName} を削除しました", "add group" => "グループを追加", "A valid username must be provided" => "有効なユーザー名を指定する必要があります", @@ -120,7 +120,6 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "cron は未だ実行されていません!", "Execute one task with each page loaded" => "各ページの読み込み時にタスクを実行する", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.phpは、HTTP経由で15分ごとにcron.phpを実行するようwebcronサービスに登録されています", -"Use systems cron service to call the cron.php file every 15 minutes." => "システムのcronサービスを利用して15分ごとにcron.phpファイルを実行します。", "Sharing" => "共有", "Allow apps to use the Share API" => "アプリからの共有APIの利用を許可する", "Allow users to share via link" => "URLリンクで共有を許可する", @@ -188,7 +187,7 @@ $TRANSLATIONS = array( "Upload new" => "新規にアップロード", "Select new from Files" => "ファイルから新規に選択", "Remove image" => "画像を削除", -"Either png or jpg. Ideally square but you will be able to crop it." => "png と jpg のいずれか。正方形が理想ですが、切り取って加工することも可能です。", +"Either png or jpg. Ideally square but you will be able to crop it." => "pngまたはjpg形式。正方形が理想ですが、切り取って加工することもできます。", "Your avatar is provided by your original account." => "あなたのアバターは、あなたのオリジナルのアカウントで提供されています。", "Cancel" => "キャンセル", "Choose as profile image" => "プロファイル画像として選択", diff --git a/settings/l10n/ko.php b/settings/l10n/ko.php index 87a37207af3..f0679c34a0e 100644 --- a/settings/l10n/ko.php +++ b/settings/l10n/ko.php @@ -85,7 +85,6 @@ $TRANSLATIONS = array( "Cron" => "크론", "Execute one task with each page loaded" => "개별 페이지를 불러올 때마다 실행", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php는 webcron 서비스에 등록되어 HTTP로 15분마다 cron.php에 접근합니다.", -"Use systems cron service to call the cron.php file every 15 minutes." => "시스템의 cron 서비스를 통하여 15분마다 cron.php 파일에 접근합니다.", "Sharing" => "공유", "Allow apps to use the Share API" => "앱에서 공유 API를 사용할 수 있도록 허용", "Allow public uploads" => "공개 업로드 허용", diff --git a/settings/l10n/lt_LT.php b/settings/l10n/lt_LT.php index 42581e6e811..3a2c3e33f6c 100644 --- a/settings/l10n/lt_LT.php +++ b/settings/l10n/lt_LT.php @@ -63,7 +63,6 @@ $TRANSLATIONS = array( "Cron" => "Cron", "Execute one task with each page loaded" => "Įvykdyti vieną užduotį su kiekvieno puslapio įkėlimu", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php yra registruotas tinklapio suplanuotų užduočių paslaugose, kad iškviesti cron.php kas 15 minučių per http.", -"Use systems cron service to call the cron.php file every 15 minutes." => "Naudoti sistemos planuotų užduočių paslaugą, kad iškvieti cron.php kas 15 minučių.", "Sharing" => "Dalijimasis", "Allow apps to use the Share API" => "Leidžia programoms naudoti Share API", "Allow public uploads" => "Leisti viešus įkėlimus", diff --git a/settings/l10n/nb_NO.php b/settings/l10n/nb_NO.php index 335a2514c3e..806c0fdce68 100644 --- a/settings/l10n/nb_NO.php +++ b/settings/l10n/nb_NO.php @@ -120,7 +120,6 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "Cron er ikke utført ennå!", "Execute one task with each page loaded" => "Utfør en oppgave med hver side som blir lastet", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php er registrert i en webcron-tjeneste for å kalle cron.php hvert 15. minutt over http.", -"Use systems cron service to call the cron.php file every 15 minutes." => "Bruk systemets cron-tjeneste for å kalle cron.php hvert 15. minutt.", "Sharing" => "Deling", "Allow apps to use the Share API" => "Tillat apper å bruke API for Deling", "Allow users to share via link" => "Tillat brukere å dele via lenke", diff --git a/settings/l10n/nl.php b/settings/l10n/nl.php index fb303bf21fc..549071fcc11 100644 --- a/settings/l10n/nl.php +++ b/settings/l10n/nl.php @@ -120,7 +120,6 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "Cron is nog niet uitgevoerd!", "Execute one task with each page loaded" => "Bij laden van elke pagina één taak uitvoeren", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php is geregisteerd bij een webcron service om elke 15 minuten cron.php over http aan te roepen.", -"Use systems cron service to call the cron.php file every 15 minutes." => "Gebruik de systeem cron service om cron.php elke 15 minuten aan te roepen.", "Sharing" => "Delen", "Allow apps to use the Share API" => "Apps toestaan de Share API te gebruiken", "Allow users to share via link" => "Sta gebruikers toe om te delen via een link", diff --git a/settings/l10n/pl.php b/settings/l10n/pl.php index 307753d50c0..63bf4265283 100644 --- a/settings/l10n/pl.php +++ b/settings/l10n/pl.php @@ -120,7 +120,6 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "Cron nie został jeszcze uruchomiony!", "Execute one task with each page loaded" => "Wykonuj jedno zadanie wraz z każdą wczytaną stroną", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php jest zarejestrowany w serwisie webcron do uruchamiania cron.php raz na 15 minut przez http.", -"Use systems cron service to call the cron.php file every 15 minutes." => "Użyj systemowego cron-a do uruchamiania cron.php raz na 15 minut.", "Sharing" => "Udostępnianie", "Allow apps to use the Share API" => "Zezwalaj aplikacjom na korzystanie z API udostępniania", "Allow users to share via link" => "Pozwól użytkownikom współdzielić przez link", diff --git a/settings/l10n/pt_BR.php b/settings/l10n/pt_BR.php index f55325fe96b..152fcca9018 100644 --- a/settings/l10n/pt_BR.php +++ b/settings/l10n/pt_BR.php @@ -120,7 +120,6 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "Cron não foi executado ainda!", "Execute one task with each page loaded" => "Execute uma tarefa com cada página carregada", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php está registrado no serviço webcron para chamar cron.php a cada 15 minutos sobre http.", -"Use systems cron service to call the cron.php file every 15 minutes." => "Use o sistema de serviço cron para chamar o arquivo cron.php a cada 15 minutos.", "Sharing" => "Compartilhamento", "Allow apps to use the Share API" => "Permitir que aplicativos usem a API de Compartilhamento", "Allow users to share via link" => "Permitir que os usuários compartilhem por link", diff --git a/settings/l10n/pt_PT.php b/settings/l10n/pt_PT.php index 8887d75c86d..54b463903da 100644 --- a/settings/l10n/pt_PT.php +++ b/settings/l10n/pt_PT.php @@ -111,7 +111,6 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "Cron ainda não foi executado!", "Execute one task with each page loaded" => "Executar uma tarefa com cada página carregada", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php está registado num serviço webcron para chamar a página cron.php por http a cada 15 minutos.", -"Use systems cron service to call the cron.php file every 15 minutes." => "Use o serviço cron do sistema para chamar o ficheiro cron.php a cada 15 minutos.", "Sharing" => "Partilha", "Allow apps to use the Share API" => "Permitir que os utilizadores usem a API de partilha", "Allow users to share via link" => "Permitir que os utilizadores partilhem através do link", diff --git a/settings/l10n/ru.php b/settings/l10n/ru.php index ab40b3bf4be..f0714d4c723 100644 --- a/settings/l10n/ru.php +++ b/settings/l10n/ru.php @@ -118,7 +118,6 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "Cron-задачи ещё не запускались!", "Execute one task with each page loaded" => "Выполнять одно задание с каждой загруженной страницей", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php зарегестрирован в webcron и будет вызываться каждые 15 минут по http.", -"Use systems cron service to call the cron.php file every 15 minutes." => "Использовать системный cron для вызова cron.php каждые 15 минут.", "Sharing" => "Общий доступ", "Allow apps to use the Share API" => "Позволить приложениям использовать API общего доступа", "Allow users to share via link" => "Разрешить пользователям публикации через ссылки", diff --git a/settings/l10n/sk_SK.php b/settings/l10n/sk_SK.php index db2bf87690c..99073b16c5b 100644 --- a/settings/l10n/sk_SK.php +++ b/settings/l10n/sk_SK.php @@ -119,7 +119,6 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "Cron sa ešte nespustil!", "Execute one task with each page loaded" => "Vykonať jednu úlohu s každým načítaní stránky", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php je zaregistrovaná v službe WebCron a zavolá cron.php každých 15 minút cez http.", -"Use systems cron service to call the cron.php file every 15 minutes." => "Použite systémovú službu cron, ktorá zavolá súbor cron.php každých 15 minút.", "Sharing" => "Zdieľanie", "Allow apps to use the Share API" => "Povoliť aplikáciám používať API na zdieľanie", "Allow users to share via link" => "Povoliť používateľom zdieľanie pomocou odkazov", diff --git a/settings/l10n/sl.php b/settings/l10n/sl.php index 9383e565fd6..ee11371ffff 100644 --- a/settings/l10n/sl.php +++ b/settings/l10n/sl.php @@ -100,7 +100,6 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "Opravilo Cron še ni zagnano!", "Execute one task with each page loaded" => "Izvedi eno nalogo z vsako naloženo stranjo.", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "Datoteka cron.php je vpisana v storitvi webcron za potrditev sklica vsakih 15 minut pri povezavi preko HTTP.", -"Use systems cron service to call the cron.php file every 15 minutes." => "Uporabi storitev periodičnih opravil za klic datoteke cron.php vsakih 15 minut.", "Sharing" => "Souporaba", "Allow apps to use the Share API" => "Dovoli programom uporabo vmesnika API souporabe", "Allow public uploads" => "Dovoli javno pošiljanje datotek v oblak", diff --git a/settings/l10n/sv.php b/settings/l10n/sv.php index b36285a7c1d..ef15c3992cc 100644 --- a/settings/l10n/sv.php +++ b/settings/l10n/sv.php @@ -118,7 +118,6 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "Cron kördes inte ännu!", "Execute one task with each page loaded" => "Exekvera en uppgift vid varje sidladdning", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php är registrerad som en webcron service att ropa på cron.php varje 15 minuter över http.", -"Use systems cron service to call the cron.php file every 15 minutes." => "Använd systemets cron service att ropa på cron.php filen varje 15 minuter.", "Sharing" => "Dela", "Allow apps to use the Share API" => "Tillåt applikationer att använda delat API", "Allow users to share via link" => "Tillåt användare att dela via länk", diff --git a/settings/l10n/tr.php b/settings/l10n/tr.php index 8b89a9eff3e..aae02f9f508 100644 --- a/settings/l10n/tr.php +++ b/settings/l10n/tr.php @@ -120,7 +120,6 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "Cron henüz çalıştırılmadı!", "Execute one task with each page loaded" => "Yüklenen her sayfa ile bir görev çalıştır", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php, http üzerinden her 15 dakikada bir çağrılması için webcron hizmetine kaydedilir.", -"Use systems cron service to call the cron.php file every 15 minutes." => "cron.php dosyasını her 15 dakikada bir çağırmak için sistem cron hizmetini kullan.", "Sharing" => "Paylaşım", "Allow apps to use the Share API" => "Uygulamaların paylaşım API'sini kullanmasına izin ver", "Allow users to share via link" => "Kullanıcıların bağlantı ile paylaşmasına izin ver", diff --git a/settings/l10n/zh_CN.php b/settings/l10n/zh_CN.php index 87110928f14..403f65533de 100644 --- a/settings/l10n/zh_CN.php +++ b/settings/l10n/zh_CN.php @@ -120,7 +120,6 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "定时任务还未被执行!", "Execute one task with each page loaded" => "每个页面加载后执行一个任务", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php 已注册于一个 webcron 服务来通过 http 每 15 分钟执行 cron.php。", -"Use systems cron service to call the cron.php file every 15 minutes." => "使用系统 cron 服务每15分钟调用一次 cron.php 文件。", "Sharing" => "共享", "Allow apps to use the Share API" => "允许应用软件使用共享API", "Allow users to share via link" => "允许用户通过链接分享文件", diff --git a/settings/l10n/zh_TW.php b/settings/l10n/zh_TW.php index c55e2988ff8..57b039f6147 100644 --- a/settings/l10n/zh_TW.php +++ b/settings/l10n/zh_TW.php @@ -100,7 +100,6 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "排程沒有執行!", "Execute one task with each page loaded" => "當頁面載入時,執行", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "已經與 webcron 服務註冊好,將會每15分鐘呼叫 cron.php", -"Use systems cron service to call the cron.php file every 15 minutes." => "使用系統的 cron 服務每15分鐘呼叫 cron.php 一次", "Sharing" => "分享", "Allow apps to use the Share API" => "允許 apps 使用分享 API", "Allow public uploads" => "允許任何人上傳", diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 1d75624d8c0..03f3efd7aae 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -226,7 +226,7 @@ if (!$_['internetconnectionworking']) { print_unescaped('checked="checked"'); } ?>> <label for="backgroundjobs_cron">Cron</label><br/> - <em><?php p($l->t("Use systems cron service to call the cron.php file every 15 minutes.")); ?></em> + <em><?php p($l->t("Use system's cron service to call the cron.php file every 15 minutes.")); ?></em> </p> </div> diff --git a/tests/lib/activitymanager.php b/tests/lib/activitymanager.php new file mode 100644 index 00000000000..f21b82c52c3 --- /dev/null +++ b/tests/lib/activitymanager.php @@ -0,0 +1,202 @@ +<?php + +/** + * Copyright (c) 2014 Thomas Müller <deepdiver@owncloud.com> + * This file is licensed under the Affero General Public License version 3 or + * later. + * See the COPYING-README file. + * +*/ + +class Test_ActivityManager extends PHPUnit_Framework_TestCase { + + /** @var \OC\ActivityManager */ + private $activityManager; + + public function setUp() { + $this->activityManager = new \OC\ActivityManager(); + $this->activityManager->registerExtension(function() { + return new NoOpExtension(); + }); + $this->activityManager->registerExtension(function() { + return new SimpleExtension(); + }); + } + + public function testNotificationTypes() { + $result = $this->activityManager->getNotificationTypes('en'); + $this->assertTrue(is_array($result)); + $this->assertEquals(2, sizeof($result)); + } + + public function testFilterNotificationTypes() { + $result = $this->activityManager->filterNotificationTypes(array('NT0', 'NT1', 'NT2', 'NT3'), 'FILTER1'); + $this->assertTrue(is_array($result)); + $this->assertEquals(3, sizeof($result)); + + $result = $this->activityManager->filterNotificationTypes(array('NT0', 'NT1', 'NT2', 'NT3'), 'FILTER2'); + $this->assertTrue(is_array($result)); + $this->assertEquals(4, sizeof($result)); + } + + public function testDefaultTypes() { + $result = $this->activityManager->getDefaultTypes('stream'); + $this->assertTrue(is_array($result)); + $this->assertEquals(1, sizeof($result)); + + $result = $this->activityManager->getDefaultTypes('email'); + $this->assertTrue(is_array($result)); + $this->assertEquals(0, sizeof($result)); + } + + public function testTranslate() { + $result = $this->activityManager->translate('APP0', '', '', array(), false, false, 'en'); + $this->assertEquals('Stupid translation', $result); + + $result = $this->activityManager->translate('APP1', '', '', array(), false, false, 'en'); + $this->assertFalse($result); + } + + public function testTypeIcon() { + $result = $this->activityManager->getTypeIcon('NT1'); + $this->assertEquals('icon-nt-one', $result); + + $result = $this->activityManager->getTypeIcon('NT2'); + $this->assertEquals('', $result); + } + + public function testGroupParameter() { + $result = $this->activityManager->getGroupParameter(array()); + $this->assertEquals(5, $result); + } + + public function testNavigation() { + $result = $this->activityManager->getNavigation(); + $this->assertEquals(4, sizeof($result['apps'])); + $this->assertEquals(2, sizeof($result['top'])); + } + + public function testIsFilterValid() { + $result = $this->activityManager->isFilterValid('fv01'); + $this->assertTrue($result); + + $result = $this->activityManager->isFilterValid('FV2'); + $this->assertFalse($result); + } + + public function testQueryForFilter() { + $result = $this->activityManager->getQueryForFilter('filter1'); + $this->assertEquals( + array( + '`app` = ? and `message` like ?', + array('mail', 'ownCloud%') + ), $result + ); + + $result = $this->activityManager->isFilterValid('filter2'); + $this->assertFalse($result); + } +} + +class SimpleExtension implements \OCP\Activity\IExtension { + + public function getNotificationTypes($languageCode) { + return array('NT1', 'NT2'); + } + + public function filterNotificationTypes($types, $filter) { + if ($filter === 'FILTER1') { + unset($types[0]); + } + return $types; + } + + public function getDefaultTypes($method) { + if ($method === 'stream') { + return array('DT0'); + } + + return array(); + } + + public function translate($app, $text, $params, $stripPath, $highlightParams, $languageCode) { + if ($app === 'APP0') { + return "Stupid translation"; + } + + return false; + } + + public function getTypeIcon($type) { + if ($type === 'NT1') { + return 'icon-nt-one'; + } + return ''; + } + + public function getGroupParameter($activity) { + return 5; + } + + public function getNavigation() { + return array( + 'apps' => array('nav1', 'nav2', 'nav3', 'nav4'), + 'top' => array('top1', 'top2') + ); + } + + public function isFilterValid($filterValue) { + if ($filterValue === 'fv01') { + return true; + } + + return false; + } + + public function getQueryForFilter($filter) { + if ($filter === 'filter1') { + return array('`app` = ? and `message` like ?', array('mail', 'ownCloud%')); + } + + return false; + } +} + +class NoOpExtension implements \OCP\Activity\IExtension { + + public function getNotificationTypes($languageCode) { + return false; + } + + public function filterNotificationTypes($types, $filter) { + return false; + } + + public function getDefaultTypes($method) { + return false; + } + + public function translate($app, $text, $params, $stripPath, $highlightParams, $languageCode) { + return false; + } + + public function getTypeIcon($type) { + return false; + } + + public function getGroupParameter($activity) { + return false; + } + + public function getNavigation() { + return false; + } + + public function isFilterValid($filterValue) { + return false; + } + + public function getQueryForFilter($filter) { + return false; + } +} diff --git a/tests/lib/appconfig.php b/tests/lib/appconfig.php index 6ae790a9edd..9257ae45b0e 100644 --- a/tests/lib/appconfig.php +++ b/tests/lib/appconfig.php @@ -95,6 +95,72 @@ class Test_Appconfig extends PHPUnit_Framework_TestCase { $this->assertEquals('somevalue', $value['configvalue']); } + public function testSetValueUnchanged() { + $statementMock = $this->getMock('\Doctrine\DBAL\Statement', array(), array(), '', false); + $statementMock->expects($this->once()) + ->method('fetch') + ->will($this->returnValue(false)); + + $connectionMock = $this->getMock('\OC\DB\Connection', array(), array(), '', false); + $connectionMock->expects($this->once()) + ->method('executeQuery') + ->with($this->equalTo('SELECT `configvalue`, `configkey` FROM `*PREFIX*appconfig`' + .' WHERE `appid` = ?'), $this->equalTo(array('bar'))) + ->will($this->returnValue($statementMock)); + $connectionMock->expects($this->once()) + ->method('insert') + ->with($this->equalTo('*PREFIX*appconfig'), + $this->equalTo( + array( + 'appid' => 'bar', + 'configkey' => 'foo', + 'configvalue' => 'v1', + ) + )); + $connectionMock->expects($this->never()) + ->method('update'); + + $appconfig = new OC\AppConfig($connectionMock); + $appconfig->setValue('bar', 'foo', 'v1'); + $appconfig->setValue('bar', 'foo', 'v1'); + $appconfig->setValue('bar', 'foo', 'v1'); + } + + public function testSetValueUnchanged2() { + $statementMock = $this->getMock('\Doctrine\DBAL\Statement', array(), array(), '', false); + $statementMock->expects($this->once()) + ->method('fetch') + ->will($this->returnValue(false)); + + $connectionMock = $this->getMock('\OC\DB\Connection', array(), array(), '', false); + $connectionMock->expects($this->once()) + ->method('executeQuery') + ->with($this->equalTo('SELECT `configvalue`, `configkey` FROM `*PREFIX*appconfig`' + .' WHERE `appid` = ?'), $this->equalTo(array('bar'))) + ->will($this->returnValue($statementMock)); + $connectionMock->expects($this->once()) + ->method('insert') + ->with($this->equalTo('*PREFIX*appconfig'), + $this->equalTo( + array( + 'appid' => 'bar', + 'configkey' => 'foo', + 'configvalue' => 'v1', + ) + )); + $connectionMock->expects($this->once()) + ->method('update') + ->with($this->equalTo('*PREFIX*appconfig'), + $this->equalTo(array('configvalue' => 'v2')), + $this->equalTo(array('appid' => 'bar', 'configkey' => 'foo')) + ); + + $appconfig = new OC\AppConfig($connectionMock); + $appconfig->setValue('bar', 'foo', 'v1'); + $appconfig->setValue('bar', 'foo', 'v2'); + $appconfig->setValue('bar', 'foo', 'v2'); + } + public function testDeleteKey() { \OC_Appconfig::deleteKey('testapp', 'deletethis'); $query = \OC_DB::prepare('SELECT `configvalue` FROM `*PREFIX*appconfig` WHERE `appid` = ? AND `configkey` = ?'); diff --git a/tests/lib/connector/sabre/aborteduploaddetectionplugin.php b/tests/lib/connector/sabre/aborteduploaddetectionplugin.php deleted file mode 100644 index 7e9f70ddcd3..00000000000 --- a/tests/lib/connector/sabre/aborteduploaddetectionplugin.php +++ /dev/null @@ -1,100 +0,0 @@ -<?php - -/** - * Copyright (c) 2013 Thomas Müller <thomas.mueller@tmit.eu> - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. - */ -class Test_OC_Connector_Sabre_AbortedUploadDetectionPlugin extends PHPUnit_Framework_TestCase { - - /** - * @var \Sabre\DAV\Server - */ - private $server; - - /** - * @var OC_Connector_Sabre_AbortedUploadDetectionPlugin - */ - private $plugin; - - private function init($view) { - $this->server = new \Sabre\DAV\Server(); - $this->plugin = new OC_Connector_Sabre_AbortedUploadDetectionPlugin($view); - $this->plugin->initialize($this->server); - } - - /** - * @dataProvider lengthProvider - */ - public function testLength($expected, $headers) { - $this->init(null); - - $this->server->httpRequest = new \Sabre\HTTP\Request($headers); - $length = $this->plugin->getLength(); - $this->assertEquals($expected, $length); - } - - /** - * @dataProvider verifyContentLengthProvider - */ - public function testVerifyContentLength($method, $fileSize, $headers) { - $this->init($this->buildFileViewMock($fileSize)); - - $headers['REQUEST_METHOD'] = $method; - $this->server->httpRequest = new Sabre\HTTP\Request($headers); - $this->plugin->verifyContentLength('foo.txt'); - $this->assertTrue(true); - } - - /** - * @dataProvider verifyContentLengthFailedProvider - * @expectedException \Sabre\DAV\Exception\BadRequest - */ - public function testVerifyContentLengthFailed($method, $fileSize, $headers) { - $view = $this->buildFileViewMock($fileSize); - $this->init($view); - // we expect unlink to be called - $view->expects($this->once())->method('unlink'); - - $headers['REQUEST_METHOD'] = $method; - $this->server->httpRequest = new Sabre\HTTP\Request($headers); - $this->plugin->verifyContentLength('foo.txt'); - } - - public function verifyContentLengthProvider() { - return array( - array('PUT', 1024, array()), - array('PUT', 1024, array('HTTP_X_EXPECTED_ENTITY_LENGTH' => '1024')), - array('PUT', 512, array('HTTP_CONTENT_LENGTH' => '512')), - array('LOCK', 1024, array()), - array('LOCK', 1024, array('HTTP_X_EXPECTED_ENTITY_LENGTH' => '1024')), - array('LOCK', 512, array('HTTP_CONTENT_LENGTH' => '512')), - ); - } - - public function verifyContentLengthFailedProvider() { - return array( - array('PUT', 1025, array('HTTP_X_EXPECTED_ENTITY_LENGTH' => '1024')), - array('PUT', 525, array('HTTP_CONTENT_LENGTH' => '512')), - ); - } - - public function lengthProvider() { - return array( - array(null, array()), - array(1024, array('HTTP_X_EXPECTED_ENTITY_LENGTH' => '1024')), - array(512, array('HTTP_CONTENT_LENGTH' => '512')), - array(2048, array('HTTP_X_EXPECTED_ENTITY_LENGTH' => '2048', 'HTTP_CONTENT_LENGTH' => '1024')), - ); - } - - private function buildFileViewMock($fileSize) { - // mock filesystem - $view = $this->getMock('\OC\Files\View', array('filesize', 'unlink'), array(), '', false); - $view->expects($this->any())->method('filesize')->withAnyParameters()->will($this->returnValue($fileSize)); - - return $view; - } - -} diff --git a/tests/lib/connector/sabre/file.php b/tests/lib/connector/sabre/file.php index 3dd5b328f46..ba4e775813b 100644 --- a/tests/lib/connector/sabre/file.php +++ b/tests/lib/connector/sabre/file.php @@ -29,7 +29,7 @@ class Test_OC_Connector_Sabre_File extends PHPUnit_Framework_TestCase { $file = new OC_Connector_Sabre_File($view, $info); // action - $etag = $file->put('test data'); + $file->put('test data'); } /** @@ -37,7 +37,9 @@ class Test_OC_Connector_Sabre_File extends PHPUnit_Framework_TestCase { */ public function testSimplePutFailsOnRename() { // setup - $view = $this->getMock('\OC\Files\View', array('file_put_contents', 'rename', 'getRelativePath'), array(), '', false); + $view = $this->getMock('\OC\Files\View', + array('file_put_contents', 'rename', 'getRelativePath', 'filesize'), + array(), '', false); $view->expects($this->any()) ->method('file_put_contents') ->withAnyParameters() @@ -46,10 +48,14 @@ class Test_OC_Connector_Sabre_File extends PHPUnit_Framework_TestCase { ->method('rename') ->withAnyParameters() ->will($this->returnValue(false)); - $view->expects($this->any()) ->method('getRelativePath') ->will($this->returnValue('/test.txt')); + $view->expects($this->any()) + ->method('filesize') + ->will($this->returnValue(123456)); + + $_SERVER['CONTENT_LENGTH'] = 123456; $info = new \OC\Files\FileInfo('/test.txt', null, null, array( 'permissions' => \OCP\PERMISSION_ALL @@ -58,7 +64,7 @@ class Test_OC_Connector_Sabre_File extends PHPUnit_Framework_TestCase { $file = new OC_Connector_Sabre_File($view, $info); // action - $etag = $file->put('test data'); + $file->put('test data'); } /** @@ -81,7 +87,7 @@ class Test_OC_Connector_Sabre_File extends PHPUnit_Framework_TestCase { $file = new OC_Connector_Sabre_File($view, $info); // action - $etag = $file->put('test data'); + $file->put('test data'); } /** @@ -102,4 +108,39 @@ class Test_OC_Connector_Sabre_File extends PHPUnit_Framework_TestCase { $file = new OC_Connector_Sabre_File($view, $info); $file->setName('/super*star.txt'); } + + /** + * @expectedException \Sabre\DAV\Exception\BadRequest + */ + public function testUploadAbort() { + // setup + $view = $this->getMock('\OC\Files\View', + array('file_put_contents', 'rename', 'getRelativePath', 'filesize'), + array(), '', false); + $view->expects($this->any()) + ->method('file_put_contents') + ->withAnyParameters() + ->will($this->returnValue(true)); + $view->expects($this->any()) + ->method('rename') + ->withAnyParameters() + ->will($this->returnValue(false)); + $view->expects($this->any()) + ->method('getRelativePath') + ->will($this->returnValue('/test.txt')); + $view->expects($this->any()) + ->method('filesize') + ->will($this->returnValue(123456)); + + $_SERVER['CONTENT_LENGTH'] = 12345; + + $info = new \OC\Files\FileInfo('/test.txt', null, null, array( + 'permissions' => \OCP\PERMISSION_ALL + )); + + $file = new OC_Connector_Sabre_File($view, $info); + + // action + $file->put('test data'); + } } diff --git a/tests/lib/preferences-singleton.php b/tests/lib/preferences-singleton.php new file mode 100644 index 00000000000..17fe54ad1f5 --- /dev/null +++ b/tests/lib/preferences-singleton.php @@ -0,0 +1,163 @@ +<?php +/** + * Copyright (c) 2013 Christopher Schäpers <christopher@schaepers.it> + * Copyright (c) 2013 Bart Visscher <bartv@thisnet.nl> + * This file is licensed under the Affero General Public License version 3 or + * later. + * See the COPYING-README file. + */ + +class Test_Preferences extends PHPUnit_Framework_TestCase { + public static function setUpBeforeClass() { + $query = \OC_DB::prepare('INSERT INTO `*PREFIX*preferences` VALUES(?, ?, ?, ?)'); + $query->execute(array("Someuser", "someapp", "somekey", "somevalue")); + + $query->execute(array("Someuser", "getusersapp", "somekey", "somevalue")); + $query->execute(array("Anotheruser", "getusersapp", "somekey", "someothervalue")); + $query->execute(array("Anuser", "getusersapp", "somekey", "somevalue")); + + $query->execute(array("Someuser", "getappsapp", "somekey", "somevalue")); + + $query->execute(array("Someuser", "getkeysapp", "firstkey", "somevalue")); + $query->execute(array("Someuser", "getkeysapp", "anotherkey", "somevalue")); + $query->execute(array("Someuser", "getkeysapp", "key-tastic", "somevalue")); + + $query->execute(array("Someuser", "getvalueapp", "key", "a value for a key")); + + $query->execute(array("Deleteuser", "deleteapp", "deletekey", "somevalue")); + $query->execute(array("Deleteuser", "deleteapp", "somekey", "somevalue")); + $query->execute(array("Deleteuser", "someapp", "somekey", "somevalue")); + } + + public static function tearDownAfterClass() { + $query = \OC_DB::prepare('DELETE FROM `*PREFIX*preferences` WHERE `userid` = ?'); + $query->execute(array('Someuser')); + $query->execute(array('Anotheruser')); + $query->execute(array('Anuser')); + } + + public function testGetUsers() { + $query = \OC_DB::prepare('SELECT DISTINCT `userid` FROM `*PREFIX*preferences`'); + $result = $query->execute(); + $expected = array(); + while ($row = $result->fetchRow()) { + $expected[] = $row['userid']; + } + + $this->assertEquals($expected, \OC_Preferences::getUsers()); + } + + public function testGetApps() { + $query = \OC_DB::prepare('SELECT DISTINCT `appid` FROM `*PREFIX*preferences` WHERE `userid` = ?'); + $result = $query->execute(array('Someuser')); + $expected = array(); + while ($row = $result->fetchRow()) { + $expected[] = $row['appid']; + } + + $this->assertEquals($expected, \OC_Preferences::getApps('Someuser')); + } + + public function testGetKeys() { + $query = \OC_DB::prepare('SELECT DISTINCT `configkey` FROM `*PREFIX*preferences` WHERE `userid` = ? AND `appid` = ?'); + $result = $query->execute(array('Someuser', 'getkeysapp')); + $expected = array(); + while ($row = $result->fetchRow()) { + $expected[] = $row['configkey']; + } + + $this->assertEquals($expected, \OC_Preferences::getKeys('Someuser', 'getkeysapp')); + } + + public function testGetValue() { + $this->assertNull(\OC_Preferences::getValue('nonexistant', 'nonexistant', 'nonexistant')); + + $this->assertEquals('default', \OC_Preferences::getValue('nonexistant', 'nonexistant', 'nonexistant', 'default')); + + $query = \OC_DB::prepare('SELECT `configvalue` FROM `*PREFIX*preferences` WHERE `userid` = ? AND `appid` = ? AND `configkey` = ?'); + $result = $query->execute(array('Someuser', 'getvalueapp', 'key')); + $row = $result->fetchRow(); + $expected = $row['configvalue']; + $this->assertEquals($expected, \OC_Preferences::getValue('Someuser', 'getvalueapp', 'key')); + } + + public function testSetValue() { + $this->assertTrue(\OC_Preferences::setValue('Someuser', 'setvalueapp', 'newkey', 'newvalue')); + $query = \OC_DB::prepare('SELECT `configvalue` FROM `*PREFIX*preferences` WHERE `userid` = ? AND `appid` = ? AND `configkey` = ?'); + $result = $query->execute(array('Someuser', 'setvalueapp', 'newkey')); + $row = $result->fetchRow(); + $value = $row['configvalue']; + $this->assertEquals('newvalue', $value); + + $this->assertTrue(\OC_Preferences::setValue('Someuser', 'setvalueapp', 'newkey', 'othervalue')); + $query = \OC_DB::prepare('SELECT `configvalue` FROM `*PREFIX*preferences` WHERE `userid` = ? AND `appid` = ? AND `configkey` = ?'); + $result = $query->execute(array('Someuser', 'setvalueapp', 'newkey')); + $row = $result->fetchRow(); + $value = $row['configvalue']; + $this->assertEquals('othervalue', $value); + } + + public function testSetValueWithPreCondition() { + // remove existing key + $this->assertTrue(\OC_Preferences::deleteKey('Someuser', 'setvalueapp', 'newkey')); + + // add new preference with pre-condition should fails + $this->assertFalse(\OC_Preferences::setValue('Someuser', 'setvalueapp', 'newkey', 'newvalue', 'preCondition')); + $query = \OC_DB::prepare('SELECT `configvalue` FROM `*PREFIX*preferences` WHERE `userid` = ? AND `appid` = ? AND `configkey` = ?'); + $result = $query->execute(array('Someuser', 'setvalueapp', 'newkey')); + $row = $result->fetchRow(); + $this->assertFalse($row); + + // add new preference without pre-condition should insert the new value + $this->assertTrue(\OC_Preferences::setValue('Someuser', 'setvalueapp', 'newkey', 'newvalue')); + $query = \OC_DB::prepare('SELECT `configvalue` FROM `*PREFIX*preferences` WHERE `userid` = ? AND `appid` = ? AND `configkey` = ?'); + $result = $query->execute(array('Someuser', 'setvalueapp', 'newkey')); + $row = $result->fetchRow(); + $value = $row['configvalue']; + $this->assertEquals('newvalue', $value); + + // wrong pre-condition, value should stay the same + $this->assertFalse(\OC_Preferences::setValue('Someuser', 'setvalueapp', 'newkey', 'othervalue', 'preCondition')); + $query = \OC_DB::prepare('SELECT `configvalue` FROM `*PREFIX*preferences` WHERE `userid` = ? AND `appid` = ? AND `configkey` = ?'); + $result = $query->execute(array('Someuser', 'setvalueapp', 'newkey')); + $row = $result->fetchRow(); + $value = $row['configvalue']; + $this->assertEquals('newvalue', $value); + + // correct pre-condition, value should change + $this->assertTrue(\OC_Preferences::setValue('Someuser', 'setvalueapp', 'newkey', 'othervalue', 'newvalue')); + $query = \OC_DB::prepare('SELECT `configvalue` FROM `*PREFIX*preferences` WHERE `userid` = ? AND `appid` = ? AND `configkey` = ?'); + $result = $query->execute(array('Someuser', 'setvalueapp', 'newkey')); + $row = $result->fetchRow(); + $value = $row['configvalue']; + $this->assertEquals('othervalue', $value); + } + + public function testDeleteKey() { + $this->assertTrue(\OC_Preferences::deleteKey('Deleteuser', 'deleteapp', 'deletekey')); + $query = \OC_DB::prepare('SELECT `configvalue` FROM `*PREFIX*preferences` WHERE `userid` = ? AND `appid` = ? AND `configkey` = ?'); + $result = $query->execute(array('Deleteuser', 'deleteapp', 'deletekey')); + $this->assertEquals(0, count($result->fetchAll())); + } + + public function testDeleteApp() { + $this->assertTrue(\OC_Preferences::deleteApp('Deleteuser', 'deleteapp')); + $query = \OC_DB::prepare('SELECT `configvalue` FROM `*PREFIX*preferences` WHERE `userid` = ? AND `appid` = ?'); + $result = $query->execute(array('Deleteuser', 'deleteapp')); + $this->assertEquals(0, count($result->fetchAll())); + } + + public function testDeleteUser() { + $this->assertTrue(\OC_Preferences::deleteUser('Deleteuser')); + $query = \OC_DB::prepare('SELECT `configvalue` FROM `*PREFIX*preferences` WHERE `userid` = ?'); + $result = $query->execute(array('Deleteuser')); + $this->assertEquals(0, count($result->fetchAll())); + } + + public function testDeleteAppFromAllUsers() { + $this->assertTrue(\OC_Preferences::deleteAppFromAllUsers('someapp')); + $query = \OC_DB::prepare('SELECT `configvalue` FROM `*PREFIX*preferences` WHERE `appid` = ?'); + $result = $query->execute(array('someapp')); + $this->assertEquals(0, count($result->fetchAll())); + } +} diff --git a/tests/lib/preferences.php b/tests/lib/preferences.php index d31b0257bad..fe8e3e8b48c 100644 --- a/tests/lib/preferences.php +++ b/tests/lib/preferences.php @@ -7,161 +7,6 @@ * See the COPYING-README file. */ -class Test_Preferences extends PHPUnit_Framework_TestCase { - public static function setUpBeforeClass() { - $query = \OC_DB::prepare('INSERT INTO `*PREFIX*preferences` VALUES(?, ?, ?, ?)'); - $query->execute(array("Someuser", "someapp", "somekey", "somevalue")); - - $query->execute(array("Someuser", "getusersapp", "somekey", "somevalue")); - $query->execute(array("Anotheruser", "getusersapp", "somekey", "someothervalue")); - $query->execute(array("Anuser", "getusersapp", "somekey", "somevalue")); - - $query->execute(array("Someuser", "getappsapp", "somekey", "somevalue")); - - $query->execute(array("Someuser", "getkeysapp", "firstkey", "somevalue")); - $query->execute(array("Someuser", "getkeysapp", "anotherkey", "somevalue")); - $query->execute(array("Someuser", "getkeysapp", "key-tastic", "somevalue")); - - $query->execute(array("Someuser", "getvalueapp", "key", "a value for a key")); - - $query->execute(array("Deleteuser", "deleteapp", "deletekey", "somevalue")); - $query->execute(array("Deleteuser", "deleteapp", "somekey", "somevalue")); - $query->execute(array("Deleteuser", "someapp", "somekey", "somevalue")); - } - - public static function tearDownAfterClass() { - $query = \OC_DB::prepare('DELETE FROM `*PREFIX*preferences` WHERE `userid` = ?'); - $query->execute(array('Someuser')); - $query->execute(array('Anotheruser')); - $query->execute(array('Anuser')); - } - - public function testGetUsers() { - $query = \OC_DB::prepare('SELECT DISTINCT `userid` FROM `*PREFIX*preferences`'); - $result = $query->execute(); - $expected = array(); - while ($row = $result->fetchRow()) { - $expected[] = $row['userid']; - } - - $this->assertEquals($expected, \OC_Preferences::getUsers()); - } - - public function testGetApps() { - $query = \OC_DB::prepare('SELECT DISTINCT `appid` FROM `*PREFIX*preferences` WHERE `userid` = ?'); - $result = $query->execute(array('Someuser')); - $expected = array(); - while ($row = $result->fetchRow()) { - $expected[] = $row['appid']; - } - - $this->assertEquals($expected, \OC_Preferences::getApps('Someuser')); - } - - public function testGetKeys() { - $query = \OC_DB::prepare('SELECT DISTINCT `configkey` FROM `*PREFIX*preferences` WHERE `userid` = ? AND `appid` = ?'); - $result = $query->execute(array('Someuser', 'getkeysapp')); - $expected = array(); - while ($row = $result->fetchRow()) { - $expected[] = $row['configkey']; - } - - $this->assertEquals($expected, \OC_Preferences::getKeys('Someuser', 'getkeysapp')); - } - - public function testGetValue() { - $this->assertNull(\OC_Preferences::getValue('nonexistant', 'nonexistant', 'nonexistant')); - - $this->assertEquals('default', \OC_Preferences::getValue('nonexistant', 'nonexistant', 'nonexistant', 'default')); - - $query = \OC_DB::prepare('SELECT `configvalue` FROM `*PREFIX*preferences` WHERE `userid` = ? AND `appid` = ? AND `configkey` = ?'); - $result = $query->execute(array('Someuser', 'getvalueapp', 'key')); - $row = $result->fetchRow(); - $expected = $row['configvalue']; - $this->assertEquals($expected, \OC_Preferences::getValue('Someuser', 'getvalueapp', 'key')); - } - - public function testSetValue() { - $this->assertTrue(\OC_Preferences::setValue('Someuser', 'setvalueapp', 'newkey', 'newvalue')); - $query = \OC_DB::prepare('SELECT `configvalue` FROM `*PREFIX*preferences` WHERE `userid` = ? AND `appid` = ? AND `configkey` = ?'); - $result = $query->execute(array('Someuser', 'setvalueapp', 'newkey')); - $row = $result->fetchRow(); - $value = $row['configvalue']; - $this->assertEquals('newvalue', $value); - - $this->assertTrue(\OC_Preferences::setValue('Someuser', 'setvalueapp', 'newkey', 'othervalue')); - $query = \OC_DB::prepare('SELECT `configvalue` FROM `*PREFIX*preferences` WHERE `userid` = ? AND `appid` = ? AND `configkey` = ?'); - $result = $query->execute(array('Someuser', 'setvalueapp', 'newkey')); - $row = $result->fetchRow(); - $value = $row['configvalue']; - $this->assertEquals('othervalue', $value); - } - - public function testSetValueWithPreCondition() { - // remove existing key - $this->assertTrue(\OC_Preferences::deleteKey('Someuser', 'setvalueapp', 'newkey')); - - // add new preference with pre-condition should fails - $this->assertFalse(\OC_Preferences::setValue('Someuser', 'setvalueapp', 'newkey', 'newvalue', 'preCondition')); - $query = \OC_DB::prepare('SELECT `configvalue` FROM `*PREFIX*preferences` WHERE `userid` = ? AND `appid` = ? AND `configkey` = ?'); - $result = $query->execute(array('Someuser', 'setvalueapp', 'newkey')); - $row = $result->fetchRow(); - $this->assertFalse($row); - - // add new preference without pre-condition should insert the new value - $this->assertTrue(\OC_Preferences::setValue('Someuser', 'setvalueapp', 'newkey', 'newvalue')); - $query = \OC_DB::prepare('SELECT `configvalue` FROM `*PREFIX*preferences` WHERE `userid` = ? AND `appid` = ? AND `configkey` = ?'); - $result = $query->execute(array('Someuser', 'setvalueapp', 'newkey')); - $row = $result->fetchRow(); - $value = $row['configvalue']; - $this->assertEquals('newvalue', $value); - - // wrong pre-condition, value should stay the same - $this->assertFalse(\OC_Preferences::setValue('Someuser', 'setvalueapp', 'newkey', 'othervalue', 'preCondition')); - $query = \OC_DB::prepare('SELECT `configvalue` FROM `*PREFIX*preferences` WHERE `userid` = ? AND `appid` = ? AND `configkey` = ?'); - $result = $query->execute(array('Someuser', 'setvalueapp', 'newkey')); - $row = $result->fetchRow(); - $value = $row['configvalue']; - $this->assertEquals('newvalue', $value); - - // correct pre-condition, value should change - $this->assertTrue(\OC_Preferences::setValue('Someuser', 'setvalueapp', 'newkey', 'othervalue', 'newvalue')); - $query = \OC_DB::prepare('SELECT `configvalue` FROM `*PREFIX*preferences` WHERE `userid` = ? AND `appid` = ? AND `configkey` = ?'); - $result = $query->execute(array('Someuser', 'setvalueapp', 'newkey')); - $row = $result->fetchRow(); - $value = $row['configvalue']; - $this->assertEquals('othervalue', $value); - } - - public function testDeleteKey() { - $this->assertTrue(\OC_Preferences::deleteKey('Deleteuser', 'deleteapp', 'deletekey')); - $query = \OC_DB::prepare('SELECT `configvalue` FROM `*PREFIX*preferences` WHERE `userid` = ? AND `appid` = ? AND `configkey` = ?'); - $result = $query->execute(array('Deleteuser', 'deleteapp', 'deletekey')); - $this->assertEquals(0, count($result->fetchAll())); - } - - public function testDeleteApp() { - $this->assertTrue(\OC_Preferences::deleteApp('Deleteuser', 'deleteapp')); - $query = \OC_DB::prepare('SELECT `configvalue` FROM `*PREFIX*preferences` WHERE `userid` = ? AND `appid` = ?'); - $result = $query->execute(array('Deleteuser', 'deleteapp')); - $this->assertEquals(0, count($result->fetchAll())); - } - - public function testDeleteUser() { - $this->assertTrue(\OC_Preferences::deleteUser('Deleteuser')); - $query = \OC_DB::prepare('SELECT `configvalue` FROM `*PREFIX*preferences` WHERE `userid` = ?'); - $result = $query->execute(array('Deleteuser')); - $this->assertEquals(0, count($result->fetchAll())); - } - - public function testDeleteAppFromAllUsers() { - $this->assertTrue(\OC_Preferences::deleteAppFromAllUsers('someapp')); - $query = \OC_DB::prepare('SELECT `configvalue` FROM `*PREFIX*preferences` WHERE `appid` = ?'); - $result = $query->execute(array('someapp')); - $this->assertEquals(0, count($result->fetchAll())); - } -} - class Test_Preferences_Object extends PHPUnit_Framework_TestCase { public function testGetUsers() { @@ -185,10 +30,69 @@ class Test_Preferences_Object extends PHPUnit_Framework_TestCase { $connectionMock = $this->getMock('\OC\DB\Connection', array(), array(), '', false); $connectionMock->expects($this->exactly(2)) ->method('fetchColumn') - ->with($this->equalTo('SELECT COUNT(*) FROM `*PREFIX*preferences`' + ->with($this->equalTo('SELECT `configvalue` FROM `*PREFIX*preferences`' + .' WHERE `userid` = ? AND `appid` = ? AND `configkey` = ?'), + $this->equalTo(array('grg', 'bar', 'foo'))) + ->will($this->onConsecutiveCalls(false, 'v1')); + $connectionMock->expects($this->once()) + ->method('insert') + ->with($this->equalTo('*PREFIX*preferences'), + $this->equalTo( + array( + 'userid' => 'grg', + 'appid' => 'bar', + 'configkey' => 'foo', + 'configvalue' => 'v1', + ) + )); + $connectionMock->expects($this->once()) + ->method('executeUpdate') + ->with($this->equalTo("UPDATE `*PREFIX*preferences` SET `configvalue` = ?" + . " WHERE `userid` = ? AND `appid` = ? AND `configkey` = ?"), + $this->equalTo(array('v2', 'grg', 'bar', 'foo')) + ); + + $preferences = new OC\Preferences($connectionMock); + $preferences->setValue('grg', 'bar', 'foo', 'v1'); + $preferences->setValue('grg', 'bar', 'foo', 'v2'); + } + + public function testSetValueUnchanged() { + $connectionMock = $this->getMock('\OC\DB\Connection', array(), array(), '', false); + $connectionMock->expects($this->exactly(3)) + ->method('fetchColumn') + ->with($this->equalTo('SELECT `configvalue` FROM `*PREFIX*preferences`' .' WHERE `userid` = ? AND `appid` = ? AND `configkey` = ?'), $this->equalTo(array('grg', 'bar', 'foo'))) - ->will($this->onConsecutiveCalls(0, 1)); + ->will($this->onConsecutiveCalls(false, 'v1', 'v1')); + $connectionMock->expects($this->once()) + ->method('insert') + ->with($this->equalTo('*PREFIX*preferences'), + $this->equalTo( + array( + 'userid' => 'grg', + 'appid' => 'bar', + 'configkey' => 'foo', + 'configvalue' => 'v1', + ) + )); + $connectionMock->expects($this->never()) + ->method('executeUpdate'); + + $preferences = new OC\Preferences($connectionMock); + $preferences->setValue('grg', 'bar', 'foo', 'v1'); + $preferences->setValue('grg', 'bar', 'foo', 'v1'); + $preferences->setValue('grg', 'bar', 'foo', 'v1'); + } + + public function testSetValueUnchanged2() { + $connectionMock = $this->getMock('\OC\DB\Connection', array(), array(), '', false); + $connectionMock->expects($this->exactly(3)) + ->method('fetchColumn') + ->with($this->equalTo('SELECT `configvalue` FROM `*PREFIX*preferences`' + .' WHERE `userid` = ? AND `appid` = ? AND `configkey` = ?'), + $this->equalTo(array('grg', 'bar', 'foo'))) + ->will($this->onConsecutiveCalls(false, 'v1', 'v2')); $connectionMock->expects($this->once()) ->method('insert') ->with($this->equalTo('*PREFIX*preferences'), @@ -210,6 +114,7 @@ class Test_Preferences_Object extends PHPUnit_Framework_TestCase { $preferences = new OC\Preferences($connectionMock); $preferences->setValue('grg', 'bar', 'foo', 'v1'); $preferences->setValue('grg', 'bar', 'foo', 'v2'); + $preferences->setValue('grg', 'bar', 'foo', 'v2'); } public function testGetUserValues() diff --git a/tests/lib/repair/repaircollation.php b/tests/lib/repair/repaircollation.php new file mode 100644 index 00000000000..362feb8463f --- /dev/null +++ b/tests/lib/repair/repaircollation.php @@ -0,0 +1,73 @@ +<?php +/** + * Copyright (c) 2014 Thomas Müller <deepdiver@owncloud.com> + * This file is licensed under the Affero General Public License version 3 or + * later. + * See the COPYING-README file. + */ + +class TestCollationRepair extends \OC\Repair\Collation { + /** + * @param \Doctrine\DBAL\Connection $connection + * @return string[] + */ + public function getAllNonUTF8BinTables($connection) { + return parent::getAllNonUTF8BinTables($connection); + } +} + +/** + * Tests for the converting of MySQL tables to InnoDB engine + * + * @see \OC\Repair\RepairMimeTypes + */ +class TestRepairCollation extends PHPUnit_Framework_TestCase { + + /** + * @var TestCollationRepair + */ + private $repair; + + /** + * @var \Doctrine\DBAL\Connection + */ + private $connection; + + /** + * @var string + */ + private $tableName; + + /** + * @var \OCP\IConfig + */ + private $config; + + public function setUp() { + $this->connection = \OC_DB::getConnection(); + $this->config = \OC::$server->getConfig(); + if (!$this->connection->getDatabasePlatform() instanceof \Doctrine\DBAL\Platforms\MySqlPlatform) { + $this->markTestSkipped("Test only relevant on MySql"); + } + + $dbPrefix = $this->config->getSystemValue("dbtableprefix"); + $this->tableName = uniqid($dbPrefix . "_collation_test"); + $this->connection->exec("CREATE TABLE $this->tableName(text VARCHAR(16)) COLLATE utf8_unicode_ci"); + + $this->repair = new TestCollationRepair($this->config, $this->connection); + } + + public function tearDown() { + $this->connection->getSchemaManager()->dropTable($this->tableName); + } + + public function testCollationConvert() { + $tables = $this->repair->getAllNonUTF8BinTables($this->connection); + $this->assertGreaterThanOrEqual(1, count($tables)); + + $this->repair->run(); + + $tables = $this->repair->getAllNonUTF8BinTables($this->connection); + $this->assertCount(0, $tables); + } +} diff --git a/tests/lib/repair/repairinnodb.php b/tests/lib/repair/repairinnodb.php new file mode 100644 index 00000000000..e7d2442f127 --- /dev/null +++ b/tests/lib/repair/repairinnodb.php @@ -0,0 +1,65 @@ +<?php +/** + * Copyright (c) 2014 Thomas Müller <deepdiver@owncloud.com> + * This file is licensed under the Affero General Public License version 3 or + * later. + * See the COPYING-README file. + */ + +/** + * Tests for the converting of MySQL tables to InnoDB engine + * + * @see \OC\Repair\RepairMimeTypes + */ +class TestRepairInnoDB extends PHPUnit_Framework_TestCase { + + /** @var \OC\RepairStep */ + private $repair; + + /** @var \Doctrine\DBAL\Connection */ + private $connection; + + /** @var string */ + private $tableName; + + public function setUp() { + $this->connection = \OC_DB::getConnection(); + if (!$this->connection->getDatabasePlatform() instanceof \Doctrine\DBAL\Platforms\MySqlPlatform) { + $this->markTestSkipped("Test only relevant on MySql"); + } + + $dbPrefix = \OC::$server->getConfig()->getSystemValue("dbtableprefix"); + $this->tableName = uniqid($dbPrefix . "_innodb_test"); + $this->connection->exec("CREATE TABLE $this->tableName(id INT) ENGINE MyISAM"); + + $this->repair = new \OC\Repair\InnoDB(); + } + + public function tearDown() { + $this->connection->getSchemaManager()->dropTable($this->tableName); + } + + public function testInnoDBConvert() { + $result = $this->countMyIsamTables(); + $this->assertEquals(1, $result); + + $this->repair->run(); + + $result = $this->countMyIsamTables(); + $this->assertEquals(0, $result); + } + + /** + * @param $dbName + * @return mixed + */ + private function countMyIsamTables() { + $dbName = \OC::$server->getConfig()->getSystemValue("dbname"); + + $result = $this->connection->fetchColumn( + "SELECT count(*) FROM information_schema.tables WHERE table_schema = ? and table_name = ? AND engine = 'MyISAM'", + array($dbName, $this->tableName) + ); + return $result; + } +} |