mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-04-20 18:36:31 +02:00
fix missing string
This commit is contained in:
parent
8f6fd44b38
commit
cd166944c8
@ -1,5 +1,110 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<root>
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
<resheader name="resmimetype">
|
<resheader name="resmimetype">
|
||||||
<value>text/microsoft-resx</value>
|
<value>text/microsoft-resx</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
@ -12,4 +117,336 @@
|
|||||||
<resheader name="writer">
|
<resheader name="writer">
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
|
<data name="AddServerProcess_AuthPlainPage_Login" xml:space="preserve">
|
||||||
|
<value>Login</value>
|
||||||
|
</data>
|
||||||
|
<data name="AddServerProcess_ChooseAuthTypePage_LoginCard" xml:space="preserve">
|
||||||
|
<value>Login mit Karte</value>
|
||||||
|
</data>
|
||||||
|
<data name="AddServerProcess_ChooseAuthTypePage_LoginPassword" xml:space="preserve">
|
||||||
|
<value>Login mit Passwort</value>
|
||||||
|
</data>
|
||||||
|
<data name="AddServerProcess_ChooseAuthTypePage_Register" xml:space="preserve">
|
||||||
|
<value>Registrieren</value>
|
||||||
|
</data>
|
||||||
|
<data name="AddServerProcess_ChooseAuthTypePage_SignIn" xml:space="preserve">
|
||||||
|
<value>Eintragen:</value>
|
||||||
|
</data>
|
||||||
|
<data name="AddServerProcess_ChooseAuthTypePage_SignUp" xml:space="preserve">
|
||||||
|
<value>Anmelden:</value>
|
||||||
|
</data>
|
||||||
|
<data name="AddServerProcess_SelectServerPage_Connect" xml:space="preserve">
|
||||||
|
<value>Zu Server verbinden</value>
|
||||||
|
</data>
|
||||||
|
<data name="AddServerProcess_SelectServerPage_Info" xml:space="preserve">
|
||||||
|
<value>FabAccess ist ein dezentralisiertes Maschinenverwaltungssystem, d.h. es ist so konzipiert, dass jeder Space seinen eigenen dedizierten Server für die Verwaltung seiner Maschinen hat. Wenn Sie sich mit dem FabAccess-Server eines bestimmten Spaces verbinden wollen, müssen Sie die Host-Adresse von diesem Space erhalten.
|
||||||
|
|
||||||
|
Neben der Möglichkeit, sich mit einzelnen Servern zu verbinden, können Sie mit FabAccess auch mehrere Server zu Ihrem Konto hinzufügen. Diese Funktion ist besonders nützlich für Macher und Innovatoren, die Zugang zu Maschinen in mehreren Spaces haben.</value>
|
||||||
|
</data>
|
||||||
|
<data name="AddServerProcess_SelectServerPage_Placeholder" xml:space="preserve">
|
||||||
|
<value>test.fab-access.org</value>
|
||||||
|
</data>
|
||||||
|
<data name="AddServerProcess_SelectServerPage_TryConnection" xml:space="preserve">
|
||||||
|
<value>Versuche Verbindung zu Server</value>
|
||||||
|
</data>
|
||||||
|
<data name="AddUserPage_AddUser" xml:space="preserve">
|
||||||
|
<value>Benutzer hinzufügen</value>
|
||||||
|
</data>
|
||||||
|
<data name="ALERT" xml:space="preserve">
|
||||||
|
<value>Warnung</value>
|
||||||
|
</data>
|
||||||
|
<data name="ALERT_AddressInvalid" xml:space="preserve">
|
||||||
|
<value>Server-Adresse ist ungültig.</value>
|
||||||
|
</data>
|
||||||
|
<data name="ALERT_AddUserFailed" xml:space="preserve">
|
||||||
|
<value>Benutzer hinzufügen fehlgeschlagen.</value>
|
||||||
|
</data>
|
||||||
|
<data name="ALERT_AuthFailed" xml:space="preserve">
|
||||||
|
<value>Authentifizierung fehlgeschlagen.</value>
|
||||||
|
</data>
|
||||||
|
<data name="ALERT_AuthServer" xml:space="preserve">
|
||||||
|
<value>Authentifizierung beim Server nicht möglich.</value>
|
||||||
|
</data>
|
||||||
|
<data name="ALERT_BadMechanism" xml:space="preserve">
|
||||||
|
<value>SASL Mechanismus nicht unterstützt.</value>
|
||||||
|
</data>
|
||||||
|
<data name="ALERT_ConnectionFailed" xml:space="preserve">
|
||||||
|
<value>Verbindung fehlgeschlagen.</value>
|
||||||
|
</data>
|
||||||
|
<data name="ALERT_ConnectionTimeout" xml:space="preserve">
|
||||||
|
<value>Verbindungszeit überschritten.</value>
|
||||||
|
</data>
|
||||||
|
<data name="ALERT_CredentialsInvalid" xml:space="preserve">
|
||||||
|
<value>Anmeldeinformationen ungültig.</value>
|
||||||
|
</data>
|
||||||
|
<data name="ALERT_DuplicateConnection" xml:space="preserve">
|
||||||
|
<value>Verbindung existiert bereits. Bitte alte Verbindung löschen, bevor neue Verbindung hinzugefügt wird.</value>
|
||||||
|
</data>
|
||||||
|
<data name="ALERT_ID" xml:space="preserve">
|
||||||
|
<value>ID ist ungültig.</value>
|
||||||
|
</data>
|
||||||
|
<data name="ALERT_PasswordInvalid" xml:space="preserve">
|
||||||
|
<value>Passwort ist ungültig.</value>
|
||||||
|
</data>
|
||||||
|
<data name="ALERT_QRInvalid" xml:space="preserve">
|
||||||
|
<value>QR Code inst ungültig</value>
|
||||||
|
</data>
|
||||||
|
<data name="ALERT_SASLAuth" xml:space="preserve">
|
||||||
|
<value>SASLAuthentifizierung fehlgeschlagen</value>
|
||||||
|
</data>
|
||||||
|
<data name="ALERT_TLSInvalid" xml:space="preserve">
|
||||||
|
<value>TLS-Zertifikat ist ungültig.</value>
|
||||||
|
</data>
|
||||||
|
<data name="ALERT_UnableServer" xml:space="preserve">
|
||||||
|
<value>Verbindung zum Server kann nicht hergestellt werden.</value>
|
||||||
|
</data>
|
||||||
|
<data name="ALERT_UnexpectedError" xml:space="preserve">
|
||||||
|
<value>Unerwarteter Fehler.</value>
|
||||||
|
</data>
|
||||||
|
<data name="ALERT_UserExist" xml:space="preserve">
|
||||||
|
<value>Benutzer existiert bereits.</value>
|
||||||
|
</data>
|
||||||
|
<data name="ALERT_UsernameInvalid" xml:space="preserve">
|
||||||
|
<value>Benutzername ungültig.</value>
|
||||||
|
</data>
|
||||||
|
<data name="Bionade" xml:space="preserve">
|
||||||
|
<value>Es ist Bionade!</value>
|
||||||
|
</data>
|
||||||
|
<data name="BUILD" xml:space="preserve">
|
||||||
|
<value>Build</value>
|
||||||
|
</data>
|
||||||
|
<data name="CANCEL" xml:space="preserve">
|
||||||
|
<value>Abbrechen</value>
|
||||||
|
</data>
|
||||||
|
<data name="CONFIRM" xml:space="preserve">
|
||||||
|
<value>Bestätigen</value>
|
||||||
|
</data>
|
||||||
|
<data name="ConnectionStatus_Connecting" xml:space="preserve">
|
||||||
|
<value>Verbinde zu Server</value>
|
||||||
|
</data>
|
||||||
|
<data name="ConnectionStatus_NoConnection" xml:space="preserve">
|
||||||
|
<value>Keine Verbindung zu Server</value>
|
||||||
|
</data>
|
||||||
|
<data name="ConnectionStatus_NotConnected" xml:space="preserve">
|
||||||
|
<value>Bitte Server auswählen.</value>
|
||||||
|
</data>
|
||||||
|
<data name="DELETE" xml:space="preserve">
|
||||||
|
<value>Löschen</value>
|
||||||
|
</data>
|
||||||
|
<data name="DIALOG_DeleteServer" xml:space="preserve">
|
||||||
|
<value>Server löschen</value>
|
||||||
|
</data>
|
||||||
|
<data name="DIALOG_DeleteServerConfirm" xml:space="preserve">
|
||||||
|
<value>Wollen Sie diesen Server wirklich löschen?</value>
|
||||||
|
</data>
|
||||||
|
<data name="DIALOG_DeleteUser" xml:space="preserve">
|
||||||
|
<value>Benutzer löschen</value>
|
||||||
|
</data>
|
||||||
|
<data name="DIALOG_DeleteUserConfirm" xml:space="preserve">
|
||||||
|
<value>Wollen Sie diesen Benutzer wirklich löschen?</value>
|
||||||
|
</data>
|
||||||
|
<data name="FABACCESS" xml:space="preserve">
|
||||||
|
<value>FabAccess</value>
|
||||||
|
</data>
|
||||||
|
<data name="HOST" xml:space="preserve">
|
||||||
|
<value>Host</value>
|
||||||
|
</data>
|
||||||
|
<data name="InUseByMe" xml:space="preserve">
|
||||||
|
<value>Durch mich genutzt</value>
|
||||||
|
</data>
|
||||||
|
<data name="MACHINE" xml:space="preserve">
|
||||||
|
<value>Maschine</value>
|
||||||
|
</data>
|
||||||
|
<data name="MachinePage_CanNotUseByPermission" xml:space="preserve">
|
||||||
|
<value>Sie sind derzeit nicht berechtigt, dieses Gerät zu benutzen.
|
||||||
|
Bitte sprechen Sie mit dem Personal im Space, um die erforderliche Schulung und Genehmigung zu erhalten.</value>
|
||||||
|
</data>
|
||||||
|
<data name="MachinePage_CurrentUser" xml:space="preserve">
|
||||||
|
<value>Aktueller Benutzer:</value>
|
||||||
|
</data>
|
||||||
|
<data name="MachinePage_ForceBlock" xml:space="preserve">
|
||||||
|
<value>Maschine blockieren</value>
|
||||||
|
</data>
|
||||||
|
<data name="MachinePage_ForceDisable" xml:space="preserve">
|
||||||
|
<value>Maschine deaktivieren</value>
|
||||||
|
</data>
|
||||||
|
<data name="MachinePage_ForceFree" xml:space="preserve">
|
||||||
|
<value>Maschine freigeben</value>
|
||||||
|
</data>
|
||||||
|
<data name="MachinePage_GiveBack" xml:space="preserve">
|
||||||
|
<value>Maschine zurückgeben</value>
|
||||||
|
</data>
|
||||||
|
<data name="MachinePage_Identify" xml:space="preserve">
|
||||||
|
<value>Lokalisieren</value>
|
||||||
|
</data>
|
||||||
|
<data name="MachinePage_LastUser" xml:space="preserve">
|
||||||
|
<value>Letzter Benutzer:</value>
|
||||||
|
</data>
|
||||||
|
<data name="MachinePage_ManageMachine" xml:space="preserve">
|
||||||
|
<value>Maschine verwalten:</value>
|
||||||
|
</data>
|
||||||
|
<data name="MachinePage_OpenWiki" xml:space="preserve">
|
||||||
|
<value>Wiki öffnen</value>
|
||||||
|
</data>
|
||||||
|
<data name="MachinePage_Unlock" xml:space="preserve">
|
||||||
|
<value>Entsperren</value>
|
||||||
|
</data>
|
||||||
|
<data name="MachinePage_Use" xml:space="preserve">
|
||||||
|
<value>Benutzen</value>
|
||||||
|
</data>
|
||||||
|
<data name="MainPage_Build" xml:space="preserve">
|
||||||
|
<value>Build</value>
|
||||||
|
</data>
|
||||||
|
<data name="MainPage_Machines" xml:space="preserve">
|
||||||
|
<value>Maschinen</value>
|
||||||
|
</data>
|
||||||
|
<data name="MainPage_Profile" xml:space="preserve">
|
||||||
|
<value>Mein Profil</value>
|
||||||
|
</data>
|
||||||
|
<data name="MainPage_Servers" xml:space="preserve">
|
||||||
|
<value>Server</value>
|
||||||
|
</data>
|
||||||
|
<data name="MainPage_Users" xml:space="preserve">
|
||||||
|
<value>Benutzer</value>
|
||||||
|
</data>
|
||||||
|
<data name="MainPage_Version" xml:space="preserve">
|
||||||
|
<value>Version</value>
|
||||||
|
</data>
|
||||||
|
<data name="OK" xml:space="preserve">
|
||||||
|
<value>Ok</value>
|
||||||
|
</data>
|
||||||
|
<data name="OR" xml:space="preserve">
|
||||||
|
<value>oder</value>
|
||||||
|
</data>
|
||||||
|
<data name="PASSWORD" xml:space="preserve">
|
||||||
|
<value>Passwort</value>
|
||||||
|
</data>
|
||||||
|
<data name="ProfilePage_ChangePassword" xml:space="preserve">
|
||||||
|
<value>Passwort ändern</value>
|
||||||
|
</data>
|
||||||
|
<data name="ProfilePage_NewPassword" xml:space="preserve">
|
||||||
|
<value>Neues Passwort</value>
|
||||||
|
</data>
|
||||||
|
<data name="ProfilePage_OldPassword" xml:space="preserve">
|
||||||
|
<value>Altes Passwort</value>
|
||||||
|
</data>
|
||||||
|
<data name="ProfilePage_UpdatePassword" xml:space="preserve">
|
||||||
|
<value>Passwort aktualisieren</value>
|
||||||
|
</data>
|
||||||
|
<data name="SCANQR" xml:space="preserve">
|
||||||
|
<value>QR-Code scannen</value>
|
||||||
|
</data>
|
||||||
|
<data name="ServerListPage_ActiveConnection" xml:space="preserve">
|
||||||
|
<value>Aktive Verbindung</value>
|
||||||
|
</data>
|
||||||
|
<data name="ServerListPage_ConnectToNewServer" xml:space="preserve">
|
||||||
|
<value>Zu neuem Server verbinden</value>
|
||||||
|
</data>
|
||||||
|
<data name="ServerListPage_LastConnection" xml:space="preserve">
|
||||||
|
<value>Letzte Verbindungen</value>
|
||||||
|
</data>
|
||||||
|
<data name="ServerPageModel_ConnectionFailed" xml:space="preserve">
|
||||||
|
<value>Verbindung fehlgeschlagen</value>
|
||||||
|
</data>
|
||||||
|
<data name="ServerPage_Connect" xml:space="preserve">
|
||||||
|
<value>Verbinden</value>
|
||||||
|
</data>
|
||||||
|
<data name="ServerPage_DefaultText" xml:space="preserve">
|
||||||
|
<value>Sie können einen Server als Standardserver festlegen, so dass die Anwendung beim Start automatisch eine Verbindung zu diesem Server herstellt.</value>
|
||||||
|
</data>
|
||||||
|
<data name="ServerPage_Disconnect" xml:space="preserve">
|
||||||
|
<value>Verbindung trennen</value>
|
||||||
|
</data>
|
||||||
|
<data name="ServerPage_IsDefault" xml:space="preserve">
|
||||||
|
<value>Diese Verbindung ist als Standard eingestellt, und FabAccess verbindet sich beim Starten automatisch mit diesem Server.</value>
|
||||||
|
</data>
|
||||||
|
<data name="ServerPage_SetDefault" xml:space="preserve">
|
||||||
|
<value>Als Standardverbindung setzen</value>
|
||||||
|
</data>
|
||||||
|
<data name="SetUpProcess_ScanPage_Button" xml:space="preserve">
|
||||||
|
<value>In Space einloggen</value>
|
||||||
|
</data>
|
||||||
|
<data name="SetUpProcess_WelcomePage_Button" xml:space="preserve">
|
||||||
|
<value>Mit der Arbeit beginnen</value>
|
||||||
|
</data>
|
||||||
|
<data name="SetUpProcess_WelcomePage_Text" xml:space="preserve">
|
||||||
|
<value>FabAccess ist ein Maschinenverwaltungssystem, das für Makerspaces, Fablabs und andere kollaborative Arbeitsbereiche entwickelt wurde.
|
||||||
|
|
||||||
|
Mit FabAccess können Sie auf Maschinen zugreifen und diese planen, Benutzer verwalten und Echtzeit-Updates zu Maschinenstatus und -nutzung erhalten. Die Plattform bietet eine dezentralisierte Lösung für die Verwaltung von und den Zugriff auf Maschinen in verschiedenen Spaces und erleichtert den Nutzern die Zusammenarbeit und gemeinsame Innovation.</value>
|
||||||
|
</data>
|
||||||
|
<data name="SetUpProcess_WelcomePage_Title" xml:space="preserve">
|
||||||
|
<value>Willkommen bei FabAccess</value>
|
||||||
|
</data>
|
||||||
|
<data name="StartPage_Connecting" xml:space="preserve">
|
||||||
|
<value>Verbinde zu Server</value>
|
||||||
|
</data>
|
||||||
|
<data name="StartPage_Starting" xml:space="preserve">
|
||||||
|
<value>Anwendung wird gestartet</value>
|
||||||
|
</data>
|
||||||
|
<data name="TITLE_AddUser" xml:space="preserve">
|
||||||
|
<value>Benutzer hinzufügen</value>
|
||||||
|
</data>
|
||||||
|
<data name="TITLE_ConnectToServer" xml:space="preserve">
|
||||||
|
<value>Mit Server verbinden</value>
|
||||||
|
</data>
|
||||||
|
<data name="TITLE_Machine" xml:space="preserve">
|
||||||
|
<value>Maschine</value>
|
||||||
|
</data>
|
||||||
|
<data name="TITLE_Machines" xml:space="preserve">
|
||||||
|
<value>Maschinen</value>
|
||||||
|
</data>
|
||||||
|
<data name="TITLE_Profile" xml:space="preserve">
|
||||||
|
<value>Mein Profil</value>
|
||||||
|
</data>
|
||||||
|
<data name="TITLE_Server" xml:space="preserve">
|
||||||
|
<value>Server</value>
|
||||||
|
</data>
|
||||||
|
<data name="TITLE_Servers" xml:space="preserve">
|
||||||
|
<value>Server</value>
|
||||||
|
</data>
|
||||||
|
<data name="TITLE_Settings" xml:space="preserve">
|
||||||
|
<value>Einstellungen</value>
|
||||||
|
</data>
|
||||||
|
<data name="TITLE_User" xml:space="preserve">
|
||||||
|
<value>Benutzer</value>
|
||||||
|
</data>
|
||||||
|
<data name="TITLE_Users" xml:space="preserve">
|
||||||
|
<value>Benutzer</value>
|
||||||
|
</data>
|
||||||
|
<data name="Uncategorised" xml:space="preserve">
|
||||||
|
<value>Unkategorisiert</value>
|
||||||
|
</data>
|
||||||
|
<data name="UserListPage_AddUser" xml:space="preserve">
|
||||||
|
<value>Neuen Benutzer hinzufügen</value>
|
||||||
|
</data>
|
||||||
|
<data name="UserListPage_Search" xml:space="preserve">
|
||||||
|
<value>Benutzer suchen</value>
|
||||||
|
</data>
|
||||||
|
<data name="UserListPage_SearchUser" xml:space="preserve">
|
||||||
|
<value>Benutzername suchen ...</value>
|
||||||
|
</data>
|
||||||
|
<data name="USERNAME" xml:space="preserve">
|
||||||
|
<value>Benutzername</value>
|
||||||
|
</data>
|
||||||
|
<data name="UserPage_ChangePassword" xml:space="preserve">
|
||||||
|
<value>Passwort aktualisieren</value>
|
||||||
|
</data>
|
||||||
|
<data name="UserPage_CreateCard" xml:space="preserve">
|
||||||
|
<value>Neue FabFire Card erzeugen</value>
|
||||||
|
</data>
|
||||||
|
<data name="UserPage_NewPassword" xml:space="preserve">
|
||||||
|
<value>Neues Passwort</value>
|
||||||
|
</data>
|
||||||
|
<data name="UserPage_UnbindCard" xml:space="preserve">
|
||||||
|
<value>FabFir eCard entkoppeln</value>
|
||||||
|
</data>
|
||||||
|
<data name="UserPage_UpdatePassword" xml:space="preserve">
|
||||||
|
<value>Passwort Update erzwingen</value>
|
||||||
|
</data>
|
||||||
|
<data name="VERSION" xml:space="preserve">
|
||||||
|
<value>Version</value>
|
||||||
|
</data>
|
||||||
|
<data name="YAY" xml:space="preserve">
|
||||||
|
<value>YAY</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
Loading…
x
Reference in New Issue
Block a user