2013-08-09 16:06:31 +04:00
< ? php
$TRANSLATIONS = array (
2012-10-25 04:11:53 +04:00
" Help " => " Palīdzība " ,
" Personal " => " Personīgi " ,
" Settings " => " Iestatījumi " ,
" Users " => " Lietotāji " ,
2013-02-05 03:20:29 +04:00
" Admin " => " Administratori " ,
2013-08-19 23:14:38 +04:00
" Failed to upgrade \" %s \" . " => " Kļūda atjauninot \" %s \" " ,
2013-07-06 04:08:38 +04:00
" web services under your control " => " tīmekļa servisi tavā varā " ,
2013-08-19 23:14:38 +04:00
" cannot open \" %s \" " => " Nevar atvērt \" %s \" " ,
2013-02-05 03:20:29 +04:00
" ZIP download is turned off. " => " ZIP lejupielādēšana ir izslēgta. " ,
" Files need to be downloaded one by one. " => " Datnes var lejupielādēt tikai katru atsevišķi. " ,
" Back to Files " => " Atpakaļ pie datnēm " ,
" Selected files too large to generate zip file. " => " Izvēlētās datnes ir pārāk lielas, lai izveidotu zip datni. " ,
2013-08-19 23:14:38 +04:00
" Download the files in smaller chunks, seperately or kindly ask your administrator. " => " Lejupielādējiet savus failus mazākās daļās, atsevišķi vai palūdziet tos administratoram. " ,
2013-02-05 03:20:29 +04:00
" Application is not enabled " => " Lietotne nav aktivēta " ,
" Authentication error " => " Autentifikācijas kļūda " ,
" Token expired. Please reload page. " => " Pilnvarai ir beidzies termiņš. Lūdzu, pārlādējiet lapu. " ,
" Files " => " Datnes " ,
" Text " => " Teksts " ,
" Images " => " Attēli " ,
2013-02-12 03:21:45 +04:00
" %s enter the database username. " => " %s ievadiet datubāzes lietotājvārdu. " ,
" %s enter the database name. " => " %s ievadiet datubāzes nosaukumu. " ,
" %s you may not use dots in the database name " => " %s datubāžu nosaukumos nedrīkst izmantot punktus " ,
2013-06-30 04:13:07 +04:00
" MS SQL username and/or password not valid: %s " => " Nav derīga MySQL parole un/vai lietotājvārds — %s " ,
2013-02-12 03:21:45 +04:00
" You need to enter either an existing account or the administrator. " => " Jums jāievada vai nu esošs vai administratora konts. " ,
" MySQL username and/or password not valid " => " Nav derīga MySQL parole un/vai lietotājvārds " ,
" DB Error: \" %s \" " => " DB kļūda — “%s” " ,
" Offending command was: \" %s \" " => " Vainīgā komanda bija “%s” " ,
" MySQL user '%s'@'localhost' exists already. " => " MySQL lietotājs %s'@'localhost' jau eksistē. " ,
" Drop this user from MySQL " => " Izmest šo lietotāju no MySQL " ,
" MySQL user '%s'@'%%' already exists " => " MySQL lietotājs '%s'@'%%' jau eksistē " ,
" Drop this user from MySQL. " => " Izmest šo lietotāju no MySQL. " ,
2013-08-19 23:14:38 +04:00
" Oracle connection could not be established " => " Nevar izveidot savienojumu ar Oracle " ,
2013-05-24 04:02:43 +04:00
" Oracle username and/or password not valid " => " Nav derīga Oracle parole un/vai lietotājvārds " ,
2013-02-12 03:21:45 +04:00
" Offending command was: \" %s \" , name: %s, password: %s " => " Vainīgā komanda bija \" %s \" , vārds: %s, parole: %s " ,
2013-06-30 04:13:07 +04:00
" PostgreSQL username and/or password not valid " => " Nav derīga PostgreSQL parole un/vai lietotājvārds " ,
" Set an admin username. " => " Iestatiet administratora lietotājvārdu. " ,
" Set an admin password. " => " Iestatiet administratora paroli. " ,
2013-02-11 03:04:49 +04:00
" Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken. " => " Jūsu serveris vēl nav pareizi iestatīts, lai ļautu sinhronizēt datnes, jo izskatās, ka WebDAV saskarne ir salauzta. " ,
" Please double check the <a href='%s'>installation guides</a>. " => " Lūdzu, vēlreiz pārbaudiet <a href='%s'>instalēšanas palīdzību</a>. " ,
2013-02-05 03:20:29 +04:00
" seconds ago " => " sekundes atpakaļ " ,
2013-08-19 23:14:38 +04:00
" _%n minute ago_::_%n minutes ago_ " => array ( " " , " " , " Pirms %n minūtēm " ),
" _%n hour ago_::_%n hours ago_ " => array ( " " , " " , " Pirms %n stundām " ),
2013-02-05 03:20:29 +04:00
" today " => " šodien " ,
" yesterday " => " vakar " ,
2013-08-19 23:14:38 +04:00
" _%n day go_::_%n days ago_ " => array ( " " , " " , " Pirms %n dienām " ),
2013-02-05 03:20:29 +04:00
" last month " => " pagājušajā mēnesī " ,
2013-08-19 23:14:38 +04:00
" _%n month ago_::_%n months ago_ " => array ( " " , " " , " Pirms %n mēnešiem " ),
2013-02-05 03:20:29 +04:00
" last year " => " gājušajā gadā " ,
" years ago " => " gadus atpakaļ " ,
2013-08-19 23:14:38 +04:00
" Caused by: " => " Cēlonis: " ,
2013-02-05 03:20:29 +04:00
" Could not find category \" %s \" " => " Nevarēja atrast kategoriju “%s” "
2012-10-25 04:11:53 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = " nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2); " ;