Revision 1de53cbf
Von Sven Donath vor etwa 14 Jahren hinzugefügt
locale/en/lost | ||
---|---|---|
1 | 1 |
#!/usr/bin/perl |
2 |
# -*- coding: ISO-8859-15; -*- |
|
3 |
# vim: fenc=ISO-8859-15 |
|
2 | 4 |
|
3 |
# The last 50 texts that have been removed.
|
|
4 |
# This file will be auto-generated by locales.pl. Do not edit it.
|
|
5 |
# The last 50 text strings, that have been removed.
|
|
6 |
# This file has been auto-generated by locales.pl. Please don't edit!
|
|
5 | 7 |
|
6 | 8 |
@lost = ( |
7 |
{ 'text' => 'GIFI deleted!', 'translation' => '' }, |
|
8 |
{ 'text' => 'Assemblies restocked!', 'translation' => '' }, |
|
9 |
{ 'text' => 'Amount does not equal applied!', 'translation' => '' }, |
|
10 |
{ 'text' => 'Post as new', 'translation' => '' }, |
|
11 |
{ 'text' => 'Amount missing!', 'translation' => '' }, |
|
12 | 9 |
{ 'text' => 'Edit Template', 'translation' => '' }, |
13 | 10 |
{ 'text' => 'Applied', 'translation' => '' }, |
14 | 11 |
{ 'text' => 'Paid in full', 'translation' => '' }, |
... | ... | |
54 | 51 |
{ 'text' => 'There is not enough available of \'#1\' at warehouse \'#2\', bin \'#3\', #4, for the transfer of #5.', 'translation' => '' }, |
55 | 52 |
{ 'text' => 'Warehouse MIgration', 'translation' => '' }, |
56 | 53 |
{ 'text' => 'WEBDAV access', 'translation' => '' }, |
54 |
{ 'text' => 'customernumber not unique!', 'translation' => '' }, |
|
55 |
{ 'text' => 'Accounting Menu', 'translation' => '' }, |
|
56 |
{ 'text' => 'Edit ', 'translation' => '' }, |
|
57 |
{ 'text' => 'About', 'translation' => '' }, |
|
58 |
{ 'text' => 'Add ', 'translation' => '' }, |
|
57 | 59 |
); |
58 | 60 |
|
59 | 61 |
1; |
Auch abrufbar als: Unified diff
Bugfix for Bug 1468: JavaScript-Title_Hack lieferte falsche oder sinnlose Titel und viele weitere.
Wenn der Title-String leer ist, wird mein Title-Hack-JavaScritpt hicht ausgegeben.
Dadurch wird der Titel des Frameset angezeicgt.
Massenhaft Strings angepasst. Teilweise der Logik wegen, oft wegen
"german Umlauts"-Problemen. Teilweise wegen Tipp- und copy&past-Fehlern.
Dateien repariert, die den Titel nicht gesetzt haben.
Bundesländer mit Bindestrichen versehen.
Finanzamt - Daten für Bundesländer mit führender Null in der PLZ repariert. Das Feld PLZ ist Typ Text,
aber jemand muss es beim Exportieren/Importieren als Zahl gehandhabt haben.