]> git.basschouten.com Git - openhab-addons.git/commitdiff
[pushsafer] Added default i18n properties file (#11441)
authorChristoph Weitkamp <github@christophweitkamp.de>
Sun, 24 Oct 2021 18:45:22 +0000 (20:45 +0200)
committerGitHub <noreply@github.com>
Sun, 24 Oct 2021 18:45:22 +0000 (20:45 +0200)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
bundles/org.openhab.binding.pushsafer/src/main/resources/OH-INF/i18n/pushsafer.properties

index e43d12e6e12573e8e3020b064a1160d0e8b81fd6..3ccd839c0fc04bf070f8925abf353e1c69f53deb 100644 (file)
@@ -1,32 +1,68 @@
+# binding
+
+binding.pushsafer.name = Pushsafer Binding
+binding.pushsafer.description = With Pushsafer you can send & receive push notifications in real time, easily and securely on your iPhone, iPad, Android, Windows mobile or Windows desktop device as well as on your browser (Chrome, Firefox, Opera & Yandex)!
+
+# thing types
+
+thing-type.pushsafer.pushsafer-account.label = Pushsafer Account
+thing-type.pushsafer.pushsafer-account.description = Provides access to the Pushsafer Messages API.
+
+# thing types config
+
+thing-type.config.pushsafer.pushsafer-account.answer.label = Answer
+thing-type.config.pushsafer.pushsafer-account.answer.description = true = Enable reply to push notifications, false otherwise.
+thing-type.config.pushsafer.pushsafer-account.apikey.label = Private or Alias Key
+thing-type.config.pushsafer.pushsafer-account.apikey.description = Your Private or Alias to access the Pushsafer Message API.
+thing-type.config.pushsafer.pushsafer-account.color.label = Icon Color
+thing-type.config.pushsafer.pushsafer-account.color.description = The color (hexadecimal) of notification icon (e.g. #FF0000).
+thing-type.config.pushsafer.pushsafer-account.confirm.label = Confirm
+thing-type.config.pushsafer.pushsafer-account.confirm.description = Integer 10-10800 (10s steps): Time in seconds after which a message should be sent again before it is confirmed.
+thing-type.config.pushsafer.pushsafer-account.device.label = Device ID
+thing-type.config.pushsafer.pushsafer-account.device.description = Device ID or Device Group ID to which devices you want to send push-notifications ("a" for all available devices).
+thing-type.config.pushsafer.pushsafer-account.expire.label = Expire
+thing-type.config.pushsafer.pushsafer-account.expire.description = Integer 60-10800 (60s steps): Time in seconds, after the retry/resend should stop.
+thing-type.config.pushsafer.pushsafer-account.format.label = Format
+thing-type.config.pushsafer.pushsafer-account.format.description = The default format of a message.
+thing-type.config.pushsafer.pushsafer-account.format.option.none = None
+thing-type.config.pushsafer.pushsafer-account.format.option.html = HTML
+thing-type.config.pushsafer.pushsafer-account.format.option.monospace = monospace
+thing-type.config.pushsafer.pushsafer-account.icon.label = Notification Icon
+thing-type.config.pushsafer.pushsafer-account.icon.description = The default notification icon on target device.
+thing-type.config.pushsafer.pushsafer-account.retry.label = Retry
+thing-type.config.pushsafer.pushsafer-account.retry.description = Integer 0-43200: Time in minutes, after a message automatically gets purged.
+thing-type.config.pushsafer.pushsafer-account.sound.label = Notification Sound
+thing-type.config.pushsafer.pushsafer-account.sound.description = The default notification sound on target device.
+thing-type.config.pushsafer.pushsafer-account.time2live.label = Time to Live
+thing-type.config.pushsafer.pushsafer-account.time2live.description = Time in minutes, after a message automatically gets purged.
+thing-type.config.pushsafer.pushsafer-account.title.label = Title
+thing-type.config.pushsafer.pushsafer-account.title.description = The default title of a message.
+thing-type.config.pushsafer.pushsafer-account.url.label = URL
+thing-type.config.pushsafer.pushsafer-account.url.description = URL or URL Scheme send with notification.
+thing-type.config.pushsafer.pushsafer-account.urlTitle.label = URL Title
+thing-type.config.pushsafer.pushsafer-account.urlTitle.description = Title of URL.
+thing-type.config.pushsafer.pushsafer-account.user.label = Username
+thing-type.config.pushsafer.pushsafer-account.user.description = Your username or email address to validate against the Pushsafer Message API.
+thing-type.config.pushsafer.pushsafer-account.vibration.label = Vibration
+thing-type.config.pushsafer.pushsafer-account.vibration.description = How often the device should vibrate. empty=device default or a number 1-3
+
 # user defined messages
+
 offline.conf-error-missing-apikey = The 'Private Key' parameter must be configured.
 offline.conf-error-missing-user = The 'Username' parameter must be configured.
 offline.conf-error-missing-device = The 'Device ID' parameter must be configured.
 offline.conf-error-unknown = An unknown error occurred.
 
 # actions
-sendPushsaferMessageActionLabel = send a plain text message
-sendPushsaferMessageActionDescription = This method is used to send a plain text message.
-sendPushsaferMessageActionOutputLabel = Sent
-sendPushsaferMessageActionOutputDescription = true, if message has been sent successfully
-sendPushsaferMessageActionInputMessageLabel = Message
-sendPushsaferMessageActionInputMessageDescription = Message to be sent.
-sendPushsaferMessageActionInputTitleLabel = Title
-sendPushsaferMessageActionInputTitleDescription = The title of the message.
-
-sendPushsaferURLMessageActionLabel = send a plain text message with an URL
-sendPushsaferURLMessageActionDescription = This method is used to send a message with an URL.
-sendPushsaferMessageActionInputURLLabel = URL
-sendPushsaferMessageActionInputURLDescription = A supplementary URL to show with the message.
-sendPushsaferMessageActionInputURLTitleLabel = URL Title
-sendPushsaferMessageActionInputURLTitleDescription = A title for the URL, otherwise just the URL is shown.
 
+cancelPushsaferPriorityMessageActionLabel = cancel a priority message
+cancelPushsaferPriorityMessageActionDescription = This method is used to cancel a priority message.
+cancelPushsaferPriorityMessageActionOnputLabel = Cancelled
+cancelPushsaferPriorityMessageActionOnputDescription = true, if message has been cancelled successfully.
+cancelPushsaferPriorityMessageActionInputReceiptLabel = Receipt
+cancelPushsaferPriorityMessageActionInputReceiptDescription = Receipt of the message to be canceled.
 sendHTMLMessageActionLabel = send a HTML message
 sendHTMLMessageActionDescription = This method is used to send a HTML message.
-
-sendPushsaferMonospaceMessageActionLabel = send a monospace message
-sendPushsaferMonospaceMessageActionDescription = This method is used to send a monospace message.
-
 sendPushsaferAttachmentMessageActionLabel = send a plain text message with an image attachment
 sendPushsaferAttachmentMessageActionDescription = This method is used to send a message with an image attachment.
 sendPushsaferMessageActionInputAttachmentLabel = Image Attachment
@@ -35,22 +71,29 @@ sendPushsaferMessageActionInputContentTypeLabel = Image Type
 sendPushsaferMessageActionInputContentTypeDescription = The image type of the attachment. Defaults to "jpeg", possible values "jpeg" ,"png" or "gif".
 sendPushsaferMessageActionInputAuthenticationLabel = Authentication
 sendPushsaferMessageActionInputAuthenticationDescription = Basic access authentication for HTTP(S) requests. Default: "", Example: "user:password".
-
+sendPushsaferMessageActionLabel = send a plain text message
+sendPushsaferMessageActionDescription = This method is used to send a plain text message.
+sendPushsaferMessageActionOutputLabel = Sent
+sendPushsaferMessageActionOutputDescription = true, if message has been sent successfully
+sendPushsaferMessageActionInputMessageLabel = Message
+sendPushsaferMessageActionInputMessageDescription = Message to be sent.
+sendPushsaferMessageActionInputTitleLabel = Title
+sendPushsaferMessageActionInputTitleDescription = The title of the message.
+sendPushsaferMessageToDeviceActionLabel = send a plain text message to a specific device
+sendPushsaferMessageToDeviceActionDescription = This method is used to send a message to a specific device.
+sendPushsaferMessageActionInputDeviceLabel = Device
+sendPushsaferMessageActionInputDeviceDescription = The name of a specific device (multiple devices may be separated by a comma).
+sendPushsaferMonospaceMessageActionLabel = send a monospace message
+sendPushsaferMonospaceMessageActionDescription = This method is used to send a monospace message.
 sendPushsaferPriorityMessageActionLabel = send a priority message
 sendPushsaferPriorityMessageActionDescription = This method is used to send a priority message.
 sendPushsaferPriorityMessageActionOutputLabel = Receipt
 sendPushsaferPriorityMessageActionOutputDescription = Receipt, if priority message sent successfully.
 sendPushsaferMessageActionInputPriorityLabel = Priority
 sendPushsaferMessageActionInputPriorityDescription = Priority to be used. Defaults to 2.
-
-cancelPushsaferPriorityMessageActionLabel = cancel a priority message
-cancelPushsaferPriorityMessageActionDescription = This method is used to cancel a priority message.
-cancelPushsaferPriorityMessageActionOnputLabel = Cancelled
-cancelPushsaferPriorityMessageActionOnputDescription = true, if message has been cancelled successfully.
-cancelPushsaferPriorityMessageActionInputReceiptLabel = Receipt
-cancelPushsaferPriorityMessageActionInputReceiptDescription = Receipt of the message to be canceled.
-
-sendPushsaferMessageToDeviceActionLabel = send a plain text message to a specific device
-sendPushsaferMessageToDeviceActionDescription = This method is used to send a message to a specific device.
-sendPushsaferMessageActionInputDeviceLabel = Device
-sendPushsaferMessageActionInputDeviceDescription = The name of a specific device (multiple devices may be separated by a comma).
+sendPushsaferURLMessageActionLabel = send a plain text message with an URL
+sendPushsaferURLMessageActionDescription = This method is used to send a message with an URL.
+sendPushsaferMessageActionInputURLLabel = URL
+sendPushsaferMessageActionInputURLDescription = A supplementary URL to show with the message.
+sendPushsaferMessageActionInputURLTitleLabel = URL Title
+sendPushsaferMessageActionInputURLTitleDescription = A title for the URL, otherwise just the URL is shown.