diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-08-15 02:14:35 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-08-15 02:14:35 +0000 |
commit | fdcc654ff6267e03854db27cec472dd26aaf6233 (patch) | |
tree | 63d1b3a68587fbb4cc2bca5265cb8e8b0e12bc50 /lib/l10n/lv.js | |
parent | 76c004b857a1beac0dcf7c39b5a5b38a4dfb5d22 (diff) | |
download | nextcloud-server-fdcc654ff6267e03854db27cec472dd26aaf6233.tar.gz nextcloud-server-fdcc654ff6267e03854db27cec472dd26aaf6233.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/lv.js')
-rw-r--r-- | lib/l10n/lv.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/lv.js b/lib/l10n/lv.js index f4cd727ddd7..b8118116aef 100644 --- a/lib/l10n/lv.js +++ b/lib/l10n/lv.js @@ -112,6 +112,7 @@ OC.L10N.register( "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Tas ir iespējams, kešatmiņa / paātrinātājs, piemēram, Zend OPcache vai eAccelerator.", "PHP modules have been installed, but they are still listed as missing?" : "PHP modulis ir uzstādīts, taču tas joprojām ir uzskatāms kā trūkstošs, pazudis?", "Please ask your server administrator to restart the web server." : "Lūdzu, palūdziet savam servera administratoram, restartēt Web serveri.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 nepieciešams", "Please upgrade your database version" : "Lūdzu, atjauniniet datu bāzes versiju", "Storage unauthorized. %s" : "Krātuve neautorizēta. %s", "Storage incomplete configuration. %s" : "Storage incomplete configuration. %s", @@ -119,7 +120,6 @@ OC.L10N.register( "Storage is temporarily not available" : "Glabātuve īslaicīgi nav pieejama", "Storage connection timeout. %s" : "Datu savienojuma taimauts. %s", "%s shared »%s« with you" : "%s kopīgots »%s« ar jums", - "%s via %s" : "%s ar %s", - "PostgreSQL >= 9 required" : "PostgreSQL >= 9 nepieciešams" + "%s via %s" : "%s ar %s" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); |