diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-06 01:54:33 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-06 01:54:33 -0400 |
commit | 33492b44482a0e5d6e12579779f7f4617544748b (patch) | |
tree | 5aab8da776e1dca6049c615e236bb8f865bef6ba /lib/l10n | |
parent | a6fb8c16e63bd0544d721fc02fe487bbeb3d9c9c (diff) | |
download | nextcloud-server-33492b44482a0e5d6e12579779f7f4617544748b.tar.gz nextcloud-server-33492b44482a0e5d6e12579779f7f4617544748b.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/nb_NO.php | 4 | ||||
-rw-r--r-- | lib/l10n/zh_CN.php | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/l10n/nb_NO.php b/lib/l10n/nb_NO.php index fd6e56c8161..1b7196c0881 100644 --- a/lib/l10n/nb_NO.php +++ b/lib/l10n/nb_NO.php @@ -16,7 +16,7 @@ $TRANSLATIONS = array( "No app name specified" => "Intet app-navn spesifisert", "Unknown filetype" => "Ukjent filtype", "Invalid image" => "Ugyldig bilde", -"web services under your control" => "web tjenester du kontrollerer", +"web services under your control" => "webtjenester som du kontrollerer", "App directory already exists" => "App-mappe finnes allerede", "Can't create app folder. Please fix permissions. %s" => "Kan ikke opprette app-mappe. Vennligst ordne opp i tillatelser. %s", "No source specified when installing app" => "Ingen kilde spesifisert ved installering av app", @@ -76,7 +76,7 @@ $TRANSLATIONS = array( "Sharing %s failed, because the sharing backend for %s could not find its source" => "Deling av %s feilet, fordi delings-serveren for %s ikke kunne finne kilden", "Sharing %s failed, because the file could not be found in the file cache" => "Deling av %s feilet, fordi filen ikke ble funnet i fil-mellomlageret", "Could not find category \"%s\"" => "Kunne ikke finne kategori \"%s\"", -"seconds ago" => "for noen sekunder siden", +"seconds ago" => "for få sekunder siden", "_%n minute ago_::_%n minutes ago_" => array("for %n minutt siden","for %n minutter siden"), "_%n hour ago_::_%n hours ago_" => array("for %n time siden","for %n timer siden"), "today" => "i dag", diff --git a/lib/l10n/zh_CN.php b/lib/l10n/zh_CN.php index f0d13837974..cb7f33e6dd8 100644 --- a/lib/l10n/zh_CN.php +++ b/lib/l10n/zh_CN.php @@ -12,7 +12,7 @@ $TRANSLATIONS = array( "No app name specified" => "没有指定的 App 名称", "Unknown filetype" => "未知的文件类型", "Invalid image" => "无效的图像", -"web services under your control" => "您控制的web服务", +"web services under your control" => "您控制的网络服务", "App directory already exists" => "应用程序目录已存在", "Can't create app folder. Please fix permissions. %s" => "无法创建应用程序文件夹。请修正权限。%s", "No source specified when installing app" => "安装 App 时未指定来源", |