diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-04-04 21:46:27 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-04-04 21:46:27 +0000 |
| commit | 6d7174ef3a378121e4aba01681dc284092ee0a2d (patch) | |
| tree | f9038214a9f2a8010e65ba9e96b8085f1f558b2b /roundcubemail/program/localization | |
| parent | f629d925d20119bd28da2f882423a45eb8a77c23 (diff) | |
Added labels for nextpage/previouspage
git-svn-id: https://svn.roundcube.net/trunk@186 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization')
| -rw-r--r-- | roundcubemail/program/localization/de_CH/labels.inc | 3 | ||||
| -rw-r--r-- | roundcubemail/program/localization/de_DE/labels.inc | 3 | ||||
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 4 |
3 files changed, 10 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/de_CH/labels.inc b/roundcubemail/program/localization/de_CH/labels.inc index 1ea36f0a7..027142098 100644 --- a/roundcubemail/program/localization/de_CH/labels.inc +++ b/roundcubemail/program/localization/de_CH/labels.inc @@ -159,6 +159,9 @@ $labels['contactsfromto'] = 'Kontakte $from bis $to von $count'; $labels['print'] = 'Drucken'; $labels['export'] = 'Exportieren'; +$labels['previouspage'] = 'Eine Seite zurück'; +$labels['nextpage'] = 'Nächste Seite'; + // LDAP search $labels['ldapsearch'] = 'LDAP Verzeichnis-Suche'; diff --git a/roundcubemail/program/localization/de_DE/labels.inc b/roundcubemail/program/localization/de_DE/labels.inc index 9f9c1214b..074ad3d86 100644 --- a/roundcubemail/program/localization/de_DE/labels.inc +++ b/roundcubemail/program/localization/de_DE/labels.inc @@ -160,6 +160,9 @@ $labels['contactsfromto'] = 'Kontakte $from bis $to von $count'; $labels['print'] = 'Drucken'; $labels['export'] = 'Exportieren'; +$labels['previouspage'] = 'Eine Seite zurück'; +$labels['nextpage'] = 'Nächste Seite'; + // LDAP search $labels['ldapsearch'] = 'LDAP Verzeichnis-Suche'; diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index 3e3e57d61..9b27a90dc 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -160,6 +160,10 @@ $labels['contactsfromto'] = 'Contacts $from to $to of $count'; $labels['print'] = 'Print'; $labels['export'] = 'Export'; +$labels['previouspage'] = 'Show previous set'; +$labels['nextpage'] = 'Show next set'; + + // LDAP search $labels['ldapsearch'] = 'LDAP directory search'; |
