forked from extern/egroupware
added translated languages and visible charset to charset selection
This commit is contained in:
parent
d26e172992
commit
fad005ac62
@ -355,41 +355,22 @@ class translation
|
||||
*/
|
||||
function get_installed_charsets()
|
||||
{
|
||||
if (!is_array($this->charsets))
|
||||
{
|
||||
$this->get_installed_langs();
|
||||
static $charsets;
|
||||
|
||||
$distinct = $this->db->capabilities['distinct_on_text'] ? 'DISTINCT' : '';
|
||||
$this->charsets = array();
|
||||
foreach($this->db->select($this->lang_table,$distinct.' lang,lang_name,content AS charset',array(
|
||||
'message_id' => 'charset',
|
||||
),__LINE__,__FILE__,false,'',false,0,",$this->languages_table WHERE lang = lang_id") as $row)
|
||||
{
|
||||
$data = &$this->charsets[$charset = strtolower($row['charset'])];
|
||||
$lang = $this->langs[$row['lang']].' ('.$row['lang'].')';
|
||||
if ($distinct || strpos($data,$lang) === false)
|
||||
{
|
||||
$data .= ($data ? ', ' : $charset.': ').$lang;
|
||||
}
|
||||
}
|
||||
if (!$this->charsets)
|
||||
{
|
||||
return False;
|
||||
}
|
||||
// add the old charsets, to provide some alternatives to utf-8 while importing
|
||||
foreach(array(
|
||||
'iso-8859-1' => 'Western european',
|
||||
'iso-8859-2' => 'Eastern european',
|
||||
'iso-8859-7' => 'Greek',
|
||||
'euc-jp' => 'Japanese',
|
||||
'euc-kr' => 'Korean',
|
||||
'koi8-r' => 'Russian',
|
||||
'windows-1251' => 'Bulgarian') as $charset => $lang)
|
||||
{
|
||||
$this->charsets[$charset] .= (!isset($this->charsets[$charset]) ? $charset.': ' : ', ') . $lang;
|
||||
}
|
||||
if (!isset($charsets))
|
||||
{
|
||||
$charsets = array(
|
||||
'utf-8' => lang('all languages').' (utf-8)',
|
||||
'iso-8859-1' => lang('Western european').' (iso-8859-1)',
|
||||
'iso-8859-2' => lang('Eastern european').' (iso-8859-2)',
|
||||
'iso-8859-7' => lang('Greek').' (iso-8859-7)',
|
||||
'euc-jp' => lang('Japanese').' (euc-jp)',
|
||||
'euc-kr' => lang('Korean').' (euc-kr)',
|
||||
'koi8-r' => lang('Russian').' (koi8-r)',
|
||||
'windows-1251' => lang('Bulgarian').' (windows-1251)',
|
||||
);
|
||||
}
|
||||
return $this->charsets;
|
||||
return $charsets;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1,6 +1,9 @@
|
||||
%1 email addresses inserted common de %1 E-Mail-Adressen eingefügt
|
||||
%1 file common de %1 Datei
|
||||
%1 is not executable by the webserver !!! common de %1 ist nicht ausführbar durch den Webserver !!!
|
||||
%1egroupware%2 is a multi-user, web-based groupware suite written in %3php%4. common de %1eGroupWare%2 ist eine, in %3PHP%4 programmierte, webbasierende, mehrbenutzer Groupware Suite.
|
||||
%1choose an other directory%2<br />or make %3 writeable by webserver common de %1Anderes Verzeichnis auswählen%2<br />oder %3 vom Webserver beschreibbar machen
|
||||
%1egroupware%2 is a multi-user, web-based groupware suite written in %3php%4. common de %1EGroupware%2 ist eine, in %3PHP%4 programmierte, webbasierende, mehrbenutzer Groupware Suite.
|
||||
(session restored in %1 seconds) common de (Sitzung in %1 Sekunden wiederhergestellt)
|
||||
(shift-)click or drag to change value jscalendar de (Shift-) Klicken oder drücken um den Wert zu ändern
|
||||
- click on any of the time parts to increase it jscalendar de - Auf Uhrzeit clicken um sie zu erhöhen
|
||||
- hold mouse button on any of the above buttons for faster selection. jscalendar de - für eine schnelle Auswahl die Maus gedrückt halten auf jedem der obigen Knöpfe
|
||||
@ -9,13 +12,17 @@
|
||||
- use the %1, %2 buttons to select month jscalendar de - Benutzen Sie die %1, %2 Buttons um das Monat auszuwählen
|
||||
- use the %1, %2 buttons to select year jscalendar de - Benutzen Sie die %1, %2 Buttons um das Jahr auszuwählen
|
||||
00 (disable) admin de 00 (deaktiviert)
|
||||
1 day common de 1 Tag
|
||||
1 hour common de 1 Stunde
|
||||
1 month common de 1 Monat
|
||||
1 week common de 1 Woche
|
||||
13 (ntp) admin de 13 (ntp)
|
||||
3 number of chars for day-shortcut jscalendar de 2
|
||||
3 number of chars for month-shortcut jscalendar de 3
|
||||
80 (http) admin de 80 (http)
|
||||
about common de Über
|
||||
about %1 common de Über %1
|
||||
about egroupware common de Über eGroupWare
|
||||
about egroupware common de Über EGroupware
|
||||
about the calendar jscalendar de Über den Kalender
|
||||
access common de Zugriff
|
||||
access not permitted common de Zugriff verweigert
|
||||
@ -23,12 +30,14 @@ account has been created common de Benutzerkennung wurde angelegt
|
||||
account has been deleted common de Benutzerkennung wurde gelöscht
|
||||
account has been updated common de Benutzerkennung wurde aktualisiert
|
||||
account is expired common de Benutzerkennung ist abgelaufen
|
||||
accounts common de Benutzerkonten
|
||||
acl common de ACL
|
||||
action common de Aktion
|
||||
active common de Aktiv
|
||||
add common de Hinzufügen
|
||||
add %1 category for common de %1 Kategorie hinzufügen für
|
||||
add category common de Kategorie hinzufügen
|
||||
add shortcut common de Abkürzung hinzufügen
|
||||
add sub common de Untergeordnete hinzufügen
|
||||
addressbook common de Adressbuch
|
||||
admin common de Admin
|
||||
@ -38,9 +47,11 @@ albania common de ALBANIEN
|
||||
algeria common de ALGERIEN
|
||||
all common de alle
|
||||
all fields common de alle Felder
|
||||
all languages common de Alle Sprachen
|
||||
alphabet common de a,ä,b,c,d,e,f,g,h,i,j,k,l,m,n,o,ö,p,q,r,s,t,u,ü,v,w,x,y,z
|
||||
alternate style-sheet: common de Alternatives Stylesheet
|
||||
american samoa common de AMERICANISCH SAMOA
|
||||
an error happend common de Ein Fehler trat auf
|
||||
an existing and by the webserver readable directory enables the image browser and upload. common de Ein existierendes UND vom Webserver lesbares Verzeichnis, schaltet den Bild Browser und Upload ein.
|
||||
andorra common de ANDORRA
|
||||
angola common de ANGOLA
|
||||
@ -68,6 +79,7 @@ azerbaijan common de ASERBAIDSCHAN
|
||||
back common de Zurück
|
||||
back to user login common de Zurück zur Benutzer Anmeldung
|
||||
background color: common de Hintergrund Farbe:
|
||||
backupdir '%1' is not writeable by the webserver common de Backupverzeichnis '%1' ist nicht vom Webserver beschreibbar
|
||||
bad login or password common de Falscher Benutzername oder Passwort
|
||||
bahamas common de BAHAMAS
|
||||
bahrain common de BAHRAIN
|
||||
@ -92,6 +104,7 @@ brazil common de BRASILIEN
|
||||
british indian ocean territory common de BRITISCH INDIEN OZEAN TERRITORIUM
|
||||
brunei darussalam common de BRUNEI DARUSSALAM
|
||||
bulgaria common de BULGARIEN
|
||||
bulgarian common de Bulgarisch
|
||||
burkina faso common de BURKINA FASO
|
||||
burundi common de BURUNDI
|
||||
calendar common de Kalender
|
||||
@ -99,6 +112,8 @@ cambodia common de KAMBODSCHA
|
||||
cameroon common de KAMERUN
|
||||
canada common de KANADA
|
||||
cancel common de Abbrechen
|
||||
cannot replace %1 because it is a directory common de Kann %1 nicht ersetzen, da es ein Verzeichnis ist
|
||||
cant open '%1' for %2 common de Kann '%1' nicht zum %2 öffnen
|
||||
cape verde common de KAP VERDE
|
||||
caption common de Text
|
||||
categories common de Kategorien
|
||||
@ -108,6 +123,7 @@ category %1 has been added ! common de Kategorie %1 wurde hinzugefügt !
|
||||
category %1 has been updated ! common de Kategorie %1 wurde überarbeitet !
|
||||
cayman islands common de KAIMAN INSELN
|
||||
cc common de Kopie
|
||||
centered common de zentriert
|
||||
central african republic common de ZENTRAL AFRIKANISCHE REPUBLIK
|
||||
chad common de TSCHAD
|
||||
change common de ändern
|
||||
@ -116,15 +132,23 @@ check installation common de Installation überprüfen
|
||||
check now common de jetzt überprüfen
|
||||
chile common de CHILE
|
||||
china common de CHINA
|
||||
choose a background color common de Wählen Sie eine Hintergrundfarbe
|
||||
choose a background color for the icons common de Wählen Sie eine Hintergrundfarbe für die Knöpfe
|
||||
choose a background image. common de Wählen Sie ein Hintergrundbild.
|
||||
choose a background style. common de Wählen Sie einen Hintergrundstil.
|
||||
choose a text color for the icons common de Wählen Sie eine Textfarbe für die Knöpfe
|
||||
choose the category common de Kategorie auswählen
|
||||
choose the parent category common de Wählen der übergeordneten Kategorie
|
||||
christmas island common de WEIHNACHTS INSEL
|
||||
clear common de Zurücksetzen
|
||||
clear form common de Eingaben löschen
|
||||
click common de Klicken
|
||||
click here to resume your egroupware session. common de Hier klicken um die EGroupware Sitzung wieder auf zu nehmen.
|
||||
click or mouse over to show menus common de Klicken oder "mit dem Mauszeiger darüber fahren" um das Menü anzuzeigen.
|
||||
click or mouse over to show menus? common de Klicken oder "mit dem Mauszeiger darüber fahren" um das Menü anzuzeigen?
|
||||
click this image on the navbar: %1 common de Klicken Sie auf dieses Symbol in der Navigation: %1
|
||||
close common de Schließen
|
||||
close sidebox common de Seitenmenü schließen
|
||||
cocos (keeling) islands common de COCOS INSELN
|
||||
colombia common de KOLUMBIEN
|
||||
common preferences common de Allgemeine Einstellungen
|
||||
@ -132,10 +156,12 @@ comoros common de KOMOREN
|
||||
company common de Unternehmen
|
||||
congo common de KONGO
|
||||
congo, the democratic republic of the common de KONGO, DIE DEMOKRATISCHE REPUBLIK DES
|
||||
contacting server... common de Kontaktiere Server...
|
||||
cook islands common de COOK INSELN
|
||||
copy common de Kopieren
|
||||
costa rica common de COSTA RICA
|
||||
cote d ivoire common de COTE D IVOIRE
|
||||
could not contact server. operation timed out! common de Konnte Sever nicht kontaktieren. Die Zeit lief ab!
|
||||
create common de Erstellen
|
||||
created by common de Erstellt von
|
||||
croatia common de KROATIEN
|
||||
@ -145,12 +171,16 @@ current common de derzeit
|
||||
current users common de Derzeit angemeldete Benutzer
|
||||
cyprus common de ZYPERN
|
||||
czech republic common de TSCHECHISCHE REPUBLIK
|
||||
database error common de Datenbank Fehler
|
||||
database error! common de Datenbank Fehler!
|
||||
date common de Datum
|
||||
date due common de fällig am
|
||||
date selection: jscalendar de Datum auswählen:
|
||||
datetime port.<br>if using port 13, please set firewall rules appropriately before submitting this page.<br>(port: 13 / host: 129.6.15.28) admin de Datum-Zeit Port.<br>Wenn sie Port 13 benützen, bitte die Regeln der Firewall entsprechend anpassen bevor sie die Seite speichern.<br>(Port: 13 / Host: 129.6.15.28)
|
||||
december common de Dezember
|
||||
default category common de Standard-Kategorie
|
||||
default height for the windows common de Vorgabewert für Höhe des Fensters
|
||||
default width for the windows common de Vorgabewert für Breite des Fensters
|
||||
delete common de Löschen
|
||||
delete row common de Zeile löschen
|
||||
denmark common de DÄNEMARK
|
||||
@ -158,10 +188,13 @@ description common de Beschreibung
|
||||
detail common de Detail
|
||||
details common de Details
|
||||
diable the execution a bugfixscript for internet explorer 5.5 and higher to show transparency in png-images? common de Ausführen des Bugfix-Scripts für Internet Explorer 5.5 und höher, zum Darstellen von transparenten PNG-Bildern abschalten?
|
||||
direction left to right common de Richtung links nach rechts
|
||||
directory common de Verzeichnis
|
||||
directory does not exist, is not readable by the webserver or is not relative to the document root! common de Verzeichnis existiert nicht, ist nicht vom Webserver lesbar oder ist nicht relative zur Dokumentroot!
|
||||
disable internet explorer png-image-bugfix common de Internet Explorer PNG-Bilder-Bugfix abschalten
|
||||
disable slider effects common de Schwebeeffekte des Navigationsmenüs abschalten
|
||||
disable the animated slider effects when showing or hiding menus in the page? opera and konqueror users will probably must want this. common de Die animierten Schwebeeffekte beim Anzeigen oder Verstecken des navigations Menüs in der Seite abschalten? Benutzer von Opera oder Konquerer müssen diese Funktion abschalten.
|
||||
disable the execution a bugfixscript for internet explorer 5.5 and higher to show transparency in png-images? common de Ausschalten des Fehlerbehebungsskripts für den Internetexplorer 5.5 und höher, um transparente PNG-Bilder anzuzeigen?
|
||||
disabled common de Deaktiviert
|
||||
display %s first jscalendar de %s zuerst anzeigen
|
||||
djibouti common de DJIBOUTI
|
||||
@ -178,13 +211,15 @@ done common de Fertig
|
||||
drag to move jscalendar de Ziehen um zu Bewegen
|
||||
e-mail common de E-Mail
|
||||
east timor common de OST TIMOR
|
||||
eastern european common de Östeuropäische
|
||||
ecuador common de EQUADOR
|
||||
edit common de Editieren
|
||||
edit %1 category for common de %1 Kategorie editieren für
|
||||
edit categories common de Kategorien editieren
|
||||
edit category common de Kategorie editieren
|
||||
egroupware api version %1 common de eGroupWare API Version %1
|
||||
egroupware: login blocked for user '%1', ip %2 common de eGroupWare: Anmelden gesperrt für Benutzer '%1', IP %2
|
||||
egroupware common de EGroupware
|
||||
egroupware api version common de EGroupware API Version
|
||||
egroupware: login blocked for user '%1', ip %2 common de EGroupware: Anmelden gesperrt für Benutzer '%1', IP %2
|
||||
egypt common de ÄGYPTEN
|
||||
el salvador common de EL SALVADOR
|
||||
email common de E-Mail
|
||||
@ -192,8 +227,9 @@ email-address of the user, eg. "%1" common de E-Mail-Adresse des Benutzers, z.B.
|
||||
enabled common de Verfügbar
|
||||
end date common de Enddatum
|
||||
end time common de Endzeit
|
||||
enter the location of egroupware's url.<br>example: http://www.domain.com/egroupware or /egroupware<br><b>no trailing slash</b> admin de Bitte geben Sie die URL ein über welche Ihre eGroupWare erreichbar sein wird.<br>Beispiel: http://www.domain.de/egroupware or /egroupware<br><b> KEINEN Slash "/" am ende</b>
|
||||
enter the location of egroupware's url.<br>example: http://www.domain.com/egroupware or /egroupware<br><b>no trailing slash</b> admin de Bitte geben Sie die URL ein über welche Ihre EGroupware erreichbar sein wird.<br>Beispiel: http://www.domain.de/egroupware or /egroupware<br><b> KEINEN Slash "/" am ende</b>
|
||||
entry has been deleted sucessfully common de Eintrag wurde erfolgreich gelöscht
|
||||
entry not found! common de Eintrag nicht gefunden!
|
||||
entry updated sucessfully common de Eintrag wurde erfolgreich aktualisiert
|
||||
equatorial guinea common de EQUATORIAL GUINEA
|
||||
eritrea common de ERITREA
|
||||
@ -205,6 +241,7 @@ estonia common de ESTONIEN
|
||||
ethiopia common de ETHIOPIEN
|
||||
everything common de Alles
|
||||
exact common de exakt
|
||||
failed to contact server or invalid response from server. try to relogin. contact admin in case of faliure. common de Konnte Server nicht erreichen oder ungültige Antwort vom Server. Versuchen Sie sich nochmals anzumelden. Benachrichtigen Sie Ihren Adminstrator wenn das fehlschlägt.
|
||||
falkland islands (malvinas) common de FALKLAND INSELN (MALVINAS)
|
||||
faroe islands common de FAROE INSELN
|
||||
fax number common de Fax Nummer
|
||||
@ -220,7 +257,9 @@ first name of the user, eg. "%1" common de Vorname des Benutzers, zB. "%1"
|
||||
first page common de Erste Seite
|
||||
firstname common de Vorname
|
||||
fixme! common de KORREGIER MICH!
|
||||
folder already exists. common de Verzeichnis existiert bereits.
|
||||
force selectbox common de Auswahlfeld erzwingen
|
||||
forever common de Für immer
|
||||
france common de FRANKREICH
|
||||
french guiana common de FRANZÖSISCH GUIANA
|
||||
french polynesia common de FRANZÖSISCH POLYNESIEN
|
||||
@ -228,6 +267,7 @@ french southern territories common de FRENCH SOUTHERN TERRITORIES
|
||||
friday common de Freitag
|
||||
ftp common de FTP
|
||||
fullname common de Vor+Nachname
|
||||
fullscreen mode common de Vollbild Modus
|
||||
gabon common de GABON
|
||||
gambia common de GAMBIA
|
||||
general menu common de Hauptmenü
|
||||
@ -241,6 +281,7 @@ global public common de Global Public
|
||||
go today jscalendar de Heute setzen
|
||||
grant access common de Zugriff gewähren
|
||||
greece common de GRIECHENLAND
|
||||
greek common de Griechisch
|
||||
greenland common de GRÖNLAND
|
||||
grenada common de GRENADA
|
||||
group common de Gruppe
|
||||
@ -271,8 +312,12 @@ home email common de private E-Mail
|
||||
honduras common de HONDURAS
|
||||
hong kong common de HONG KONG
|
||||
how many icons should be shown in the navbar (top of the page). additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar. common de Wie viele Icons sollen in der Navigation angezeigt werden (die obere Nabigation). Weitere Applikationen werden über ein Auswahlmenü angeboten. Das Auswahlmenü kann über das rechte Icon geöffnet werden
|
||||
how to show the general egroupware menu ? common de Wie soll das allgemeine EGroupware Menü angezeigt werden
|
||||
hungary common de UNGARN
|
||||
iceland common de ISLAND
|
||||
iespell not detected. click ok to go to download page. common de ieSpell nicht gefunden. OK klicken um zur Download Seite zu gehen.
|
||||
if the clock is enabled would you like it to update it every second or every minute? common de Wenn die Uhr eingeschaltet ist, wollen Sie dass sie sekündlich aktualisiert wird?
|
||||
if there are some images in the background folder you can choose the one you would like to see. common de Wenn mehrere Bild im Hintergrund Ordner sind können Sie wählen welches Sie sehen wollen.
|
||||
image directory relative to document root (use / !), example: common de Bildverzeichnis relative zur Dokumentroot (benutze / !), Beispliel:
|
||||
image url common de Bild URL
|
||||
india common de INDIEN
|
||||
@ -283,6 +328,7 @@ insert column before common de Spalte davor einfügen
|
||||
insert row after common de Zeile danach einfügen
|
||||
insert row before common de Zeile davor einfügen
|
||||
international common de International
|
||||
invalid filename common de Ungültiger Dateiname
|
||||
invalid ip address common de Ungültige IP Adresse
|
||||
invalid password common de Ungültiges Passwort
|
||||
iran, islamic republic of common de IRAN, ISLAMISCHE REPUBLIC
|
||||
@ -296,8 +342,10 @@ italy common de ITALIEN
|
||||
jamaica common de JAMAICA
|
||||
january common de Januar
|
||||
japan common de JAPAN
|
||||
japanese common de Japanisch
|
||||
jordan common de JORDANIEN
|
||||
july common de Juli
|
||||
jun common de Jun
|
||||
june common de Juni
|
||||
justify center common de Ausrichtung mittig
|
||||
justify full common de Ausrichtung im Block
|
||||
@ -309,6 +357,7 @@ keywords common de Schlüsselwort
|
||||
kiribati common de KIRIBATI
|
||||
korea, democratic peoples republic of common de KOREA, DEMOKRATISCHE VOLKSREPUBLIK
|
||||
korea, republic of common de KOREA, REPUBLIK
|
||||
korean common de Koreanisch
|
||||
kuwait common de KUWAIT
|
||||
kyrgyzstan common de KYRGYZSTAN
|
||||
language common de Sprache
|
||||
@ -326,6 +375,8 @@ liberia common de LYBIEN
|
||||
libyan arab jamahiriya common de LIBYAN ARAB JAMAHIRIYA
|
||||
license common de Lizenz
|
||||
liechtenstein common de LIECHTENSTEIN
|
||||
line %1: '%2'<br><b>csv data does contain ##last-check-run## of table %3 ==> ignored</b> common de Zeile %1: '%2'<br /><b>CSV enthalten ##last-check-run## der Tabelle %3 ==> ignoriert</b>
|
||||
line %1: '%2'<br><b>csv data does not match column-count of table %3 ==> ignored</b> common de Zeile %1: '%2'<br /><b>CSV haben andere Spaltenanzahl als Tabelle %3 ==> ignoriert</b>
|
||||
list common de Liste
|
||||
list members common de Mitglieder anzeigen
|
||||
lithuania common de LITAUEN
|
||||
@ -333,6 +384,8 @@ local common de lokal
|
||||
login common de Anmelden
|
||||
loginid common de Benutzerkennung
|
||||
logout common de Abmelden
|
||||
lost login id common de Anmeldenamen vergessen
|
||||
lost password common de Anmeldepasswort vergessen
|
||||
low common de Niedrig
|
||||
lowest common de Niedrigst
|
||||
luxembourg common de LUXEMBURG
|
||||
@ -361,13 +414,16 @@ menu common de Menü
|
||||
message common de Nachricht
|
||||
mexico common de MEXICO
|
||||
micronesia, federated states of common de MICRONESIEN, VEREINIGTE STAATEN VON
|
||||
minute common de Minute
|
||||
moldova, republic of common de MOLDAVIEN, REPUBLIK
|
||||
monaco common de MONACO
|
||||
monday common de Montag
|
||||
mongolia common de MONGOLEI
|
||||
montenegro common de MONTENEGRO
|
||||
montserrat common de MONTSERRA
|
||||
morocco common de MAROCCO
|
||||
mozambique common de MOZAMBIQUE
|
||||
multiple common de mehrere
|
||||
myanmar common de MYANMAR
|
||||
name common de Name
|
||||
name of the user, eg. "%1" common de Name des Benutzers, zB. "%1"
|
||||
@ -393,15 +449,20 @@ niue common de NIUE
|
||||
no common de Nein
|
||||
no entries found, try again ... common de Keine Einträge gefunden, nochmal versuchen ...
|
||||
no history for this record common de Keine Historie für diesen Datensatz
|
||||
no savant2 template directories were found in: common de Kein Savant2 Vorlagen Verzeichnis gefunden in:
|
||||
no subject common de Kein Betreff
|
||||
none common de Keine
|
||||
norfolk island common de NORFOLK INSELN
|
||||
normal common de Normal
|
||||
northern mariana islands common de NORTHERN MARIANA ISLANDS
|
||||
norway common de NORWEGEN
|
||||
not common de nicht
|
||||
not a user yet? register now common de Noch kein Benutzer? Registrieren Sie sich jetzt
|
||||
not assigned common de nicht zugewiesen
|
||||
not readable %1 entry of user %2 common de Nicht lesbarer %1 Eintrag des Benutzers %2
|
||||
note common de Notiz
|
||||
notes common de Notizen
|
||||
notifications common de Benachrichtigungen
|
||||
notify window common de Benachrichtigungsfenster
|
||||
notify your administrator to correct this situation common de Benachrichtigen Sie Ihren Administration um diese Situation zu lösen
|
||||
november common de November
|
||||
@ -413,8 +474,10 @@ on *nix systems please type: %1 common de Auf *nix systemen bitte %1 eingeben
|
||||
on mouse over common de On Maus Over
|
||||
only private common de nur private
|
||||
only yours common de nur eigene
|
||||
oops! you caught us in the middle of system maintainance. common de Hoppla! Sie haben uns in der Mitte einer Systemwartung erwischt.
|
||||
open notify window common de Benachrichtigungsfenster öffnen
|
||||
open popup window common de Popup Fenster öffnen
|
||||
open sidebox common de Seitenmenü öffnen
|
||||
ordered list common de Nummerierung
|
||||
original common de Original
|
||||
other common de Andere
|
||||
@ -439,12 +502,13 @@ password must contain at least %1 special characters common de Das Passwort muss
|
||||
password must contain at least %1 uppercase letters common de Das Passwort muss mindestens %1 Großbuchstaben enthalten
|
||||
password must have at least %1 characters common de Das Passwort muss mindestens %1 Zeichen lang sein
|
||||
path to user and group files has to be outside of the webservers document-root!!! common de Der Pfad für Benutzer oder Gruppen Ordner muss ausserhalb des Webserver Root Verzeichnisses liegen (Webserver Root = /var/www/html; Pfad für Benutzer/Gruppen Ordner /var/www
|
||||
permission denied! common de Zugriff verweigert!
|
||||
permissions to the files/users directory common de Zugriffsrechte zu den Dateien / Benutzerverzeichnissen
|
||||
personal common de persönlich
|
||||
peru common de PERU
|
||||
philippines common de PHILIPPINEN
|
||||
phone number common de Telefonnummer
|
||||
phpgwapi common de eGroupWare API
|
||||
phpgwapi common de EGroupware API
|
||||
pitcairn common de PITCAIRN
|
||||
please %1 by hand common de Bitte %1 per Hand
|
||||
please enter a name common de Bitte geben Sie einen Namen ein !
|
||||
@ -453,11 +517,12 @@ please select common de Bitte wählen
|
||||
please set your global preferences common de Bitte editieren Sie Ihre globalen Einstellungen !
|
||||
please set your preferences for this application common de Bitte editieren Sie Ihre Einstellungen für diese Anwendung !
|
||||
please wait... common de Bitte warten...
|
||||
please, check back with us shortly. common de Bitte schauen Sie bald wieder vorbei.
|
||||
poland common de POLEN
|
||||
portugal common de PORTUGAL
|
||||
postal common de Postadresse
|
||||
powered by common de Powered by
|
||||
powered by egroupware version %1 common de Powered by <a href="http://www.egroupware.org" target="_blank">eGroupWare</a> version %1
|
||||
powered by egroupware version %1 common de Powered by <a href="http://www.egroupware.org" target="_blank">EGroupware</a> version %1
|
||||
preferences common de Einstellungen
|
||||
preferences for the idots template set common de Einstellungen für das Idots Template
|
||||
prev. month (hold for menu) jscalendar de Vorheriger Monat (halten für Menü)
|
||||
@ -467,15 +532,20 @@ primary style-sheet: common de Haupt-Stylesheet:
|
||||
print common de Drucken
|
||||
priority common de Priorität
|
||||
private common de Privat
|
||||
programs common de Programme
|
||||
project common de Projekt
|
||||
public common de öffentlich
|
||||
puerto rico common de PUERTO RICO
|
||||
qatar common de QATAR
|
||||
read common de Lesen
|
||||
read this list of methods. common de Diese Liste der Methoden lesen.
|
||||
reading common de lesen
|
||||
register common de Registieren
|
||||
regular common de Normal
|
||||
reject common de Zurückweisen
|
||||
remember me common de Mich erinnern
|
||||
remove selected accounts common de Ausgewähle Benutzer entfernen
|
||||
remove shortcut common de Abkürzung entfernen
|
||||
rename common de Umbenennen
|
||||
replace common de Ersetzen
|
||||
replace with common de Ersetzem durch
|
||||
@ -485,6 +555,7 @@ returns struct of users application access common de Liefert Strucktur mit Benut
|
||||
reunion common de REUNION
|
||||
right common de Rechts
|
||||
romania common de RUMÄNIEN
|
||||
russian common de Russisch
|
||||
russian federation common de RUSSISCHE FÖDERATION
|
||||
rwanda common de RWANDA
|
||||
saint helena common de SANKT HELENA
|
||||
@ -497,10 +568,13 @@ san marino common de SAN MARINO
|
||||
sao tome and principe common de SAO TOME AND PRINCIPE
|
||||
saturday common de Samstag
|
||||
saudi arabia common de SAUDI ARABIEN
|
||||
savant2 version differs from savant2 wrapper. <br/>this version: %1 <br/>savants version: %2 common de Savant2 Version unterscheidet sich von Savant2 Wrapper<br />Diese Version: %1<br />Savant version: %2
|
||||
save common de Speichern
|
||||
search common de Suchen
|
||||
search %1 '%2' common de Suche %1 '%2'
|
||||
search accounts common de Benutzer suchen
|
||||
search or select accounts common de Suchen und auswählen von Benutzern
|
||||
second common de Sekunden
|
||||
section common de Sektion
|
||||
select common de Auswählen
|
||||
select all %1 %2 for %3 common de Alles auswählen %1 %2 von %3
|
||||
@ -510,13 +584,18 @@ select group common de Gruppe auswählen
|
||||
select home email address common de private E-Mail-Adresse auswählen
|
||||
select multiple accounts common de mehrere Benutzer auswählen
|
||||
select one common de Eine(n) auswählen
|
||||
select the default height for the application windows common de Vorgabewert für Höhe des Anwendungsfensters auswählen
|
||||
select the default width for the application windows common de Vorgabewert für Breite des Anwendungsfensters auswählen
|
||||
select user common de Benutzer auswählen
|
||||
select work email address common de geschäftl. E-Mail-Addresse auswählen
|
||||
selection common de Auswahl
|
||||
send common de Abschicken
|
||||
senegal common de SENEGAL
|
||||
september common de September
|
||||
serbia common de SERBIEN
|
||||
server %1 has been added common de Server %1 wurde zugefügt
|
||||
server answered. processing response... common de Server antwortet. Bearbeite Antwort...
|
||||
server contacted. waiting for response... common de Server kontaktiert. Warte auf Antwort...
|
||||
server name common de Server Name
|
||||
session has been killed common de Session wurde gelöscht
|
||||
setup common de Setup
|
||||
@ -524,9 +603,16 @@ setup main menu common de Setup Hauptmenü
|
||||
seychelles common de SEYCHELLEN
|
||||
show all common de alle anzeigen
|
||||
show all categorys common de Alle Kategorien anzeigen
|
||||
show as topmenu common de Menü oben anzeigen
|
||||
show clock? common de Uhr anzeigen?
|
||||
show home and logout button in main application bar? common de Zeige Start und Abmelde Knopf in Hauptnavigation Balken?
|
||||
show in sidebox common de In Seitenmenü anzeigen
|
||||
show logo's on the desktop. common de Logos auf der Arbeitsfläche anzeigen.
|
||||
show menu common de Menü anzeigen
|
||||
show page generation time common de Zeit zum Erstellen der Seite anzeigen
|
||||
show page generation time on the bottom of the page? common de Zeit zum Erstellen der Seite in der Fußzeile anzeigen
|
||||
show page generation time? common de Erstellungszeit der Seite anzeigen?
|
||||
show the logo's of egroupware and x-desktop on the desktop. common de Zeige Logos von EGroupware und x-desktop auf der Arbeitsfläche.
|
||||
show_more_apps common de Mehr Applikationen anzeigen
|
||||
showing %1 common de %1 Einträge
|
||||
showing %1 - %2 of %3 common de %1 - %2 von %3 Einträgen
|
||||
@ -546,7 +632,9 @@ sri lanka common de SRI LANKA
|
||||
start date common de Startdatum
|
||||
start time common de Startzeit
|
||||
start with common de beginnt mit
|
||||
starting up... common de Starte...
|
||||
status common de Status
|
||||
stretched common de ausgedehnt
|
||||
subject common de Betreff
|
||||
submit common de Absenden
|
||||
substitutions and their meanings: common de Ersetzungen und ihre Bedeutung
|
||||
@ -572,6 +660,7 @@ this application is current common de Diese Anwendung ist aktuell
|
||||
this application requires an upgrade common de Diese Anwendung benötigt eine Aktualisierung
|
||||
this name has been used already common de Dieser Name ist bereits in Benutzung !
|
||||
thursday common de Donnerstag
|
||||
tiled common de gekachelt
|
||||
time common de Zeit
|
||||
time selection: jscalendar de Zeitauswahl:
|
||||
time zone common de Zeitzone
|
||||
@ -589,6 +678,7 @@ tonga common de TONGA
|
||||
too many unsucessful attempts to login: %1 for the user '%2', %3 for the ip %4 common de Zu viele ungültige Versuche sich anzumelden: %1 für den Benutzer '%2', %3 für die IP %4
|
||||
top common de Oben
|
||||
total common de Gesamt
|
||||
transparant bg for the icons? common de Transparenter Hintergrund für Symbole
|
||||
trinidad and tobago common de TRINIDAD AND TOBAGO
|
||||
tuesday common de Dienstag
|
||||
tunisia common de TUNISIEN
|
||||
@ -596,6 +686,7 @@ turkey common de TÜRKEI
|
||||
turkmenistan common de TURKMENISTAN
|
||||
turks and caicos islands common de TURKS AND CAICOS ISLANDS
|
||||
tuvalu common de TUVALU
|
||||
type common de Typ
|
||||
uganda common de UGANDA
|
||||
ukraine common de UKRAINE
|
||||
underline common de Unterstrichen
|
||||
@ -605,6 +696,7 @@ united states common de VEREINIGTE STAATEN VON AMERIKA
|
||||
united states minor outlying islands common de UNITED STATES MINOR OUTLYING ISLANDS
|
||||
unknown common de Unbekannt
|
||||
update common de Aktualisieren
|
||||
update the clock per minute or per second common de Uhr minütlich oder sekündlich aktualisieren
|
||||
upload common de Hochladen
|
||||
upload directory does not exist, or is not writeable by webserver common de Das Verzeichnis zum Hochladen existiert nicht oder ist nicht vom Webserver beschreibbar.
|
||||
upload requires the directory to be writable by the webserver! common de Der Upload verlangt, dass das Verzeich vom Webserver beschreibbar ist!
|
||||
@ -631,11 +723,18 @@ virgin islands, u.s. common de VIRGIN ISLANDS, U.S.
|
||||
wallis and futuna common de WALLIS AND FUTUNA
|
||||
wednesday common de Mittwoch
|
||||
welcome common de Willkommen
|
||||
western european common de Westeuropäisch
|
||||
western sahara common de WEST SAHARA
|
||||
what color should all the blank space on the desktop have common de Welche Farbe soll der freie Platz auf der Arbeitsfläche haben
|
||||
what style would you like the image to have? common de Welchen Stil soll das Bild haben?
|
||||
when you say yes the home and logout buttons are presented as applications in the main top applcation bar. common de Wenn Sie das einschalten werden die Start und Abmelde Symbole als Anwendungen im oberen Anwendungsbalken angezeigt.
|
||||
where and how will the egroupware links like preferences, about and logout be displayed. common de Wo und wie werden die EGroupware Verknüpfungen wie Einstellungen, Über ..., und Abmelden angezeigt.
|
||||
which groups common de Welche Gruppen
|
||||
width common de Breite
|
||||
wk jscalendar de KW
|
||||
work email common de geschäftliche E-Mail
|
||||
would you like to display the page generation time at the bottom of every window? common de Wollen Sie die Zeit zur Erstellung der Seite am Ende jedes Fensters anzeigen?
|
||||
writing common de schreiben
|
||||
written by: common de Geschrieben von:
|
||||
year common de Jahr
|
||||
yemen common de YEMEN
|
||||
@ -651,6 +750,8 @@ you have selected an invalid date common de Sie haben ein ungültiges Datum gew
|
||||
you have selected an invalid main category common de Sie haben eine ungültige Hauptkategorie gewählt !
|
||||
you have successfully logged out common de Sie haben sich erfolgreich abgemeldet
|
||||
you need to add the webserver user '%1' to the group '%2'. common de Sie müssen den Webserver-User '%1' zur Gruppe '%2' hinzufügen.
|
||||
you need to be an egroupware administrator to access this functionality! common de Sie müssen ein EGroupware administrator sein, um auf diese Funktion zuzugreifen!
|
||||
you've tried to open the egroupware application: %1, but you have no permission to access this application. common de Sie haben versucht auf die EGroupware Anwendung %1 zuzugreifen, aber Sie haben keine Rechte dazu.
|
||||
your message could <b>not</b> be sent!<br> common de Ihre Nachricht konnte <b>nicht</b> gesendet werden!<br>
|
||||
your message has been sent common de Ihre Nachricht wurde versandt
|
||||
your search returned %1 matchs common de Ihre Suche ergab %1 Treffer
|
||||
@ -659,3 +760,4 @@ your session could not be verified. login de Ihre Sitzung konnte nicht verifizie
|
||||
your settings have been updated common de Ihre Einstellungen wurden aktualisiert
|
||||
zambia common de ZAMBIA
|
||||
zimbabwe common de ZIMBABWE
|
||||
zoom common de Zoomen
|
||||
|
@ -1,7 +1,6 @@
|
||||
%1 email addresses inserted common en %1 email addresses inserted
|
||||
%1 file common en %1 file
|
||||
%1 is not executable by the webserver !!! common en %1 is not executable by the webserver !!!
|
||||
%1 manual common en %1 manual
|
||||
%1 start common en %1 start
|
||||
%1choose an other directory%2<br />or make %3 writeable by webserver common en %1Choose an other directory%2<br />or make %3 writeable by webserver
|
||||
%1egroupware%2 is a multi-user, web-based groupware suite written in %3php%4. common en %1eGroupWare%2 is a multi-user, web-based groupware suite written in %3PHP%4.
|
||||
(session restored in %1 seconds) common en (session restored in %1 seconds)
|
||||
@ -48,6 +47,7 @@ albania common en ALBANIA
|
||||
algeria common en ALGERIA
|
||||
all common en All
|
||||
all fields common en all fields
|
||||
all languages common en all languages
|
||||
alphabet common en a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z
|
||||
alternate style-sheet: common en Alternate style-sheet:
|
||||
american samoa common en AMERICAN SAMOA
|
||||
@ -104,6 +104,7 @@ brazil common en BRAZIL
|
||||
british indian ocean territory common en BRITISH INDIAN OCEAN TERRITORY
|
||||
brunei darussalam common en BRUNEI DARUSSALAM
|
||||
bulgaria common en BULGARIA
|
||||
bulgarian common en Bulgarian
|
||||
burkina faso common en BURKINA FASO
|
||||
burundi common en BURUNDI
|
||||
calendar common en Calendar
|
||||
@ -188,6 +189,7 @@ detail common en Detail
|
||||
details common en Details
|
||||
diable the execution a bugfixscript for internet explorer 5.5 and higher to show transparency in png-images? common en Diable the execution a bugfixscript for Internet Explorer 5.5 and higher to show transparency in PNG-images?
|
||||
direction left to right common en Direction left to right
|
||||
directory common en Directory
|
||||
directory does not exist, is not readable by the webserver or is not relative to the document root! common en Directory does not exist, is not readable by the webserver or is not relative to the document root!
|
||||
disable internet explorer png-image-bugfix common en Disable Internet Explorer png-image-bugfix
|
||||
disable slider effects common en Disable slider effects
|
||||
@ -209,6 +211,7 @@ done common en Done
|
||||
drag to move jscalendar en Drag to move
|
||||
e-mail common en E-Mail
|
||||
east timor common en EAST TIMOR
|
||||
eastern european common en Eastern european
|
||||
ecuador common en ECUADOR
|
||||
edit common en Edit
|
||||
edit %1 category for common en Edit %1 category for
|
||||
@ -216,7 +219,6 @@ edit categories common en Edit Categories
|
||||
edit category common en Edit category
|
||||
egroupware common en eGroupWare
|
||||
egroupware api version common en eGroupWare API version
|
||||
egroupware api version %1 common en eGroupWare API version %1
|
||||
egroupware: login blocked for user '%1', ip %2 common en eGroupWare: login blocked for user '%1', IP %2
|
||||
egypt common en EGYPT
|
||||
el salvador common en EL SALVADOR
|
||||
@ -279,6 +281,7 @@ global public common en Global Public
|
||||
go today jscalendar en Go Today
|
||||
grant access common en Grant Access
|
||||
greece common en GREECE
|
||||
greek common en Greek
|
||||
greenland common en GREENLAND
|
||||
grenada common en GRENADA
|
||||
group common en Group
|
||||
@ -339,6 +342,7 @@ italy common en ITALY
|
||||
jamaica common en JAMAICA
|
||||
january common en January
|
||||
japan common en JAPAN
|
||||
japanese common en Japanese
|
||||
jordan common en JORDAN
|
||||
july common en July
|
||||
jun common en Jun
|
||||
@ -353,6 +357,7 @@ keywords common en Keywords
|
||||
kiribati common en KIRIBATI
|
||||
korea, democratic peoples republic of common en KOREA, DEMOCRATIC PEOPLES REPUBLIC OF
|
||||
korea, republic of common en KOREA, REPUBLIC OF
|
||||
korean common en Korean
|
||||
kuwait common en KUWAIT
|
||||
kyrgyzstan common en KYRGYZSTAN
|
||||
language common en Language
|
||||
@ -371,6 +376,7 @@ liberia common en LIBERIA
|
||||
libyan arab jamahiriya common en LIBYAN ARAB JAMAHIRIYA
|
||||
license common en License
|
||||
liechtenstein common en LIECHTENSTEIN
|
||||
line %1: '%2'<br><b>csv data does contain ##last-check-run## of table %3 ==> ignored</b> common en Line %1: '%2'<br><b>csv data does contain ##last-check-run## of table %3 ==> ignored</b>
|
||||
line %1: '%2'<br><b>csv data does not match column-count of table %3 ==> ignored</b> common en Line %1: '%2'<br><b>csv data does not match column-count of table %3 ==> ignored</b>
|
||||
list common en List
|
||||
list members common en List members
|
||||
@ -499,7 +505,6 @@ password must have at least %1 characters common en Password must have at least
|
||||
path to user and group files has to be outside of the webservers document-root!!! common en Path to user and group files HAS TO BE OUTSIDE of the webservers document-root!!!
|
||||
permission denied! common en Permission denied!
|
||||
permissions to the files/users directory common en permissions to the files/users directory
|
||||
permisson denied! common en Permisson denied!
|
||||
personal common en Personal
|
||||
peru common en PERU
|
||||
philippines common en PHILIPPINES
|
||||
@ -551,6 +556,7 @@ returns struct of users application access common en Returns struct of users app
|
||||
reunion common en REUNION
|
||||
right common en Right
|
||||
romania common en ROMANIA
|
||||
russian common en Russian
|
||||
russian federation common en RUSSIAN FEDERATION
|
||||
rwanda common en RWANDA
|
||||
saint helena common en SAINT HELENA
|
||||
@ -614,6 +620,7 @@ showing %1 - %2 of %3 common en showing %1 - %2 of %3
|
||||
sierra leone common en SIERRA LEONE
|
||||
simple common en Simple
|
||||
singapore common en SINGAPORE
|
||||
site configuration common en Site configuration
|
||||
slovakia common en SLOVAKIA
|
||||
slovenia common en SLOVENIA
|
||||
solomon islands common en SOLOMON ISLANDS
|
||||
@ -703,7 +710,6 @@ use button to search for project common en use Button to search for Project
|
||||
user common en User
|
||||
user accounts common en user accounts
|
||||
user groups common en user groups
|
||||
user openinstance common en User Openinstance
|
||||
username common en Username
|
||||
users common en users
|
||||
users choice common en Users Choice
|
||||
@ -718,6 +724,7 @@ virgin islands, u.s. common en VIRGIN ISLANDS, U.S.
|
||||
wallis and futuna common en WALLIS AND FUTUNA
|
||||
wednesday common en Wednesday
|
||||
welcome common en Welcome
|
||||
western european common en Western european
|
||||
western sahara common en WESTERN SAHARA
|
||||
what color should all the blank space on the desktop have common en What color should all the blank space on the desktop have
|
||||
what style would you like the image to have? common en What style would you like the image to have?
|
||||
@ -755,4 +762,3 @@ your settings have been updated common en Your settings have been Updated
|
||||
zambia common en ZAMBIA
|
||||
zimbabwe common en ZIMBABWE
|
||||
zoom common en Zoom
|
||||
site configuration common en Site configuration
|
||||
|
Loading…
Reference in New Issue
Block a user