mirror of
				https://gitlab.nic.cz/turris/reforis/foris-js.git
				synced 2025-11-03 23:00:31 +01:00 
			
		
		
		
	Add Makefile with translations compilation.
This commit is contained in:
		
							
								
								
									
										17
									
								
								Makefile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								Makefile
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
				
			|||||||
 | 
					.PHONY: all create-messages update-messages clean
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					all:
 | 
				
			||||||
 | 
						@echo "make create-messages"
 | 
				
			||||||
 | 
						@echo "    Create locale messages (.pot)."
 | 
				
			||||||
 | 
						@echo "make update-messages"
 | 
				
			||||||
 | 
						@echo "    Update locale messages from .pot file."
 | 
				
			||||||
 | 
						@echo "make clean"
 | 
				
			||||||
 | 
						@echo "    Remove python artifacts and virtualenv."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					create-messages:
 | 
				
			||||||
 | 
						pybabel extract -F babel.cfg -o ./translations/forisjs.pot .
 | 
				
			||||||
 | 
					update-messages:
 | 
				
			||||||
 | 
						pybabel update -i translations/forisjs.pot -d translations
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					clean:
 | 
				
			||||||
 | 
						rm -rf node_modules dist
 | 
				
			||||||
							
								
								
									
										72
									
								
								translations/da/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										72
									
								
								translations/da/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,72 @@
 | 
				
			|||||||
 | 
					# Danish translations for PROJECT.
 | 
				
			||||||
 | 
					# Copyright (C) 2019 ORGANIZATION
 | 
				
			||||||
 | 
					# This file is distributed under the same license as the PROJECT project.
 | 
				
			||||||
 | 
					# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					msgid ""
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					"Project-Id-Version: PROJECT VERSION\n"
 | 
				
			||||||
 | 
					"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
 | 
				
			||||||
 | 
					"POT-Creation-Date: 2019-08-28 14:34+0200\n"
 | 
				
			||||||
 | 
					"PO-Revision-Date: 2019-08-28 17:54+0200\n"
 | 
				
			||||||
 | 
					"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
				
			||||||
 | 
					"Language: da\n"
 | 
				
			||||||
 | 
					"Language-Team: da <LL@li.org>\n"
 | 
				
			||||||
 | 
					"Plural-Forms: nplurals=2; plural=(n != 1)\n"
 | 
				
			||||||
 | 
					"MIME-Version: 1.0\n"
 | 
				
			||||||
 | 
					"Content-Type: text/plain; charset=utf-8\n"
 | 
				
			||||||
 | 
					"Content-Transfer-Encoding: 8bit\n"
 | 
				
			||||||
 | 
					"Generated-By: Babel 2.6.0\n"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:13
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv4 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:14
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:15
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 prefix."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:16
 | 
				
			||||||
 | 
					msgid "This is not a valid domain name."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:17
 | 
				
			||||||
 | 
					msgid "This is not a valid DUID."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:18
 | 
				
			||||||
 | 
					msgid "This is not a valid MAC address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:19
 | 
				
			||||||
 | 
					msgid "Doesn't contain a list of emails separated by commas."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/ForisForm.js:123
 | 
				
			||||||
 | 
					msgid "Changes you made may not be saved. Are you sure you want to leave?"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:32
 | 
				
			||||||
 | 
					msgid "Updating"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:35
 | 
				
			||||||
 | 
					msgid "Load settings"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:38
 | 
				
			||||||
 | 
					msgid "Save"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:25
 | 
				
			||||||
 | 
					msgid "Settings were successfully saved."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:41
 | 
				
			||||||
 | 
					msgid "Settings update was failed."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										72
									
								
								translations/de/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										72
									
								
								translations/de/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,72 @@
 | 
				
			|||||||
 | 
					# German translations for PROJECT.
 | 
				
			||||||
 | 
					# Copyright (C) 2019 ORGANIZATION
 | 
				
			||||||
 | 
					# This file is distributed under the same license as the PROJECT project.
 | 
				
			||||||
 | 
					# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					msgid ""
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					"Project-Id-Version: PROJECT VERSION\n"
 | 
				
			||||||
 | 
					"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
 | 
				
			||||||
 | 
					"POT-Creation-Date: 2019-08-28 14:34+0200\n"
 | 
				
			||||||
 | 
					"PO-Revision-Date: 2019-08-28 17:54+0200\n"
 | 
				
			||||||
 | 
					"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
				
			||||||
 | 
					"Language: de\n"
 | 
				
			||||||
 | 
					"Language-Team: de <LL@li.org>\n"
 | 
				
			||||||
 | 
					"Plural-Forms: nplurals=2; plural=(n != 1)\n"
 | 
				
			||||||
 | 
					"MIME-Version: 1.0\n"
 | 
				
			||||||
 | 
					"Content-Type: text/plain; charset=utf-8\n"
 | 
				
			||||||
 | 
					"Content-Transfer-Encoding: 8bit\n"
 | 
				
			||||||
 | 
					"Generated-By: Babel 2.6.0\n"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:13
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv4 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:14
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:15
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 prefix."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:16
 | 
				
			||||||
 | 
					msgid "This is not a valid domain name."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:17
 | 
				
			||||||
 | 
					msgid "This is not a valid DUID."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:18
 | 
				
			||||||
 | 
					msgid "This is not a valid MAC address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:19
 | 
				
			||||||
 | 
					msgid "Doesn't contain a list of emails separated by commas."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/ForisForm.js:123
 | 
				
			||||||
 | 
					msgid "Changes you made may not be saved. Are you sure you want to leave?"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:32
 | 
				
			||||||
 | 
					msgid "Updating"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:35
 | 
				
			||||||
 | 
					msgid "Load settings"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:38
 | 
				
			||||||
 | 
					msgid "Save"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:25
 | 
				
			||||||
 | 
					msgid "Settings were successfully saved."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:41
 | 
				
			||||||
 | 
					msgid "Settings update was failed."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										72
									
								
								translations/el/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										72
									
								
								translations/el/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,72 @@
 | 
				
			|||||||
 | 
					# Greek translations for PROJECT.
 | 
				
			||||||
 | 
					# Copyright (C) 2019 ORGANIZATION
 | 
				
			||||||
 | 
					# This file is distributed under the same license as the PROJECT project.
 | 
				
			||||||
 | 
					# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					msgid ""
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					"Project-Id-Version: PROJECT VERSION\n"
 | 
				
			||||||
 | 
					"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
 | 
				
			||||||
 | 
					"POT-Creation-Date: 2019-08-28 14:34+0200\n"
 | 
				
			||||||
 | 
					"PO-Revision-Date: 2019-08-28 17:54+0200\n"
 | 
				
			||||||
 | 
					"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
				
			||||||
 | 
					"Language: el\n"
 | 
				
			||||||
 | 
					"Language-Team: el <LL@li.org>\n"
 | 
				
			||||||
 | 
					"Plural-Forms: nplurals=2; plural=(n != 1)\n"
 | 
				
			||||||
 | 
					"MIME-Version: 1.0\n"
 | 
				
			||||||
 | 
					"Content-Type: text/plain; charset=utf-8\n"
 | 
				
			||||||
 | 
					"Content-Transfer-Encoding: 8bit\n"
 | 
				
			||||||
 | 
					"Generated-By: Babel 2.6.0\n"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:13
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv4 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:14
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:15
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 prefix."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:16
 | 
				
			||||||
 | 
					msgid "This is not a valid domain name."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:17
 | 
				
			||||||
 | 
					msgid "This is not a valid DUID."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:18
 | 
				
			||||||
 | 
					msgid "This is not a valid MAC address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:19
 | 
				
			||||||
 | 
					msgid "Doesn't contain a list of emails separated by commas."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/ForisForm.js:123
 | 
				
			||||||
 | 
					msgid "Changes you made may not be saved. Are you sure you want to leave?"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:32
 | 
				
			||||||
 | 
					msgid "Updating"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:35
 | 
				
			||||||
 | 
					msgid "Load settings"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:38
 | 
				
			||||||
 | 
					msgid "Save"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:25
 | 
				
			||||||
 | 
					msgid "Settings were successfully saved."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:41
 | 
				
			||||||
 | 
					msgid "Settings update was failed."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										72
									
								
								translations/en/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										72
									
								
								translations/en/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,72 @@
 | 
				
			|||||||
 | 
					# English translations for PROJECT.
 | 
				
			||||||
 | 
					# Copyright (C) 2019 ORGANIZATION
 | 
				
			||||||
 | 
					# This file is distributed under the same license as the PROJECT project.
 | 
				
			||||||
 | 
					# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					msgid ""
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					"Project-Id-Version: PROJECT VERSION\n"
 | 
				
			||||||
 | 
					"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
 | 
				
			||||||
 | 
					"POT-Creation-Date: 2019-08-28 14:34+0200\n"
 | 
				
			||||||
 | 
					"PO-Revision-Date: 2019-08-28 17:21+0200\n"
 | 
				
			||||||
 | 
					"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
				
			||||||
 | 
					"Language: en\n"
 | 
				
			||||||
 | 
					"Language-Team: en <LL@li.org>\n"
 | 
				
			||||||
 | 
					"Plural-Forms: nplurals=2; plural=(n != 1)\n"
 | 
				
			||||||
 | 
					"MIME-Version: 1.0\n"
 | 
				
			||||||
 | 
					"Content-Type: text/plain; charset=utf-8\n"
 | 
				
			||||||
 | 
					"Content-Transfer-Encoding: 8bit\n"
 | 
				
			||||||
 | 
					"Generated-By: Babel 2.6.0\n"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:13
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv4 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:14
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:15
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 prefix."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:16
 | 
				
			||||||
 | 
					msgid "This is not a valid domain name."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:17
 | 
				
			||||||
 | 
					msgid "This is not a valid DUID."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:18
 | 
				
			||||||
 | 
					msgid "This is not a valid MAC address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:19
 | 
				
			||||||
 | 
					msgid "Doesn't contain a list of emails separated by commas."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/ForisForm.js:123
 | 
				
			||||||
 | 
					msgid "Changes you made may not be saved. Are you sure you want to leave?"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:32
 | 
				
			||||||
 | 
					msgid "Updating"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:35
 | 
				
			||||||
 | 
					msgid "Load settings"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:38
 | 
				
			||||||
 | 
					msgid "Save"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:25
 | 
				
			||||||
 | 
					msgid "Settings were successfully saved."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:41
 | 
				
			||||||
 | 
					msgid "Settings update was failed."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										72
									
								
								translations/fi/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										72
									
								
								translations/fi/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,72 @@
 | 
				
			|||||||
 | 
					# Finnish translations for PROJECT.
 | 
				
			||||||
 | 
					# Copyright (C) 2019 ORGANIZATION
 | 
				
			||||||
 | 
					# This file is distributed under the same license as the PROJECT project.
 | 
				
			||||||
 | 
					# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					msgid ""
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					"Project-Id-Version: PROJECT VERSION\n"
 | 
				
			||||||
 | 
					"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
 | 
				
			||||||
 | 
					"POT-Creation-Date: 2019-08-28 14:34+0200\n"
 | 
				
			||||||
 | 
					"PO-Revision-Date: 2019-08-28 17:54+0200\n"
 | 
				
			||||||
 | 
					"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
				
			||||||
 | 
					"Language: fi\n"
 | 
				
			||||||
 | 
					"Language-Team: fi <LL@li.org>\n"
 | 
				
			||||||
 | 
					"Plural-Forms: nplurals=2; plural=(n != 1)\n"
 | 
				
			||||||
 | 
					"MIME-Version: 1.0\n"
 | 
				
			||||||
 | 
					"Content-Type: text/plain; charset=utf-8\n"
 | 
				
			||||||
 | 
					"Content-Transfer-Encoding: 8bit\n"
 | 
				
			||||||
 | 
					"Generated-By: Babel 2.6.0\n"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:13
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv4 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:14
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:15
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 prefix."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:16
 | 
				
			||||||
 | 
					msgid "This is not a valid domain name."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:17
 | 
				
			||||||
 | 
					msgid "This is not a valid DUID."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:18
 | 
				
			||||||
 | 
					msgid "This is not a valid MAC address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:19
 | 
				
			||||||
 | 
					msgid "Doesn't contain a list of emails separated by commas."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/ForisForm.js:123
 | 
				
			||||||
 | 
					msgid "Changes you made may not be saved. Are you sure you want to leave?"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:32
 | 
				
			||||||
 | 
					msgid "Updating"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:35
 | 
				
			||||||
 | 
					msgid "Load settings"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:38
 | 
				
			||||||
 | 
					msgid "Save"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:25
 | 
				
			||||||
 | 
					msgid "Settings were successfully saved."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:41
 | 
				
			||||||
 | 
					msgid "Settings update was failed."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										72
									
								
								translations/fo/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										72
									
								
								translations/fo/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,72 @@
 | 
				
			|||||||
 | 
					# Faroese translations for PROJECT.
 | 
				
			||||||
 | 
					# Copyright (C) 2019 ORGANIZATION
 | 
				
			||||||
 | 
					# This file is distributed under the same license as the PROJECT project.
 | 
				
			||||||
 | 
					# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					msgid ""
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					"Project-Id-Version: PROJECT VERSION\n"
 | 
				
			||||||
 | 
					"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
 | 
				
			||||||
 | 
					"POT-Creation-Date: 2019-08-28 14:34+0200\n"
 | 
				
			||||||
 | 
					"PO-Revision-Date: 2019-08-28 17:54+0200\n"
 | 
				
			||||||
 | 
					"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
				
			||||||
 | 
					"Language: fo\n"
 | 
				
			||||||
 | 
					"Language-Team: fo <LL@li.org>\n"
 | 
				
			||||||
 | 
					"Plural-Forms: nplurals=2; plural=(n != 1)\n"
 | 
				
			||||||
 | 
					"MIME-Version: 1.0\n"
 | 
				
			||||||
 | 
					"Content-Type: text/plain; charset=utf-8\n"
 | 
				
			||||||
 | 
					"Content-Transfer-Encoding: 8bit\n"
 | 
				
			||||||
 | 
					"Generated-By: Babel 2.6.0\n"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:13
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv4 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:14
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:15
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 prefix."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:16
 | 
				
			||||||
 | 
					msgid "This is not a valid domain name."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:17
 | 
				
			||||||
 | 
					msgid "This is not a valid DUID."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:18
 | 
				
			||||||
 | 
					msgid "This is not a valid MAC address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:19
 | 
				
			||||||
 | 
					msgid "Doesn't contain a list of emails separated by commas."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/ForisForm.js:123
 | 
				
			||||||
 | 
					msgid "Changes you made may not be saved. Are you sure you want to leave?"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:32
 | 
				
			||||||
 | 
					msgid "Updating"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:35
 | 
				
			||||||
 | 
					msgid "Load settings"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:38
 | 
				
			||||||
 | 
					msgid "Save"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:25
 | 
				
			||||||
 | 
					msgid "Settings were successfully saved."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:41
 | 
				
			||||||
 | 
					msgid "Settings update was failed."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										72
									
								
								translations/fr/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										72
									
								
								translations/fr/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,72 @@
 | 
				
			|||||||
 | 
					# French translations for PROJECT.
 | 
				
			||||||
 | 
					# Copyright (C) 2019 ORGANIZATION
 | 
				
			||||||
 | 
					# This file is distributed under the same license as the PROJECT project.
 | 
				
			||||||
 | 
					# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					msgid ""
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					"Project-Id-Version: PROJECT VERSION\n"
 | 
				
			||||||
 | 
					"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
 | 
				
			||||||
 | 
					"POT-Creation-Date: 2019-08-28 14:34+0200\n"
 | 
				
			||||||
 | 
					"PO-Revision-Date: 2019-08-28 17:54+0200\n"
 | 
				
			||||||
 | 
					"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
				
			||||||
 | 
					"Language: fr\n"
 | 
				
			||||||
 | 
					"Language-Team: fr <LL@li.org>\n"
 | 
				
			||||||
 | 
					"Plural-Forms: nplurals=2; plural=(n > 1)\n"
 | 
				
			||||||
 | 
					"MIME-Version: 1.0\n"
 | 
				
			||||||
 | 
					"Content-Type: text/plain; charset=utf-8\n"
 | 
				
			||||||
 | 
					"Content-Transfer-Encoding: 8bit\n"
 | 
				
			||||||
 | 
					"Generated-By: Babel 2.6.0\n"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:13
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv4 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:14
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:15
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 prefix."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:16
 | 
				
			||||||
 | 
					msgid "This is not a valid domain name."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:17
 | 
				
			||||||
 | 
					msgid "This is not a valid DUID."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:18
 | 
				
			||||||
 | 
					msgid "This is not a valid MAC address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:19
 | 
				
			||||||
 | 
					msgid "Doesn't contain a list of emails separated by commas."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/ForisForm.js:123
 | 
				
			||||||
 | 
					msgid "Changes you made may not be saved. Are you sure you want to leave?"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:32
 | 
				
			||||||
 | 
					msgid "Updating"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:35
 | 
				
			||||||
 | 
					msgid "Load settings"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:38
 | 
				
			||||||
 | 
					msgid "Save"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:25
 | 
				
			||||||
 | 
					msgid "Settings were successfully saved."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:41
 | 
				
			||||||
 | 
					msgid "Settings update was failed."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										73
									
								
								translations/hr/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										73
									
								
								translations/hr/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,73 @@
 | 
				
			|||||||
 | 
					# Croatian translations for PROJECT.
 | 
				
			||||||
 | 
					# Copyright (C) 2019 ORGANIZATION
 | 
				
			||||||
 | 
					# This file is distributed under the same license as the PROJECT project.
 | 
				
			||||||
 | 
					# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					msgid ""
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					"Project-Id-Version: PROJECT VERSION\n"
 | 
				
			||||||
 | 
					"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
 | 
				
			||||||
 | 
					"POT-Creation-Date: 2019-08-28 14:34+0200\n"
 | 
				
			||||||
 | 
					"PO-Revision-Date: 2019-08-28 17:55+0200\n"
 | 
				
			||||||
 | 
					"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
				
			||||||
 | 
					"Language: hr\n"
 | 
				
			||||||
 | 
					"Language-Team: hr <LL@li.org>\n"
 | 
				
			||||||
 | 
					"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
 | 
				
			||||||
 | 
					"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
 | 
				
			||||||
 | 
					"MIME-Version: 1.0\n"
 | 
				
			||||||
 | 
					"Content-Type: text/plain; charset=utf-8\n"
 | 
				
			||||||
 | 
					"Content-Transfer-Encoding: 8bit\n"
 | 
				
			||||||
 | 
					"Generated-By: Babel 2.6.0\n"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:13
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv4 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:14
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:15
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 prefix."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:16
 | 
				
			||||||
 | 
					msgid "This is not a valid domain name."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:17
 | 
				
			||||||
 | 
					msgid "This is not a valid DUID."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:18
 | 
				
			||||||
 | 
					msgid "This is not a valid MAC address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:19
 | 
				
			||||||
 | 
					msgid "Doesn't contain a list of emails separated by commas."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/ForisForm.js:123
 | 
				
			||||||
 | 
					msgid "Changes you made may not be saved. Are you sure you want to leave?"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:32
 | 
				
			||||||
 | 
					msgid "Updating"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:35
 | 
				
			||||||
 | 
					msgid "Load settings"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:38
 | 
				
			||||||
 | 
					msgid "Save"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:25
 | 
				
			||||||
 | 
					msgid "Settings were successfully saved."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:41
 | 
				
			||||||
 | 
					msgid "Settings update was failed."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										72
									
								
								translations/hu/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										72
									
								
								translations/hu/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,72 @@
 | 
				
			|||||||
 | 
					# Hungarian translations for PROJECT.
 | 
				
			||||||
 | 
					# Copyright (C) 2019 ORGANIZATION
 | 
				
			||||||
 | 
					# This file is distributed under the same license as the PROJECT project.
 | 
				
			||||||
 | 
					# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					msgid ""
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					"Project-Id-Version: PROJECT VERSION\n"
 | 
				
			||||||
 | 
					"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
 | 
				
			||||||
 | 
					"POT-Creation-Date: 2019-08-28 14:34+0200\n"
 | 
				
			||||||
 | 
					"PO-Revision-Date: 2019-08-28 17:55+0200\n"
 | 
				
			||||||
 | 
					"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
				
			||||||
 | 
					"Language: hu\n"
 | 
				
			||||||
 | 
					"Language-Team: hu <LL@li.org>\n"
 | 
				
			||||||
 | 
					"Plural-Forms: nplurals=1; plural=0\n"
 | 
				
			||||||
 | 
					"MIME-Version: 1.0\n"
 | 
				
			||||||
 | 
					"Content-Type: text/plain; charset=utf-8\n"
 | 
				
			||||||
 | 
					"Content-Transfer-Encoding: 8bit\n"
 | 
				
			||||||
 | 
					"Generated-By: Babel 2.6.0\n"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:13
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv4 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:14
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:15
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 prefix."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:16
 | 
				
			||||||
 | 
					msgid "This is not a valid domain name."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:17
 | 
				
			||||||
 | 
					msgid "This is not a valid DUID."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:18
 | 
				
			||||||
 | 
					msgid "This is not a valid MAC address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:19
 | 
				
			||||||
 | 
					msgid "Doesn't contain a list of emails separated by commas."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/ForisForm.js:123
 | 
				
			||||||
 | 
					msgid "Changes you made may not be saved. Are you sure you want to leave?"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:32
 | 
				
			||||||
 | 
					msgid "Updating"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:35
 | 
				
			||||||
 | 
					msgid "Load settings"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:38
 | 
				
			||||||
 | 
					msgid "Save"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:25
 | 
				
			||||||
 | 
					msgid "Settings were successfully saved."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:41
 | 
				
			||||||
 | 
					msgid "Settings update was failed."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										72
									
								
								translations/it/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										72
									
								
								translations/it/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,72 @@
 | 
				
			|||||||
 | 
					# Italian translations for PROJECT.
 | 
				
			||||||
 | 
					# Copyright (C) 2019 ORGANIZATION
 | 
				
			||||||
 | 
					# This file is distributed under the same license as the PROJECT project.
 | 
				
			||||||
 | 
					# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					msgid ""
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					"Project-Id-Version: PROJECT VERSION\n"
 | 
				
			||||||
 | 
					"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
 | 
				
			||||||
 | 
					"POT-Creation-Date: 2019-08-28 14:34+0200\n"
 | 
				
			||||||
 | 
					"PO-Revision-Date: 2019-08-28 17:55+0200\n"
 | 
				
			||||||
 | 
					"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
				
			||||||
 | 
					"Language: it\n"
 | 
				
			||||||
 | 
					"Language-Team: it <LL@li.org>\n"
 | 
				
			||||||
 | 
					"Plural-Forms: nplurals=2; plural=(n != 1)\n"
 | 
				
			||||||
 | 
					"MIME-Version: 1.0\n"
 | 
				
			||||||
 | 
					"Content-Type: text/plain; charset=utf-8\n"
 | 
				
			||||||
 | 
					"Content-Transfer-Encoding: 8bit\n"
 | 
				
			||||||
 | 
					"Generated-By: Babel 2.6.0\n"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:13
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv4 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:14
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:15
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 prefix."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:16
 | 
				
			||||||
 | 
					msgid "This is not a valid domain name."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:17
 | 
				
			||||||
 | 
					msgid "This is not a valid DUID."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:18
 | 
				
			||||||
 | 
					msgid "This is not a valid MAC address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:19
 | 
				
			||||||
 | 
					msgid "Doesn't contain a list of emails separated by commas."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/ForisForm.js:123
 | 
				
			||||||
 | 
					msgid "Changes you made may not be saved. Are you sure you want to leave?"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:32
 | 
				
			||||||
 | 
					msgid "Updating"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:35
 | 
				
			||||||
 | 
					msgid "Load settings"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:38
 | 
				
			||||||
 | 
					msgid "Save"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:25
 | 
				
			||||||
 | 
					msgid "Settings were successfully saved."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:41
 | 
				
			||||||
 | 
					msgid "Settings update was failed."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										72
									
								
								translations/ja/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										72
									
								
								translations/ja/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,72 @@
 | 
				
			|||||||
 | 
					# Japanese translations for PROJECT.
 | 
				
			||||||
 | 
					# Copyright (C) 2019 ORGANIZATION
 | 
				
			||||||
 | 
					# This file is distributed under the same license as the PROJECT project.
 | 
				
			||||||
 | 
					# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					msgid ""
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					"Project-Id-Version: PROJECT VERSION\n"
 | 
				
			||||||
 | 
					"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
 | 
				
			||||||
 | 
					"POT-Creation-Date: 2019-08-28 14:34+0200\n"
 | 
				
			||||||
 | 
					"PO-Revision-Date: 2019-08-28 17:55+0200\n"
 | 
				
			||||||
 | 
					"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
				
			||||||
 | 
					"Language: ja\n"
 | 
				
			||||||
 | 
					"Language-Team: ja <LL@li.org>\n"
 | 
				
			||||||
 | 
					"Plural-Forms: nplurals=1; plural=0\n"
 | 
				
			||||||
 | 
					"MIME-Version: 1.0\n"
 | 
				
			||||||
 | 
					"Content-Type: text/plain; charset=utf-8\n"
 | 
				
			||||||
 | 
					"Content-Transfer-Encoding: 8bit\n"
 | 
				
			||||||
 | 
					"Generated-By: Babel 2.6.0\n"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:13
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv4 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:14
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:15
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 prefix."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:16
 | 
				
			||||||
 | 
					msgid "This is not a valid domain name."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:17
 | 
				
			||||||
 | 
					msgid "This is not a valid DUID."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:18
 | 
				
			||||||
 | 
					msgid "This is not a valid MAC address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:19
 | 
				
			||||||
 | 
					msgid "Doesn't contain a list of emails separated by commas."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/ForisForm.js:123
 | 
				
			||||||
 | 
					msgid "Changes you made may not be saved. Are you sure you want to leave?"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:32
 | 
				
			||||||
 | 
					msgid "Updating"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:35
 | 
				
			||||||
 | 
					msgid "Load settings"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:38
 | 
				
			||||||
 | 
					msgid "Save"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:25
 | 
				
			||||||
 | 
					msgid "Settings were successfully saved."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:41
 | 
				
			||||||
 | 
					msgid "Settings update was failed."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										72
									
								
								translations/ko/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										72
									
								
								translations/ko/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,72 @@
 | 
				
			|||||||
 | 
					# Korean translations for PROJECT.
 | 
				
			||||||
 | 
					# Copyright (C) 2019 ORGANIZATION
 | 
				
			||||||
 | 
					# This file is distributed under the same license as the PROJECT project.
 | 
				
			||||||
 | 
					# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					msgid ""
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					"Project-Id-Version: PROJECT VERSION\n"
 | 
				
			||||||
 | 
					"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
 | 
				
			||||||
 | 
					"POT-Creation-Date: 2019-08-28 14:34+0200\n"
 | 
				
			||||||
 | 
					"PO-Revision-Date: 2019-08-28 17:55+0200\n"
 | 
				
			||||||
 | 
					"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
				
			||||||
 | 
					"Language: ko\n"
 | 
				
			||||||
 | 
					"Language-Team: ko <LL@li.org>\n"
 | 
				
			||||||
 | 
					"Plural-Forms: nplurals=1; plural=0\n"
 | 
				
			||||||
 | 
					"MIME-Version: 1.0\n"
 | 
				
			||||||
 | 
					"Content-Type: text/plain; charset=utf-8\n"
 | 
				
			||||||
 | 
					"Content-Transfer-Encoding: 8bit\n"
 | 
				
			||||||
 | 
					"Generated-By: Babel 2.6.0\n"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:13
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv4 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:14
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:15
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 prefix."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:16
 | 
				
			||||||
 | 
					msgid "This is not a valid domain name."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:17
 | 
				
			||||||
 | 
					msgid "This is not a valid DUID."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:18
 | 
				
			||||||
 | 
					msgid "This is not a valid MAC address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:19
 | 
				
			||||||
 | 
					msgid "Doesn't contain a list of emails separated by commas."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/ForisForm.js:123
 | 
				
			||||||
 | 
					msgid "Changes you made may not be saved. Are you sure you want to leave?"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:32
 | 
				
			||||||
 | 
					msgid "Updating"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:35
 | 
				
			||||||
 | 
					msgid "Load settings"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:38
 | 
				
			||||||
 | 
					msgid "Save"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:25
 | 
				
			||||||
 | 
					msgid "Settings were successfully saved."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:41
 | 
				
			||||||
 | 
					msgid "Settings update was failed."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										73
									
								
								translations/lt/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										73
									
								
								translations/lt/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,73 @@
 | 
				
			|||||||
 | 
					# Lithuanian translations for PROJECT.
 | 
				
			||||||
 | 
					# Copyright (C) 2019 ORGANIZATION
 | 
				
			||||||
 | 
					# This file is distributed under the same license as the PROJECT project.
 | 
				
			||||||
 | 
					# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					msgid ""
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					"Project-Id-Version: PROJECT VERSION\n"
 | 
				
			||||||
 | 
					"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
 | 
				
			||||||
 | 
					"POT-Creation-Date: 2019-08-28 14:34+0200\n"
 | 
				
			||||||
 | 
					"PO-Revision-Date: 2019-08-28 17:55+0200\n"
 | 
				
			||||||
 | 
					"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
				
			||||||
 | 
					"Language: lt\n"
 | 
				
			||||||
 | 
					"Language-Team: lt <LL@li.org>\n"
 | 
				
			||||||
 | 
					"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
 | 
				
			||||||
 | 
					"(n%100<10 || n%100>=20) ? 1 : 2)\n"
 | 
				
			||||||
 | 
					"MIME-Version: 1.0\n"
 | 
				
			||||||
 | 
					"Content-Type: text/plain; charset=utf-8\n"
 | 
				
			||||||
 | 
					"Content-Transfer-Encoding: 8bit\n"
 | 
				
			||||||
 | 
					"Generated-By: Babel 2.6.0\n"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:13
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv4 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:14
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:15
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 prefix."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:16
 | 
				
			||||||
 | 
					msgid "This is not a valid domain name."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:17
 | 
				
			||||||
 | 
					msgid "This is not a valid DUID."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:18
 | 
				
			||||||
 | 
					msgid "This is not a valid MAC address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:19
 | 
				
			||||||
 | 
					msgid "Doesn't contain a list of emails separated by commas."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/ForisForm.js:123
 | 
				
			||||||
 | 
					msgid "Changes you made may not be saved. Are you sure you want to leave?"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:32
 | 
				
			||||||
 | 
					msgid "Updating"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:35
 | 
				
			||||||
 | 
					msgid "Load settings"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:38
 | 
				
			||||||
 | 
					msgid "Save"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:25
 | 
				
			||||||
 | 
					msgid "Settings were successfully saved."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:41
 | 
				
			||||||
 | 
					msgid "Settings update was failed."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										72
									
								
								translations/nb/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										72
									
								
								translations/nb/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,72 @@
 | 
				
			|||||||
 | 
					# Norwegian Bokmål translations for PROJECT.
 | 
				
			||||||
 | 
					# Copyright (C) 2019 ORGANIZATION
 | 
				
			||||||
 | 
					# This file is distributed under the same license as the PROJECT project.
 | 
				
			||||||
 | 
					# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					msgid ""
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					"Project-Id-Version: PROJECT VERSION\n"
 | 
				
			||||||
 | 
					"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
 | 
				
			||||||
 | 
					"POT-Creation-Date: 2019-08-28 14:34+0200\n"
 | 
				
			||||||
 | 
					"PO-Revision-Date: 2019-08-28 17:56+0200\n"
 | 
				
			||||||
 | 
					"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
				
			||||||
 | 
					"Language: nb\n"
 | 
				
			||||||
 | 
					"Language-Team: nb <LL@li.org>\n"
 | 
				
			||||||
 | 
					"Plural-Forms: nplurals=2; plural=(n != 1)\n"
 | 
				
			||||||
 | 
					"MIME-Version: 1.0\n"
 | 
				
			||||||
 | 
					"Content-Type: text/plain; charset=utf-8\n"
 | 
				
			||||||
 | 
					"Content-Transfer-Encoding: 8bit\n"
 | 
				
			||||||
 | 
					"Generated-By: Babel 2.6.0\n"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:13
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv4 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:14
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:15
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 prefix."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:16
 | 
				
			||||||
 | 
					msgid "This is not a valid domain name."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:17
 | 
				
			||||||
 | 
					msgid "This is not a valid DUID."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:18
 | 
				
			||||||
 | 
					msgid "This is not a valid MAC address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:19
 | 
				
			||||||
 | 
					msgid "Doesn't contain a list of emails separated by commas."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/ForisForm.js:123
 | 
				
			||||||
 | 
					msgid "Changes you made may not be saved. Are you sure you want to leave?"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:32
 | 
				
			||||||
 | 
					msgid "Updating"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:35
 | 
				
			||||||
 | 
					msgid "Load settings"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:38
 | 
				
			||||||
 | 
					msgid "Save"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:25
 | 
				
			||||||
 | 
					msgid "Settings were successfully saved."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:41
 | 
				
			||||||
 | 
					msgid "Settings update was failed."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										72
									
								
								translations/nb_NO/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										72
									
								
								translations/nb_NO/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,72 @@
 | 
				
			|||||||
 | 
					# Norwegian Bokmål (Norway) translations for PROJECT.
 | 
				
			||||||
 | 
					# Copyright (C) 2019 ORGANIZATION
 | 
				
			||||||
 | 
					# This file is distributed under the same license as the PROJECT project.
 | 
				
			||||||
 | 
					# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					msgid ""
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					"Project-Id-Version: PROJECT VERSION\n"
 | 
				
			||||||
 | 
					"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
 | 
				
			||||||
 | 
					"POT-Creation-Date: 2019-08-28 14:34+0200\n"
 | 
				
			||||||
 | 
					"PO-Revision-Date: 2019-08-28 17:55+0200\n"
 | 
				
			||||||
 | 
					"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
				
			||||||
 | 
					"Language: nb_NO\n"
 | 
				
			||||||
 | 
					"Language-Team: nb_NO <LL@li.org>\n"
 | 
				
			||||||
 | 
					"Plural-Forms: nplurals=2; plural=(n != 1)\n"
 | 
				
			||||||
 | 
					"MIME-Version: 1.0\n"
 | 
				
			||||||
 | 
					"Content-Type: text/plain; charset=utf-8\n"
 | 
				
			||||||
 | 
					"Content-Transfer-Encoding: 8bit\n"
 | 
				
			||||||
 | 
					"Generated-By: Babel 2.6.0\n"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:13
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv4 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:14
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:15
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 prefix."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:16
 | 
				
			||||||
 | 
					msgid "This is not a valid domain name."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:17
 | 
				
			||||||
 | 
					msgid "This is not a valid DUID."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:18
 | 
				
			||||||
 | 
					msgid "This is not a valid MAC address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:19
 | 
				
			||||||
 | 
					msgid "Doesn't contain a list of emails separated by commas."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/ForisForm.js:123
 | 
				
			||||||
 | 
					msgid "Changes you made may not be saved. Are you sure you want to leave?"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:32
 | 
				
			||||||
 | 
					msgid "Updating"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:35
 | 
				
			||||||
 | 
					msgid "Load settings"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:38
 | 
				
			||||||
 | 
					msgid "Save"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:25
 | 
				
			||||||
 | 
					msgid "Settings were successfully saved."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:41
 | 
				
			||||||
 | 
					msgid "Settings update was failed."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										72
									
								
								translations/nl/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										72
									
								
								translations/nl/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,72 @@
 | 
				
			|||||||
 | 
					# Dutch translations for PROJECT.
 | 
				
			||||||
 | 
					# Copyright (C) 2019 ORGANIZATION
 | 
				
			||||||
 | 
					# This file is distributed under the same license as the PROJECT project.
 | 
				
			||||||
 | 
					# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					msgid ""
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					"Project-Id-Version: PROJECT VERSION\n"
 | 
				
			||||||
 | 
					"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
 | 
				
			||||||
 | 
					"POT-Creation-Date: 2019-08-28 14:34+0200\n"
 | 
				
			||||||
 | 
					"PO-Revision-Date: 2019-08-28 17:56+0200\n"
 | 
				
			||||||
 | 
					"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
				
			||||||
 | 
					"Language: nl\n"
 | 
				
			||||||
 | 
					"Language-Team: nl <LL@li.org>\n"
 | 
				
			||||||
 | 
					"Plural-Forms: nplurals=2; plural=(n != 1)\n"
 | 
				
			||||||
 | 
					"MIME-Version: 1.0\n"
 | 
				
			||||||
 | 
					"Content-Type: text/plain; charset=utf-8\n"
 | 
				
			||||||
 | 
					"Content-Transfer-Encoding: 8bit\n"
 | 
				
			||||||
 | 
					"Generated-By: Babel 2.6.0\n"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:13
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv4 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:14
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:15
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 prefix."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:16
 | 
				
			||||||
 | 
					msgid "This is not a valid domain name."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:17
 | 
				
			||||||
 | 
					msgid "This is not a valid DUID."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:18
 | 
				
			||||||
 | 
					msgid "This is not a valid MAC address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:19
 | 
				
			||||||
 | 
					msgid "Doesn't contain a list of emails separated by commas."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/ForisForm.js:123
 | 
				
			||||||
 | 
					msgid "Changes you made may not be saved. Are you sure you want to leave?"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:32
 | 
				
			||||||
 | 
					msgid "Updating"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:35
 | 
				
			||||||
 | 
					msgid "Load settings"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:38
 | 
				
			||||||
 | 
					msgid "Save"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:25
 | 
				
			||||||
 | 
					msgid "Settings were successfully saved."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:41
 | 
				
			||||||
 | 
					msgid "Settings update was failed."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										73
									
								
								translations/pl/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										73
									
								
								translations/pl/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,73 @@
 | 
				
			|||||||
 | 
					# Polish translations for PROJECT.
 | 
				
			||||||
 | 
					# Copyright (C) 2019 ORGANIZATION
 | 
				
			||||||
 | 
					# This file is distributed under the same license as the PROJECT project.
 | 
				
			||||||
 | 
					# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					msgid ""
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					"Project-Id-Version: PROJECT VERSION\n"
 | 
				
			||||||
 | 
					"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
 | 
				
			||||||
 | 
					"POT-Creation-Date: 2019-08-28 14:34+0200\n"
 | 
				
			||||||
 | 
					"PO-Revision-Date: 2019-08-28 17:56+0200\n"
 | 
				
			||||||
 | 
					"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
				
			||||||
 | 
					"Language: pl\n"
 | 
				
			||||||
 | 
					"Language-Team: pl <LL@li.org>\n"
 | 
				
			||||||
 | 
					"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && "
 | 
				
			||||||
 | 
					"(n%100<10 || n%100>=20) ? 1 : 2)\n"
 | 
				
			||||||
 | 
					"MIME-Version: 1.0\n"
 | 
				
			||||||
 | 
					"Content-Type: text/plain; charset=utf-8\n"
 | 
				
			||||||
 | 
					"Content-Transfer-Encoding: 8bit\n"
 | 
				
			||||||
 | 
					"Generated-By: Babel 2.6.0\n"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:13
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv4 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:14
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:15
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 prefix."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:16
 | 
				
			||||||
 | 
					msgid "This is not a valid domain name."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:17
 | 
				
			||||||
 | 
					msgid "This is not a valid DUID."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:18
 | 
				
			||||||
 | 
					msgid "This is not a valid MAC address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:19
 | 
				
			||||||
 | 
					msgid "Doesn't contain a list of emails separated by commas."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/ForisForm.js:123
 | 
				
			||||||
 | 
					msgid "Changes you made may not be saved. Are you sure you want to leave?"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:32
 | 
				
			||||||
 | 
					msgid "Updating"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:35
 | 
				
			||||||
 | 
					msgid "Load settings"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:38
 | 
				
			||||||
 | 
					msgid "Save"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:25
 | 
				
			||||||
 | 
					msgid "Settings were successfully saved."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:41
 | 
				
			||||||
 | 
					msgid "Settings update was failed."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										73
									
								
								translations/ro/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										73
									
								
								translations/ro/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,73 @@
 | 
				
			|||||||
 | 
					# Romanian translations for PROJECT.
 | 
				
			||||||
 | 
					# Copyright (C) 2019 ORGANIZATION
 | 
				
			||||||
 | 
					# This file is distributed under the same license as the PROJECT project.
 | 
				
			||||||
 | 
					# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					msgid ""
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					"Project-Id-Version: PROJECT VERSION\n"
 | 
				
			||||||
 | 
					"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
 | 
				
			||||||
 | 
					"POT-Creation-Date: 2019-08-28 14:34+0200\n"
 | 
				
			||||||
 | 
					"PO-Revision-Date: 2019-08-28 17:56+0200\n"
 | 
				
			||||||
 | 
					"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
				
			||||||
 | 
					"Language: ro\n"
 | 
				
			||||||
 | 
					"Language-Team: ro <LL@li.org>\n"
 | 
				
			||||||
 | 
					"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100"
 | 
				
			||||||
 | 
					" < 20)) ? 1 : 2)\n"
 | 
				
			||||||
 | 
					"MIME-Version: 1.0\n"
 | 
				
			||||||
 | 
					"Content-Type: text/plain; charset=utf-8\n"
 | 
				
			||||||
 | 
					"Content-Transfer-Encoding: 8bit\n"
 | 
				
			||||||
 | 
					"Generated-By: Babel 2.6.0\n"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:13
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv4 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:14
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:15
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 prefix."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:16
 | 
				
			||||||
 | 
					msgid "This is not a valid domain name."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:17
 | 
				
			||||||
 | 
					msgid "This is not a valid DUID."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:18
 | 
				
			||||||
 | 
					msgid "This is not a valid MAC address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:19
 | 
				
			||||||
 | 
					msgid "Doesn't contain a list of emails separated by commas."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/ForisForm.js:123
 | 
				
			||||||
 | 
					msgid "Changes you made may not be saved. Are you sure you want to leave?"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:32
 | 
				
			||||||
 | 
					msgid "Updating"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:35
 | 
				
			||||||
 | 
					msgid "Load settings"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:38
 | 
				
			||||||
 | 
					msgid "Save"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:25
 | 
				
			||||||
 | 
					msgid "Settings were successfully saved."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:41
 | 
				
			||||||
 | 
					msgid "Settings update was failed."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										73
									
								
								translations/ru/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										73
									
								
								translations/ru/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,73 @@
 | 
				
			|||||||
 | 
					# Russian translations for PROJECT.
 | 
				
			||||||
 | 
					# Copyright (C) 2019 ORGANIZATION
 | 
				
			||||||
 | 
					# This file is distributed under the same license as the PROJECT project.
 | 
				
			||||||
 | 
					# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					msgid ""
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					"Project-Id-Version: PROJECT VERSION\n"
 | 
				
			||||||
 | 
					"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
 | 
				
			||||||
 | 
					"POT-Creation-Date: 2019-08-28 14:34+0200\n"
 | 
				
			||||||
 | 
					"PO-Revision-Date: 2019-08-28 17:56+0200\n"
 | 
				
			||||||
 | 
					"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
				
			||||||
 | 
					"Language: ru\n"
 | 
				
			||||||
 | 
					"Language-Team: ru <LL@li.org>\n"
 | 
				
			||||||
 | 
					"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
 | 
				
			||||||
 | 
					"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
 | 
				
			||||||
 | 
					"MIME-Version: 1.0\n"
 | 
				
			||||||
 | 
					"Content-Type: text/plain; charset=utf-8\n"
 | 
				
			||||||
 | 
					"Content-Transfer-Encoding: 8bit\n"
 | 
				
			||||||
 | 
					"Generated-By: Babel 2.6.0\n"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:13
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv4 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:14
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:15
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 prefix."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:16
 | 
				
			||||||
 | 
					msgid "This is not a valid domain name."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:17
 | 
				
			||||||
 | 
					msgid "This is not a valid DUID."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:18
 | 
				
			||||||
 | 
					msgid "This is not a valid MAC address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:19
 | 
				
			||||||
 | 
					msgid "Doesn't contain a list of emails separated by commas."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/ForisForm.js:123
 | 
				
			||||||
 | 
					msgid "Changes you made may not be saved. Are you sure you want to leave?"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:32
 | 
				
			||||||
 | 
					msgid "Updating"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:35
 | 
				
			||||||
 | 
					msgid "Load settings"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:38
 | 
				
			||||||
 | 
					msgid "Save"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:25
 | 
				
			||||||
 | 
					msgid "Settings were successfully saved."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:41
 | 
				
			||||||
 | 
					msgid "Settings update was failed."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										72
									
								
								translations/sk/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										72
									
								
								translations/sk/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,72 @@
 | 
				
			|||||||
 | 
					# Slovak translations for PROJECT.
 | 
				
			||||||
 | 
					# Copyright (C) 2019 ORGANIZATION
 | 
				
			||||||
 | 
					# This file is distributed under the same license as the PROJECT project.
 | 
				
			||||||
 | 
					# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					msgid ""
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					"Project-Id-Version: PROJECT VERSION\n"
 | 
				
			||||||
 | 
					"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
 | 
				
			||||||
 | 
					"POT-Creation-Date: 2019-08-28 14:34+0200\n"
 | 
				
			||||||
 | 
					"PO-Revision-Date: 2019-08-28 17:56+0200\n"
 | 
				
			||||||
 | 
					"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
				
			||||||
 | 
					"Language: sk\n"
 | 
				
			||||||
 | 
					"Language-Team: sk <LL@li.org>\n"
 | 
				
			||||||
 | 
					"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2)\n"
 | 
				
			||||||
 | 
					"MIME-Version: 1.0\n"
 | 
				
			||||||
 | 
					"Content-Type: text/plain; charset=utf-8\n"
 | 
				
			||||||
 | 
					"Content-Transfer-Encoding: 8bit\n"
 | 
				
			||||||
 | 
					"Generated-By: Babel 2.6.0\n"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:13
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv4 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:14
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:15
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 prefix."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:16
 | 
				
			||||||
 | 
					msgid "This is not a valid domain name."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:17
 | 
				
			||||||
 | 
					msgid "This is not a valid DUID."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:18
 | 
				
			||||||
 | 
					msgid "This is not a valid MAC address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:19
 | 
				
			||||||
 | 
					msgid "Doesn't contain a list of emails separated by commas."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/ForisForm.js:123
 | 
				
			||||||
 | 
					msgid "Changes you made may not be saved. Are you sure you want to leave?"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:32
 | 
				
			||||||
 | 
					msgid "Updating"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:35
 | 
				
			||||||
 | 
					msgid "Load settings"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:38
 | 
				
			||||||
 | 
					msgid "Save"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:25
 | 
				
			||||||
 | 
					msgid "Settings were successfully saved."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:41
 | 
				
			||||||
 | 
					msgid "Settings update was failed."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										72
									
								
								translations/sv/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										72
									
								
								translations/sv/LC_MESSAGES/forisjs.po
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,72 @@
 | 
				
			|||||||
 | 
					# Swedish translations for PROJECT.
 | 
				
			||||||
 | 
					# Copyright (C) 2019 ORGANIZATION
 | 
				
			||||||
 | 
					# This file is distributed under the same license as the PROJECT project.
 | 
				
			||||||
 | 
					# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					msgid ""
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					"Project-Id-Version: PROJECT VERSION\n"
 | 
				
			||||||
 | 
					"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
 | 
				
			||||||
 | 
					"POT-Creation-Date: 2019-08-28 14:34+0200\n"
 | 
				
			||||||
 | 
					"PO-Revision-Date: 2019-08-28 17:56+0200\n"
 | 
				
			||||||
 | 
					"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
				
			||||||
 | 
					"Language: sv\n"
 | 
				
			||||||
 | 
					"Language-Team: sv <LL@li.org>\n"
 | 
				
			||||||
 | 
					"Plural-Forms: nplurals=2; plural=(n != 1)\n"
 | 
				
			||||||
 | 
					"MIME-Version: 1.0\n"
 | 
				
			||||||
 | 
					"Content-Type: text/plain; charset=utf-8\n"
 | 
				
			||||||
 | 
					"Content-Transfer-Encoding: 8bit\n"
 | 
				
			||||||
 | 
					"Generated-By: Babel 2.6.0\n"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:13
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv4 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:14
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:15
 | 
				
			||||||
 | 
					msgid "This is not a valid IPv6 prefix."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:16
 | 
				
			||||||
 | 
					msgid "This is not a valid domain name."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:17
 | 
				
			||||||
 | 
					msgid "This is not a valid DUID."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:18
 | 
				
			||||||
 | 
					msgid "This is not a valid MAC address."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/validations.js:19
 | 
				
			||||||
 | 
					msgid "Doesn't contain a list of emails separated by commas."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/ForisForm.js:123
 | 
				
			||||||
 | 
					msgid "Changes you made may not be saved. Are you sure you want to leave?"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:32
 | 
				
			||||||
 | 
					msgid "Updating"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:35
 | 
				
			||||||
 | 
					msgid "Load settings"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/SubmitButton.js:38
 | 
				
			||||||
 | 
					msgid "Save"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:25
 | 
				
			||||||
 | 
					msgid "Settings were successfully saved."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: src/form/components/alerts.js:41
 | 
				
			||||||
 | 
					msgid "Settings update was failed."
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		Reference in New Issue
	
	Block a user