[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Fmsystem-commits] [14807] added translations on pagination
From: |
Erik Holm-Larsen |
Subject: |
[Fmsystem-commits] [14807] added translations on pagination |
Date: |
Fri, 04 Mar 2016 09:55:24 +0000 |
Revision: 14807
http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14807
Author: erikhl
Date: 2016-03-04 09:55:24 +0000 (Fri, 04 Mar 2016)
Log Message:
-----------
added translations on pagination
Modified Paths:
--------------
trunk/phpgwapi/inc/class.uicommon_jquery.inc.php
trunk/phpgwapi/setup/phpgw_no.lang
Modified: trunk/phpgwapi/inc/class.uicommon_jquery.inc.php
===================================================================
--- trunk/phpgwapi/inc/class.uicommon_jquery.inc.php 2016-03-04 09:24:57 UTC
(rev 14806)
+++ trunk/phpgwapi/inc/class.uicommon_jquery.inc.php 2016-03-04 09:55:24 UTC
(rev 14807)
@@ -314,6 +314,8 @@
$to = lang('to');
$shows_from = lang('shows from');
$of_total = lang('of total');
+ $sort_asc = lang(': activate to sort column
ascending');
+ $sort_desc = lang(': activate to sort column
descending');
if
(isset($GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs']) &&
$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs'] > 0)
{
@@ -337,17 +339,17 @@
}
$data['jquery_phpgw_i18n'] = array(
'datatable' => array(
- 'emptyTable' => json_encode("No data
available in table"),
- 'info' => json_encode("Showing _START_
to _END_ of _TOTAL_ entries"),
- 'infoEmpty' => json_encode("Showing 0
to 0 of 0 entries"),
- 'infoFiltered' =>
json_encode("(filtered from _MAX_ total entries)"),
+ 'emptyTable' => json_encode(lang("No
data available in table")),
+ 'info' => json_encode(lang("Showing
_START_ to _END_ of _TOTAL_ entries")),
+ 'infoEmpty' =>
json_encode(lang("Showing 0 to 0 of 0 entries")),
+ 'infoFiltered' =>
json_encode(lang("(filtered from _MAX_ total entries)")),
'infoPostFix' => json_encode(""),
'thousands' => json_encode(","),
- 'lengthMenu' => json_encode("Show
_MENU_ entries"),
- 'loadingRecords' =>
json_encode("Loading..."),
- 'processing' =>
json_encode("Processing..."),
+ 'lengthMenu' => json_encode(lang("Show
_MENU_ entries")),
+ 'loadingRecords' =>
json_encode(lang("Loading...")),
+ 'processing' =>
json_encode(lang("Processing...")),
'search' => json_encode(lang('search')),
- 'zeroRecords' => json_encode("No
matching records found"),
+ 'zeroRecords' => json_encode(lang("No
matching records found")),
'paginate' => json_encode(array(
'first' => $first,
'last' => $last,
@@ -355,8 +357,8 @@
'previous' => $previous
)),
'aria' => json_encode(array(
- 'sortAscending' => ": activate
to sort column ascending",
- 'sortDescending' => ": activate
to sort column descending"
+ 'sortAscending' => $sort_asc,
+ 'sortDescending' => $sort_desc
)),
),
'lengthmenu' => array('_' =>
json_encode($lengthmenu))
Modified: trunk/phpgwapi/setup/phpgw_no.lang
===================================================================
--- trunk/phpgwapi/setup/phpgw_no.lang 2016-03-04 09:24:57 UTC (rev 14806)
+++ trunk/phpgwapi/setup/phpgw_no.lang 2016-03-04 09:55:24 UTC (rev 14807)
@@ -1,3 +1,5 @@
+: activate to sort column ascending common no : sorter kolonne
stigende
+: activate to sort column descending common no : sorter kolonne
synkende
features common no Egenskaper
select none common no Velg ingen
bookmarks common no Snarveier
@@ -42,6 +44,7 @@
february common no Februar
files common no Filer
filter common no Filter
+filtered from _MAX_ total entries common no filtrert fra totalt
_MAX_ poster
first name common no Fornavn
first name of the user, eg. %1 common no Fornavnet til brukeren, %1
first common no Første
@@ -66,6 +69,7 @@
last name of the user, eg. %1 common no Etternavn til bruker, %1
last page common no siste side
last common no Siste
+Loading... common no Laster...
login common no Login
logout common no Logg ut
low common no Lav
@@ -79,7 +83,9 @@
next page common no neste side
next common no Neste
no common no Nei
+No matching records found common no Ingen poster funnet som passer
med søket
none common no Ikke angitt
+No data available in table common no Ingen data i tabell
normal common no Normal
november common no November
october common no Oktober
@@ -97,6 +103,7 @@
print common no Utskrift
priority common no Prioritet
private common no Privat
+Processing... common no Prosesserer...
rename common no Endre navn
rental common no Leie
saturday common no Lørdag
@@ -109,6 +116,9 @@
showing %1 - %2 of %3 common no showing %1 - %2 of %3
showing items common no Viser
shows from common no Viser fra
+Showing _START_ to _END_ of _TOTAL_ entries common no Viser _START_
til _END_ av _TOTAL_ poster
+Showing 0 to 0 of 0 entries common no Viser 0 til 0 av 0 poster
+Show _MENU_ entries common no Vis _MENU_ poster
site configuration common no Konfigurasjon av moduler
sorry, there was a problem processing your request. common no
Beklager, der var problemer ved din forespørsel.
submit common no Submit
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Fmsystem-commits] [14807] added translations on pagination,
Erik Holm-Larsen <=