From 17f5a18922276e908f26b68c24999f7595cf37bc Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Thu, 1 May 2014 01:56:01 -0400 Subject: [tx-robot] updated from transifex --- lib/l10n/en_NZ.php | 8 ++++++++ lib/l10n/es.php | 4 ++++ lib/l10n/ja.php | 7 +++++++ lib/l10n/ta_IN.php | 8 ++++++++ 4 files changed, 27 insertions(+) create mode 100644 lib/l10n/en_NZ.php create mode 100644 lib/l10n/ta_IN.php (limited to 'lib') diff --git a/lib/l10n/en_NZ.php b/lib/l10n/en_NZ.php new file mode 100644 index 00000000000..15f78e0bce6 --- /dev/null +++ b/lib/l10n/en_NZ.php @@ -0,0 +1,8 @@ + array("",""), +"_%n hour ago_::_%n hours ago_" => array("",""), +"_%n day go_::_%n days ago_" => array("",""), +"_%n month ago_::_%n months ago_" => array("","") +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/es.php b/lib/l10n/es.php index a4e15f4881f..d1c04b09d38 100644 --- a/lib/l10n/es.php +++ b/lib/l10n/es.php @@ -69,9 +69,13 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Compartir tipo %s no es válido para %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Configuración de permisos para %s ha fallado, ya que los permisos superan los permisos dados a %s", "Setting permissions for %s failed, because the item was not found" => "Configuración de permisos para %s ha fallado, ya que el elemento no fue encontrado", +"Sharing backend %s must implement the interface OCP\\Share_Backend" => "El motor compartido %s debe implementar la interfaz OCP\\Share_Backend", +"Sharing backend %s not found" => "El motor compartido %s no se ha encontrado", +"Sharing backend for %s not found" => "Motor compartido para %s no encontrado", "Sharing %s failed, because the user %s is the original sharer" => "Compartiendo %s ha fallado, ya que el usuario %s es el compartidor original", "Sharing %s failed, because the permissions exceed permissions granted to %s" => "Compartiendo %s ha fallado, ya que los permisos superan los permisos otorgados a %s", "Sharing %s failed, because resharing is not allowed" => "Compartiendo %s ha fallado, ya que volver a compartir no está permitido", +"Sharing %s failed, because the sharing backend for %s could not find its source" => "Compartir %s falló porque el motor compartido para %s podría no encontrar su origen", "Sharing %s failed, because the file could not be found in the file cache" => "Compartiendo %s ha fallado, ya que el archivo no pudo ser encontrado en el cache de archivo", "Could not find category \"%s\"" => "No puede encontrar la categoria \"%s\"", "seconds ago" => "hace segundos", diff --git a/lib/l10n/ja.php b/lib/l10n/ja.php index 6d72836f775..ec5352242d5 100644 --- a/lib/l10n/ja.php +++ b/lib/l10n/ja.php @@ -1,5 +1,6 @@ "あなたはサーバに、信用が付与されていないドメインからアクセスしています。", "App \"%s\" can't be installed because it is not compatible with this version of ownCloud." => " \"%s\" アプリは、このバージョンのownCloudと互換性がないためインストールできません。", "No app name specified" => "アプリ名が未指定", "Help" => "ヘルプ", @@ -56,6 +57,12 @@ $TRANSLATIONS = array( "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "WebDAVインターフェースに問題があると思われるため、WEBサーバーはまだファイルの同期を許可するよう適切に設定されていません。", "Please double check the installation guides." => "インストールガイドをよく確認してください。", "%s shared »%s« with you" => "%sが あなたと »%s«を共有しました", +"Sharing %s failed, because the file does not exist" => "%s の共有に失敗しました。そのようなファイルは存在しないからです。", +"Sharing backend %s not found" => "共有バックエンド %s が見つかりません", +"Sharing backend for %s not found" => "%s のための共有バックエンドが見つかりません", +"Sharing %s failed, because the user %s is the original sharer" => "%s の共有に失敗しました。ユーザ %s が元々の共有者であるからです。", +"Sharing %s failed, because the permissions exceed permissions granted to %s" => "%s の共有に失敗しました。%s に付与されている許可を超えているからです。", +"Sharing %s failed, because resharing is not allowed" => "%s の共有に失敗しました。再共有が許されていないからです。", "Could not find category \"%s\"" => "カテゴリ \"%s\" が見つかりませんでした", "seconds ago" => "数秒前", "_%n minute ago_::_%n minutes ago_" => array("%n 分前"), diff --git a/lib/l10n/ta_IN.php b/lib/l10n/ta_IN.php new file mode 100644 index 00000000000..15f78e0bce6 --- /dev/null +++ b/lib/l10n/ta_IN.php @@ -0,0 +1,8 @@ + array("",""), +"_%n hour ago_::_%n hours ago_" => array("",""), +"_%n day go_::_%n days ago_" => array("",""), +"_%n month ago_::_%n months ago_" => array("","") +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; -- cgit v1.2.3