diff options
Diffstat (limited to '')
-rw-r--r-- | language/lv_LV/admin.lang.php | 1 | ||||
-rw-r--r-- | language/lv_LV/install.lang.php | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/language/lv_LV/admin.lang.php b/language/lv_LV/admin.lang.php index 18fe0f994..c0251d37d 100644 --- a/language/lv_LV/admin.lang.php +++ b/language/lv_LV/admin.lang.php @@ -830,4 +830,5 @@ $lang['You can\'t define a default photo order because you have a custom setting $lang['You have specified <i>$conf[\'order_by\']</i> in your local configuration file, this parameter in deprecated, please remove it or rename it into <i>$conf[\'order_by_custom\']</i> !'] = 'Jūs savā lokālajā konfigurācijas failā esat iestatīts <i>$conf[\'order_by\']</i>, šis parametrs ir novecojis, lūdzu izdzēšiet to vai pārdēvējiet to sekojoši : <i>$conf[\'order_by_custom\']</i> !'; $lang['Average rate'] = "Vidējais novērtejums"; $lang['Rate'] = "Vērtējums"; +$lang['Learn more'] = 'Uzzini vairak'; ?>
\ No newline at end of file diff --git a/language/lv_LV/install.lang.php b/language/lv_LV/install.lang.php index 30b744579..12d7da187 100644 --- a/language/lv_LV/install.lang.php +++ b/language/lv_LV/install.lang.php @@ -66,5 +66,4 @@ $lang['An alternate solution is to copy the text in the box above and paste it i $lang['Creation of config file local/config/database.inc.php failed.'] = 'Konfigurācijas faila local/config/database.inc.php izveide ir nesekmīga.'; $lang['Download the config file'] = 'Lejupladet config failu'; $lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Jums jalejupielade configuracijas fails un jaielade tas Jusu instalacijas local/config mape.'; -$lang['Learn more'] = 'Uzzini vairak'; ?>
\ No newline at end of file |