Browse code

added CHANGELOG.txt appinfo/info.xml appinfo/signature.json js/sendfax.js l10n/en_GB.js l10n/en_GB.json lib/Controller/AuthorApiController.php lib/AppInfo/Application.php lib/Notification/Notifier.php l10n/en_US.js l10n/en_US.json

DoubleBastionAdmin authored on 02/11/2023 18:51:43
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,22 @@
1
+OC.L10N.register(
2
+    "pax_fax",
3
+    {
4
+    "Settings" : "Settings",
5
+    "Pax Fax" : "Pax Fax",
6
+    "Please enter your credentials and options in the fields from below:" : "Please enter your credentials and options in the fields from below:",
7
+    "Phaxio API Key:" : "Phaxio API Key:",
8
+    "e.g. d6f172ce92e4f2 ..." : "e.g. d6f172ce92e4f2 ...",
9
+    "Phaxio API Secret:" : "Phaxio API Secret:",
10
+    "e.g. 8af589b8ad9579 ..." : "e.g. 8af589b8ad9579 ...",
11
+    "Phaxio Webhook Token:" : "Phaxio Webhook Token:",
12
+    "e.g. b6d90b72ab6cce450025abd46f4d697" : "e.g. b6d90b72ab6cce450025abd46f4d697",
13
+    "e.g.  https://username:6VTGs-c36j4-qK2wm-RgJcl-9pjUD@cloud.example.com/apps/pax_fax/api/recfaxphaxio" : "e.g.  https://username:6VTGs-c36j4-qK2wm-RgJcl-9pjUD@cloud.example.com/apps/pax_fax/api/recfaxphaxio",
14
+    "I want to see a notification in Nextcloud when a new fax is received:" : "I want to see a notification in Nextcloud when a new fax is received:",
15
+    "I want to receive a notification to the email address from below, when a new fax is received:" : "I want to receive a notification to the email address from below, when a new fax is received:",
16
+    "e.g. john.doe@example.com" : "e.g. john.doe@example.com",
17
+    "Save" : "Save",
18
+    "New fax" : "New fax",
19
+    "New fax from Pax Fax" : "New fax from Pax Fax"
20
+},
21
+"nplurals=2; plural=(n != 1);");
22
+