1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-13 18:14:07 +02:00

Update translations

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@708 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2009-06-16 07:50:42 +00:00
parent 9537233a1f
commit b0ee71eb9e
12 changed files with 23 additions and 19 deletions

View File

@@ -58,7 +58,7 @@ $translations = array(
'New item' => 'Nieuw item',
'Search' => 'Zoeken',
'Sort' => 'Sorteren',
'DESC' => 'Aflopend',
'descending' => 'Aflopend',
'Limit' => 'Beperk',
'No rows.' => 'Geen rijen.',
'Action' => 'Acties',
@@ -199,7 +199,6 @@ $translations = array(
'Move' => 'Verplaats',
'%d item(s) have been affected.' => array('%d item aangepast.', '%d items aangepast.'),
'whole result' => 'volledig resultaat',
'clone' => 'dupliceer',
'Clone' => 'Dupliceer',
'Maximum number of allowed fields exceeded. Please increase %s and %s.' => 'Maximum aantal velden bereikt. Verhoog %s en %s.',
'Partition by' => 'Partitioneren op',
@@ -214,4 +213,5 @@ $translations = array(
'Stop on error' => 'Stoppen bij fout',
'Select table' => 'Selecteer tabel',
'%.3f s' => '%.3f s',
'History' => 'Geschiedenis',
);