summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/ast.php19
-rw-r--r--lib/l10n/ja.php4
2 files changed, 15 insertions, 8 deletions
diff --git a/lib/l10n/ast.php b/lib/l10n/ast.php
index 9a9c7b2c546..078aad4529a 100644
--- a/lib/l10n/ast.php
+++ b/lib/l10n/ast.php
@@ -74,27 +74,34 @@ $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 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 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 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 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;";