// ContactsControl.rde // // Copyright (c) 2003 Jo "GoldAguti" - All rights reserved. // // Strings localised for DE 03 ( German ) <- please change ! // Nothing to change here ... rls_string STRING_r_version "V2.0.6" rls_string STRING_r_language "DE03" // Buttons etc. ... // please translate if wise ;-) rls_string STRING_r_done "OK" // "Done" rls_string STRING_r_ok "OK" // "OK" rls_string STRING_r_cancel "Abbruch" // "Cancel" rls_string STRING_r_yes "Ja" // "Yes" rls_string STRING_r_no "Nein" // "No" // Labels of Contacts Database und SIM/ICC ... // Please go to you original Contacts-Program and read the // 3 Entries for First and Last Name and Company and put // these labels 1:1 here - they have to match !! rls_string STRING_r_label_first_name "Vorname" // "First name" rls_string STRING_r_label_last_name "Nachname" // "Last name" rls_string STRING_r_label_company "Firma" // "Company" // Nothing to change here ... rls_string STRING_r_label_group "Group Label" // "Group Label" rls_string STRING_r_label_note "Note" // "Note" // Info-Messages ... // Nothing to change here ... rls_string STRING_r_info_is_disabled " is disabled;" // " is disabled;" rls_string STRING_r_info_is_kstoragetypestore " is KStorageTypeStore;" // " is KStorageTypeStore;" rls_string STRING_r_info_is_kstoragetypecitemid " is KStorageTypeContactItemId;" // " is KStorageTypeContactItemId;" // Info-Messages ... rls_string STRING_r_infomsg_reading_from_iccsim "Lese ICC/SIM Einträge" // "Reading from ICC/SIM" // Format Strings ... // Please enter your Date-Format here: DD.MM.YYYY // Nothing to change here ... rls_string STRING_r_format_birthday "%D%M%Y%/0%1%/1%2%/2%3%/3" // "%D%M%Y%/0%1%/1%2%/2%3%/3" // Entries for the Ressource-File for Menu etc. ... // please translate if wise ;-) rls_string STRING_r_about "Über" // "About" rls_string STRING_r_c_control "CControl" // "CControl" rls_string STRING_r_close "Beenden" // "Close" rls_string STRING_r_compact "DB komprimieren" // "Compact DB" rls_string STRING_r_folder "Kategorien" // "Folder" rls_string STRING_r_help "Hilfe" // "Help" rls_string STRING_r_refresh "Aktualisieren" // "Refresh" rls_string STRING_r_select_all "Alle auswählen" // "Select all" rls_string STRING_r_statistics "Statistik" // "Statistics" rls_string STRING_r_show_entries "Einträge anzeigen" // "Show Entries" // Entries for the Ressource-File for Menu etc. ... // please translate but PLEASE PAY ATTENTION TO THE MEANING OF THE MENU OPTIONS EXACTLY - thank you ;-) // the meaning is "clear all checkboxes ..." rls_string STRING_r_clear_selection "Auswahl aufheben" // "Unselect all" // the meaning is "delete all selected database-entries ..." rls_string STRING_r_delete_selected "Ausgewählte löschen" // "Delete Selected" // Messages, etc. ... // Nothing to change here ... rls_string STRING_r_debug_version "Debug Version" // "Debug Version" rls_string STRING_r_status_view_k_byte " k ):" // " k ):" // Messages, etc. ... // Please beware the length of the text - not really FIXED-WIDTH, but ... rls_string STRING_r_status_view_contacts_db "Kontakte-DB ( " // "Contacts-DB ( " rls_string STRING_r_status_view_entries_divided "%d Einträge verteilt auf" // "%d Einträge geteilt in" == "%d Entries divided in" rls_string STRING_r_status_view_status "Status: " // "Status: " rls_string STRING_r_status_view_header "Kontakte Informationen" // "Contacts Information" // Messages, etc. ... // These Entries have a maximum width ... // So please don't use more than the given character-space !!! // < about max 30 characters > rls_string STRING_r_status_view_compression_req "Komprimieren erforderlich" // "Compression required" rls_string STRING_r_status_view_db_is_damaged "Datenbank ist beschädigt" // "Database is damaged" // These Entries have a maximum width ... // So please don't use more than the given character-space !!! // <10 char.> rls_string STRING_r_status_view_sum "(Summe)" // "(Sum)" // I am note shure, if it is wise to translate them - what do you think ? // These Entries have a maximum width ... // So please don't use more than the given character-space !!! // <10 char.> rls_string STRING_r_status_view_contacts "Kontakte" // "Contacts" rls_string STRING_r_status_view_groups "Gruppen" // "Groups" rls_string STRING_r_status_view_owncards "Besitzer K." // "OwnCards" rls_string STRING_r_status_view_items "Einträge" // "Items" rls_string STRING_r_status_view_card_grp "Karte/Grup." // "Card/Grp" rls_string STRING_r_status_view_iccentry "SIM Eintr." // "ICCEntry" rls_string STRING_r_status_view_dbfile "DB-Datei" // "DbFile" // <10 char.> rls_string STRING_r_status_view_is_hidden "Verborgen" // "is Hidden" rls_string STRING_r_status_view_is_system "System" // "is System" rls_string STRING_r_status_view_deleted "Gelöscht" // "Deleted" rls_string STRING_r_status_view_deletable "Löschbar" // "Deletable" rls_string STRING_r_status_view_templates "Vorlagen" // "Templates" rls_string STRING_r_status_view_cardtempl "Kart. Vorl." // "CardTempl" rls_string STRING_r_status_view_typevcard "Typ VCard" // "TypeVCard" // NEW: rls_string STRING_r_find_and_select "Einträge suchen und auswählen" // "Find and Select Entries" rls_string STRING_r_find "Suchen" // "Find" rls_string STRING_r_find_entries "Einträge suchen" // "Find Entries" rls_string STRING_r_delete_all_contacts "Alle Kontakte löschen" // "Delete all Contacts" rls_string STRING_r_really_delete_all "Möchten Sie wirklich alle Kontakte löschen ?" // "Do You really want to delete all Contacts?" rls_string STRING_r_delete_all_contacts "Ausgewählte Einträge löschen" // "Delete selected Entries" rls_string STRING_r_really_delete_all "Möchten Sie wirklich alle ausgewählte Kontakte löschen ?" // "Do You really want to delete all selected Entries?" rls_string STRING_r_insert_into_group "Auswahl in Gruppe einfügen" // "Add selected to Group" rls_string STRING_r_select_group "Gruppe auswählen" // "Select Group" rls_string STRING_r_add "Einfügen" // "Add"