mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
Prepared the dictionaries for translating new entries (completed the french translation at the same time). Just look for the strings terminated by ~~ and translate them in place and you're done!
SVN:trunk[3651]
This commit is contained in:
@@ -1022,5 +1022,84 @@ Wenn Aktionen mit Trigger verknüpft sind, bekommt jede Aktion eine Auftragsnumm
|
||||
'UI:Menu:KillConcurrentLock' => 'Kill the Concurrent Modification Lock !~~',
|
||||
|
||||
'UI:Menu:ExportPDF' => 'Export as PDF...~~',
|
||||
'Class:UserInternal' => 'User Internal~~',
|
||||
'Class:UserInternal+' => 'User defined within iTop~~',
|
||||
'UI:Button:Rename' => ' Rename... ~~',
|
||||
'UI:SearchValue:CheckAll' => 'Check All~~',
|
||||
'UI:SearchValue:UncheckAll' => 'Uncheck All~~',
|
||||
'UI:Login:ForgotPwd' => 'Neues Passwort zusenden',
|
||||
'UI:Login:ForgotPwdForm' => 'Neues Passwort zusenden',
|
||||
'UI:Login:ForgotPwdForm+' => 'iTop can send you an email in which you will find instructions to follow to reset your account.~~',
|
||||
'UI:Login:ResetPassword' => 'Jetzt senden!',
|
||||
'UI:Login:ResetPwdFailed' => 'Konnte keine Email versenden: %1$s',
|
||||
'UI:ResetPwd-Error-WrongLogin' => '\'%1$s\' is not a valid login~~',
|
||||
'UI:ResetPwd-Error-NotPossible' => 'external accounts do not allow password reset.~~',
|
||||
'UI:ResetPwd-Error-FixedPwd' => 'the account does not allow password reset.~~',
|
||||
'UI:ResetPwd-Error-NoContact' => 'the account is not associated to a person.~~',
|
||||
'UI:ResetPwd-Error-NoEmailAtt' => 'the account is not associated to a person having an email attribute. Please Contact your administrator.~~',
|
||||
'UI:ResetPwd-Error-NoEmail' => 'die email Adresse dieses Accounts fehlt. Bitte kontaktieren Sie den Administrator.',
|
||||
'UI:ResetPwd-Error-Send' => 'Beim Versenden der Email trat ein technisches Problem auf. Bitte kontaktieren Sie den Administrator.',
|
||||
'UI:ResetPwd-EmailSent' => 'Bitte schauen Sie in Ihre Mailbox und folgen Sie den Anweisungen.',
|
||||
'UI:ResetPwd-EmailSubject' => 'Reset your iTop password~~',
|
||||
'UI:ResetPwd-EmailBody' => '<body><p>Sie haben das Zurücksetzen Ihres iTop Passworts angefordert.</p><p>Bitte folgen Sie diesem Link (funktioniert nur einmalig) : <a href="%1$s">neues Passwort eingeben</a></p>.',
|
||||
'UI:ResetPwd-Title' => 'Reset password~~',
|
||||
'UI:ResetPwd-Error-InvalidToken' => 'Sorry, either the password has already been reset, or you have received several emails. Please make sure that you use the link provided in the very last email received.~~',
|
||||
'UI:ResetPwd-Error-EnterPassword' => 'Enter a new password for the account \'%1$s\'.~~',
|
||||
'UI:ResetPwd-Ready' => 'The password has been changed.~~',
|
||||
'UI:ResetPwd-Login' => 'Click here to login...~~',
|
||||
'UI:CSVImport:AlertMultipleMapping' => 'Please make sure that a target field is mapped only once.~~',
|
||||
'UI:Search:NeedleTooShort' => 'The search string \"%1$s\" is too short. Please type at least %2$d characters.~~',
|
||||
'UI:Search:Ongoing' => 'Searching for \"%1$s\"~~',
|
||||
'UI:Search:Enlarge' => 'Broaden the search~~',
|
||||
'UI:Relation:ExportAsAttachment' => 'Export as Attachment...~~',
|
||||
'UI:DashboardEdit:AutoReload' => 'Automatic refresh~~',
|
||||
'UI:DashboardEdit:AutoReloadSec' => 'Automatic refresh interval (seconds)~~',
|
||||
'UI:DashboardEdit:AutoReloadSec+' => 'The minimum allowed is %1$d seconds~~',
|
||||
'UI:Menu:ShortcutList' => 'Create a Shortcut...~~',
|
||||
'UI:ShortcutRenameDlg:Title' => 'Rename the shortcut~~',
|
||||
'UI:ShortcutListDlg:Title' => 'Create a shortcut for the list~~',
|
||||
'UI:ShortcutDelete:Confirm' => 'Please confirm that wou wish to delete the shortcut(s).~~',
|
||||
'Menu:MyShortcuts' => 'My Shortcuts~~',
|
||||
'Class:Shortcut' => 'Shortcut~~',
|
||||
'Class:Shortcut/Attribute:name' => 'Name~~',
|
||||
'Class:Shortcut/Attribute:name+' => 'Label used in the menu and page title~~',
|
||||
'Class:ShortcutOQL' => 'Search result shortcut~~',
|
||||
'Class:ShortcutOQL/Attribute:oql' => 'Query~~',
|
||||
'Class:ShortcutOQL/Attribute:oql+' => 'OQL defining the list of objects to search for~~',
|
||||
'Class:ShortcutOQL/Attribute:auto_reload' => 'Automatic refresh~~',
|
||||
'Class:ShortcutOQL/Attribute:auto_reload/Value:none' => 'Disabled~~',
|
||||
'Class:ShortcutOQL/Attribute:auto_reload/Value:custom' => 'Custom rate~~',
|
||||
'Class:ShortcutOQL/Attribute:auto_reload_sec' => 'Automatic refresh interval (seconds)~~',
|
||||
'Class:ShortcutOQL/Attribute:auto_reload_sec/tip' => 'The minimum allowed is %1$d seconds~~',
|
||||
'UI:ValueMustBeSet' => 'Please specify a value~~',
|
||||
'UI:ValueMustBeChanged' => 'Please change the value~~',
|
||||
'UI:ValueInvalidFormat' => 'Invalid format~~',
|
||||
'UI:CSVImportConfirmTitle' => 'Please confirm the operation~~',
|
||||
'UI:CSVImportConfirmMessage' => 'Are you sure you want to do this?~~',
|
||||
'UI:CSVImportError_items' => 'Errors: %1$d~~',
|
||||
'UI:CSVImportCreated_items' => 'Created: %1$d~~',
|
||||
'UI:CSVImportModified_items' => 'Modified: %1$d~~',
|
||||
'UI:CSVImportUnchanged_items' => 'Unchanged: %1$d~~',
|
||||
'UI:Button:Remove' => 'Remove~~',
|
||||
'UI:AddAnExisting_Class' => 'Add objects of type %1$s...~~',
|
||||
'UI:SelectionOf_Class' => 'Selection of objects of type %1$s~~',
|
||||
'UI:AboutBox' => 'Über iTop...',
|
||||
'UI:About:Title' => 'Über iTop',
|
||||
'UI:About:DataModel' => 'Data model~~',
|
||||
'UI:About:Support' => 'Support information~~',
|
||||
'UI:About:Licenses' => 'Licenses~~',
|
||||
'UI:About:Modules' => 'Installed modules~~',
|
||||
'ExcelExporter:ExportMenu' => 'Excel Export...~~',
|
||||
'ExcelExporter:ExportDialogTitle' => 'Excel Export~~',
|
||||
'ExcelExporter:ExportButton' => 'Export~~',
|
||||
'ExcelExporter:DownloadButton' => 'Download %1$s~~',
|
||||
'ExcelExporter:RetrievingData' => 'Retrieving data...~~',
|
||||
'ExcelExporter:BuildingExcelFile' => 'Building the Excel file...~~',
|
||||
'ExcelExporter:Done' => 'Done.~~',
|
||||
'ExcelExport:AutoDownload' => 'Start the download automatically when the export is ready~~',
|
||||
'ExcelExport:PreparingExport' => 'Preparing the export...~~',
|
||||
'ExcelExport:Statistics' => 'Statistics~~',
|
||||
'portal:legacy_portal' => 'End-User Portal~~',
|
||||
'portal:backoffice' => 'iTop Back-Office User Interface~~',
|
||||
));
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user