diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-04 02:03:21 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-04 02:03:21 +0200 |
commit | b867b738e8772ac8806b031baccebf150d701dde (patch) | |
tree | 30acbd019f7cbd731fd25c0c8e8bd9f7cf63d3f5 /lib | |
parent | 5153b8b293b5485b9aa3d321f6a93979ec302068 (diff) | |
download | nextcloud-server-b867b738e8772ac8806b031baccebf150d701dde.tar.gz nextcloud-server-b867b738e8772ac8806b031baccebf150d701dde.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/ca.php | 5 | ||||
-rw-r--r-- | lib/l10n/eu.php | 5 | ||||
-rw-r--r-- | lib/l10n/ja_JP.php | 5 | ||||
-rw-r--r-- | lib/l10n/pl.php | 5 |
4 files changed, 16 insertions, 4 deletions
diff --git a/lib/l10n/ca.php b/lib/l10n/ca.php index 8e4c30caec9..031207227ec 100644 --- a/lib/l10n/ca.php +++ b/lib/l10n/ca.php @@ -21,5 +21,8 @@ "last month" => "el mes passat", "months ago" => "mesos enrere", "last year" => "l'any passat", -"years ago" => "fa anys" +"years ago" => "fa anys", +"%s is available. Get <a href=\"%s\">more information</a>" => "%s està disponible. Obtén <a href=\"%s\">més informació</a>", +"up to date" => "actualitzat", +"updates check is disabled" => "la comprovació d'actualitzacions està desactivada" ); diff --git a/lib/l10n/eu.php b/lib/l10n/eu.php index 989b3694136..461bf458778 100644 --- a/lib/l10n/eu.php +++ b/lib/l10n/eu.php @@ -21,5 +21,8 @@ "last month" => "joan den hilabetea", "months ago" => "orain dela hilabete batzuk", "last year" => "joan den urtea", -"years ago" => "orain dela urte batzuk" +"years ago" => "orain dela urte batzuk", +"%s is available. Get <a href=\"%s\">more information</a>" => "%s eskuragarri dago. Lortu <a href=\"%s\">informazio gehiago</a>", +"up to date" => "eguneratuta", +"updates check is disabled" => "eguneraketen egiaztapena ez dago gaituta" ); diff --git a/lib/l10n/ja_JP.php b/lib/l10n/ja_JP.php index 3552a525c99..10f7276703a 100644 --- a/lib/l10n/ja_JP.php +++ b/lib/l10n/ja_JP.php @@ -21,5 +21,8 @@ "last month" => "先月", "months ago" => "月前", "last year" => "昨年", -"years ago" => "年前" +"years ago" => "年前", +"%s is available. Get <a href=\"%s\">more information</a>" => "%s が利用可能です。<a href=\"%s\">詳細情報</a> を確認ください", +"up to date" => "最新です", +"updates check is disabled" => "更新チェックは無効です" ); diff --git a/lib/l10n/pl.php b/lib/l10n/pl.php index 169462fabb7..087aaa227d3 100644 --- a/lib/l10n/pl.php +++ b/lib/l10n/pl.php @@ -21,5 +21,8 @@ "last month" => "ostatni miesiąc", "months ago" => "miesięcy temu", "last year" => "ostatni rok", -"years ago" => "lat temu" +"years ago" => "lat temu", +"%s is available. Get <a href=\"%s\">more information</a>" => "%s jest dostępna. Uzyskaj <a href=\"%s\">więcej informacji</a>", +"up to date" => "Aktualne", +"updates check is disabled" => "wybór aktualizacji jest wyłączony" ); |