diff options
author | plegall <plg@piwigo.org> | 2012-10-31 09:36:46 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-10-31 09:36:46 +0000 |
commit | d7c75c190ab1bfc15ba5b717864992dce5232902 (patch) | |
tree | 74b1a7bc76454f533103559c65754f26727cb264 /language/lv_LV/admin.lang.php | |
parent | fd6c0cc7ba0e5c4a6bd47934dad8dfa9df8f9f69 (diff) |
bug 2782 fixed: make sure %d or %s are correctly translated
he_IL needs to be fixed, too complicated for me.
git-svn-id: http://piwigo.org/svn/branches/2.4@18820 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/lv_LV/admin.lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/language/lv_LV/admin.lang.php b/language/lv_LV/admin.lang.php index 2d52fdf26..f1ae6fb63 100644 --- a/language/lv_LV/admin.lang.php +++ b/language/lv_LV/admin.lang.php @@ -867,7 +867,7 @@ $lang['Select groups...'] = 'Atlasīt grupas...'; $lang['There is no group in this gallery.'] = 'Šajā galerijā nav grupu.'; $lang['Permission granted for users'] = 'Atļauja piešķirta lietotājiem'; $lang['Select users...'] = 'Atlasīt lietotājus...'; -$lang['%u users have automatic permission because they belong to a granted group.'] = '% lietotājiem ir automātiskās piekļuves tiesības, jo tie pieder pie privileģētās grupas.'; +$lang['%u users have automatic permission because they belong to a granted group.'] = '%u lietotājiem ir automātiskās piekļuves tiesības, jo tie pieder pie privileģētās grupas.'; $lang['include photos with lower privacy level'] = 'iekļaut fotogrāfijas ar zemāku privātuma līmeni'; $lang['custom'] = 'Lietotāja'; $lang['No group is permitted to see this private album'] = 'Grupai nav atļauts skatīt šo privāto albūmu'; @@ -922,4 +922,4 @@ $lang['Duplicate selected tags'] = 'Dublēt atlasītās cilnes'; $lang['Name of the duplicate'] = 'Dublikāta nosaukums'; $lang['Source tag'] = 'Avota cilne'; $lang['Tag "%s" is now a duplicate of "%s"'] = 'Cilne "%s" tagad ir "%s" dublikāts'; -?>
\ No newline at end of file +?> |