Commit baaa7d45 authored by Simon's avatar Simon

Merge branch 'dev'

parents 5f7b78ee f575370a
......@@ -20,9 +20,9 @@
## Production
- build CSS & JS assets - `C:\web\dev.biuro\ npm run build`
- build new image `docker build -t biuro/web:0.0.27 .` (update version number)
- build new image `docker build -t biuro/web:0.0.31 .` (update version number)
- login to biuro docker account `docker login --username=biuro --password=9Ndtjd2vKsLvGuFOeFq1KdJs`
- push image to docker repository - `docker push biuro/web:0.0.27`
- push image to docker repository - `docker push biuro/web:0.0.31`
## Production
- update biuro/web image version in .env file (staging or www)
......@@ -30,12 +30,18 @@
- login to server via ssh and navigatate to root folder (biuro-staging or wwww)
- login to biuro docker account - `sudo docker login --username=biuro --password=9Ndtjd2vKsLvGuFOeFq1KdJs`
- use new image version - `sudo docker-compose up -d`
- exit - `exit`
### staging
### connect to servers
- generate ppk file from `!information/ssh-keys/biurolt.pem` key
- save on your PC, DO NOT OVERWITE existing ones. There is ssh/ folder added to gitignore, you can store them here.
- login su ssh or ftp using generated personal ppk key
### staging.biuro.lt (staging.www)
- server: 18.197.154.248
- user: ubuntu
### live
### biuro.lt (www)
- server: 18.195.10.89
- user: admin
......
......@@ -29,6 +29,8 @@ services:
- ./nginx/.htpasswd:/etc/nginx/.htpasswd
- ./nginx/php.ini:/usr/local/etc/php/conf.d/php.ini
- ./wp-content/languages/loco:/var/www/html/wp-content/languages/loco
- ./wp-content/plugins/biuro-contacts:/var/www/html/wp-content/plugins/biuro-contacts
- ./wp-content/plugins/biuro-feedbacks:/var/www/html/wp-content/plugins/biuro-feedbacks
- ./wp-content/plugins/biuro-html:/var/www/html/wp-content/plugins/biuro-html
......@@ -92,6 +94,8 @@ services:
- ./certs:/etc/letsencrypt
- ./certs-data:/data/letsencrypt
- ./wp-content/languages/loco:/var/www/html/wp-content/languages/loco
- ./wp-content/plugins/biuro-contacts:/var/www/html/wp-content/plugins/biuro-contacts
- ./wp-content/plugins/biuro-feedbacks:/var/www/html/wp-content/plugins/biuro-feedbacks
- ./wp-content/plugins/biuro-html:/var/www/html/wp-content/plugins/biuro-html
......@@ -127,6 +131,8 @@ services:
volumes:
- './var/wp-cli/cache:/etc/X11/fs/.wp-cli/cache'
- ./wp-content/languages/loco:/var/www/html/wp-content/languages/loco
- ./wp-content/plugins/biuro-contacts:/var/www/html/wp-content/plugins/biuro-contacts
- ./wp-content/plugins/biuro-feedbacks:/var/www/html/wp-content/plugins/biuro-feedbacks
- ./wp-content/plugins/biuro-html:/var/www/html/wp-content/plugins/biuro-html
......
......@@ -10,6 +10,8 @@
location ^~ /darbo-pasiulymai/ {
try_files $uri $uri/ /index.php?$args;
if ($args ~* "/?search=") { rewrite ^ /darbuotojams/darbo-pasiulymai/? permanent; }
if ($args ~* "/?type=[0-9]+") { rewrite ^ /darbuotojams/darbo-pasiulymai/? permanent; }
if ($args ~* "/?start=0") { rewrite ^ /darbuotojams/darbo-pasiulymai/? permanent; }
......
msgid ""
msgstr ""
"Project-Id-Version: Biuro Contacts\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-01 19:14+0000\n"
"PO-Revision-Date: 2019-05-01 19:17+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: German\n"
"Language: de_DE\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"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.2.2; wp-5.1.1"
#: public/class-biuro-contacts-public.php:151
msgid "This field is required"
msgstr "Dieses Feld wird benötigt"
#: public/class-biuro-contacts-public.php:162
msgid "Phone or email field is required"
msgstr "Telefon oder E-Mail-Feld ist erforderlich"
#: public/class-biuro-contacts-public.php:173
msgid "Incorrect phone number"
msgstr "Falsche Telefonnummer"
#: public/class-biuro-contacts-public.php:183
msgid "Email or phone field is required"
msgstr "E-Mail- oder Telefonfeld ist erforderlich"
#: public/class-biuro-contacts-public.php:190
msgid "Email format is incorrect"
msgstr "Das E-Mail-Format ist falsch"
#: public/class-biuro-contacts-public.php:205
msgid "You have to agree with conditions"
msgstr "Sie müssen den Bedingungen zustimmen"
#: public/partials/biuro-contacts-public--employees--step-2.php:23
#: public/partials/biuro-contacts-public--position--step-2.php:98
msgid "City"
msgstr "Stadt"
#: public/partials/biuro-contacts-public--employees--step-2.php:30
#: public/partials/biuro-contacts-public--position--step-2.php:105
#: public/partials/biuro-contacts-public--employers--step-2.php:30
msgid "Message"
msgstr "Nachricht"
#: public/partials/biuro-contacts-public--employees--step-2.php:37
#: public/partials/biuro-contacts-public--position--step-2.php:112
msgid "CV"
msgstr "CV anhängen"
#: public/partials/biuro-contacts-public--employees--step-2.php:45
#: public/partials/biuro-contacts-public--employees--step-1.php:78
#: public/partials/biuro-contacts-public--employers--step-1.php:78
#: public/partials/biuro-contacts-public--employers--step-2.php:47
msgid "Submit"
msgstr "Schicken"
#: public/partials/biuro-contacts-public--position--step-2.php:60
#: public/partials/biuro-contacts-public--employees--step-1.php:41
#: public/partials/biuro-contacts-public--employers--step-1.php:41
msgid "Name, surname"
msgstr "Name, Nachname"
#: public/partials/biuro-contacts-public--position--step-2.php:73
#: public/partials/biuro-contacts-public--employees--step-1.php:53
#: public/partials/biuro-contacts-public--employers--step-1.php:53
msgid "Phone no."
msgstr "Telefon"
#: public/partials/biuro-contacts-public--position--step-2.php:86
#: public/partials/biuro-contacts-public--employees--step-1.php:65
#: public/partials/biuro-contacts-public--employers--step-1.php:65
msgid "Email address"
msgstr "E-Mail Adresse"
#: public/partials/biuro-contacts-public--position--step-2.php:121
#: public/partials/biuro-contacts-public--employees--step-1.php:85
msgid ""
"I agree, that my personal data will be used for offering me a job. For more "
"detailed information view our <a href=\"https://biuro.eu/privacy-en.html\" "
"target=\"_blank\" rel=\"noopener\">Personal Data Protection Policy.</a>"
msgstr ""
"Ich bin damit einverstanden, dass meine persönlichen Daten verwendet werden, "
"um mir einen Job anzubieten. Ausführliche Informationen finden <a "
"href=\"https://biuro.eu/privacy-en.html\" target=\"_blank\" rel=\"noopener\">"
"Sie in unserer Datenschutzerklärung.</a>"
#: public/partials/biuro-contacts-public--position--step-2.php:132
#: public/partials/biuro-contacts-public--position--step-1.php:24
msgid "Apply"
msgstr "Sich bewerben"
#: public/partials/biuro-contacts-public--position.php:64
msgid "Thank You! Your data was send successfully."
msgstr "Danke dir! Ihre Daten wurden erfolgreich gesendet."
#: public/partials/biuro-contacts-public--position.php:65
#: public/partials/biuro-contacts-public--employees.php:58
#: public/partials/biuro-contacts-public--employees.php:91
#: public/partials/biuro-contacts-public--employers.php:58
#: public/partials/biuro-contacts-public--employers.php:90
msgid "OK"
msgstr "OK"
#: public/partials/biuro-contacts-public--employees.php:56
msgid "Thank You, we have successfully received data about you."
msgstr "Vielen Dank, wir haben erfolgreich Daten über Sie erhalten."
#: public/partials/biuro-contacts-public--employees.php:57
msgid "You can add information about yourself by adding a city, message or CV"
msgstr ""
"Sie können Informationen über sich selbst hinzufügen, indem Sie eine Stadt, "
"eine Nachricht oder einen Lebenslauf hinzufügen"
#: public/partials/biuro-contacts-public--employees.php:90
#: public/partials/biuro-contacts-public--employers.php:89
msgid "Thank You! The information has been successfully supplemented."
msgstr "Danke dir! Die Informationen wurden erfolgreich ergänzt."
#: public/partials/biuro-contacts-public--employers.php:56
msgid "Thank You for contacting!"
msgstr "Vielen Dank für Ihre Kontaktaufnahme!"
#: public/partials/biuro-contacts-public--employers.php:57
msgid "You request was send successfully, we will contact You."
msgstr ""
"Ihre Anfrage wurde erfolgreich versendet, wir werden uns mit Ihnen in "
"Verbindung setzen."
#: public/partials/biuro-contacts-public--employers--step-1.php:85
msgid ""
"I agree, that my personal data will be used for communicating during the pre-"
"contractual relationship. For more detailed information view our <a "
"href=\"https://biuro.eu/privacy-en.html\" target=\"_blank\" rel=\"noopener\">"
"Personal Data Protection Policy.</a>"
msgstr ""
"Ich bin damit einverstanden, dass meine persönlichen Daten im Rahmen der "
"vorvertraglichen Beziehung zur Kommunikation verwendet werden. Ausführliche "
"Informationen finden Sie in unserer <a href=\"https://biuro.eu/privacy-en."
"html\" target=\"_blank\" rel=\"noopener\"> Datenschutzerklärung.</a>\n"
#: public/partials/biuro-contacts-public--employers--step-2.php:23
msgid "Company"
msgstr "Unternehmen"
#. Name of the plugin
msgid "Biuro Contacts"
msgstr "Biuro Contacts"
#. Description of the plugin
msgid ""
"This is a short description of what the plugin does. It's displayed in the "
"WordPress admin area."
msgstr ""
"This is a short description of what the plugin does. It's displayed in the "
"WordPress admin area."
#. URI of the plugin
#. Author URI of the plugin
msgid "https://www.biuro.lt"
msgstr "https://www.biuro.lt"
#. Author of the plugin
msgid "Biuro"
msgstr "Biuro"
msgid ""
msgstr ""
"Project-Id-Version: Biuro Contacts\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-01 19:14+0000\n"
"PO-Revision-Date: 2019-05-02 11:52+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: German\n"
"Language: de_DE\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"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.2.2; wp-5.1.1"
#: public/class-biuro-contacts-public.php:151
msgid "This field is required"
msgstr "Dieses Feld wird benötigt"
#: public/class-biuro-contacts-public.php:162
msgid "Phone or email field is required"
msgstr "Telefon oder E-Mail-Feld ist erforderlich"
#: public/class-biuro-contacts-public.php:173
msgid "Incorrect phone number"
msgstr "Falsche Telefonnummer"
#: public/class-biuro-contacts-public.php:183
msgid "Email or phone field is required"
msgstr "E-Mail- oder Telefonfeld ist erforderlich"
#: public/class-biuro-contacts-public.php:190
msgid "Email format is incorrect"
msgstr "Das E-Mail-Format ist falsch"
#: public/class-biuro-contacts-public.php:205
msgid "You have to agree with conditions"
msgstr "Sie müssen den Bedingungen zustimmen"
#: public/partials/biuro-contacts-public--employees--step-2.php:23
#: public/partials/biuro-contacts-public--position--step-2.php:98
msgid "City"
msgstr "Stadt"
#: public/partials/biuro-contacts-public--employees--step-2.php:30
#: public/partials/biuro-contacts-public--position--step-2.php:105
#: public/partials/biuro-contacts-public--employers--step-2.php:30
msgid "Message"
msgstr "Nachricht"
#: public/partials/biuro-contacts-public--employees--step-2.php:37
#: public/partials/biuro-contacts-public--position--step-2.php:112
msgid "CV"
msgstr "CV anhängen"
#: public/partials/biuro-contacts-public--employees--step-2.php:45
#: public/partials/biuro-contacts-public--employees--step-1.php:78
#: public/partials/biuro-contacts-public--employers--step-1.php:78
#: public/partials/biuro-contacts-public--employers--step-2.php:47
msgid "Submit"
msgstr "Schicken"
#: public/partials/biuro-contacts-public--position--step-2.php:60
#: public/partials/biuro-contacts-public--employees--step-1.php:41
#: public/partials/biuro-contacts-public--employers--step-1.php:41
msgid "Name, surname"
msgstr "Name, Nachname"
#: public/partials/biuro-contacts-public--position--step-2.php:73
#: public/partials/biuro-contacts-public--employees--step-1.php:53
#: public/partials/biuro-contacts-public--employers--step-1.php:53
msgid "Phone no."
msgstr "Telefon"
#: public/partials/biuro-contacts-public--position--step-2.php:86
#: public/partials/biuro-contacts-public--employees--step-1.php:65
#: public/partials/biuro-contacts-public--employers--step-1.php:65
msgid "Email address"
msgstr "E-Mail Adresse"
#: public/partials/biuro-contacts-public--position--step-2.php:121
#: public/partials/biuro-contacts-public--employees--step-1.php:85
msgid ""
"I agree, that my personal data will be used for offering me a job. For more "
"detailed information view our <a href=\"https://biuro.eu/privacy-en.html\" "
"target=\"_blank\" rel=\"noopener\">Personal Data Protection Policy.</a>"
msgstr ""
"Ich bin damit einverstanden, dass meine persönlichen Daten verwendet werden, "
"um mir einen Job anzubieten. Ausführliche Informationen finden <a "
"href=\"https://biuro.eu/privacy-en.html\" target=\"_blank\" rel=\"noopener\">"
"Sie in unserer Datenschutzerklärung.</a>"
#: public/partials/biuro-contacts-public--position--step-2.php:132
#: public/partials/biuro-contacts-public--position--step-1.php:24
msgid "Apply"
msgstr "Sich bewerben"
#: public/partials/biuro-contacts-public--position.php:64
msgid "Thank You! Your data was send successfully."
msgstr "Danke dir! Ihre Daten wurden erfolgreich gesendet."
#: public/partials/biuro-contacts-public--position.php:65
#: public/partials/biuro-contacts-public--employees.php:58
#: public/partials/biuro-contacts-public--employees.php:91
#: public/partials/biuro-contacts-public--employers.php:58
#: public/partials/biuro-contacts-public--employers.php:90
msgid "OK"
msgstr "OK"
#: public/partials/biuro-contacts-public--employees.php:56
msgid "Thank You, we have successfully received data about you."
msgstr "Vielen Dank, wir haben erfolgreich Daten über Sie erhalten."
#: public/partials/biuro-contacts-public--employees.php:57
msgid "You can add information about yourself by adding a city, message or CV"
msgstr ""
"Sie können Informationen über sich selbst hinzufügen, indem Sie eine Stadt, "
"eine Nachricht oder einen Lebenslauf hinzufügen"
#: public/partials/biuro-contacts-public--employees.php:90
#: public/partials/biuro-contacts-public--employers.php:89
msgid "Thank You! The information has been successfully supplemented."
msgstr "Danke dir! Die Informationen wurden erfolgreich ergänzt."
#: public/partials/biuro-contacts-public--employers.php:56
msgid "Thank You for contacting!"
msgstr "Vielen Dank für Ihre Kontaktaufnahme!"
#: public/partials/biuro-contacts-public--employers.php:57
msgid "You request was send successfully, we will contact You."
msgstr ""
"Ihre Anfrage wurde erfolgreich versendet, wir werden uns mit Ihnen in "
"Verbindung setzen. Sie können Ihrer Abfrage einen Unternehmensnamen oder "
"eine Nachricht hinzufügen."
#: public/partials/biuro-contacts-public--employers--step-1.php:85
msgid ""
"I agree, that my personal data will be used for communicating during the pre-"
"contractual relationship. For more detailed information view our <a "
"href=\"https://biuro.eu/privacy-en.html\" target=\"_blank\" rel=\"noopener\">"
"Personal Data Protection Policy.</a>"
msgstr ""
"Ich bin damit einverstanden, dass meine persönlichen Daten im Rahmen der "
"vorvertraglichen Beziehung zur Kommunikation verwendet werden. Ausführliche "
"Informationen finden Sie in unserer <a href=\"https://biuro.eu/privacy-en."
"html\" target=\"_blank\" rel=\"noopener\"> Datenschutzerklärung.</a>\n"
#: public/partials/biuro-contacts-public--employers--step-2.php:23
msgid "Company"
msgstr "Unternehmen"
#. Name of the plugin
msgid "Biuro Contacts"
msgstr "Biuro Contacts"
#. Description of the plugin
msgid ""
"This is a short description of what the plugin does. It's displayed in the "
"WordPress admin area."
msgstr ""
"This is a short description of what the plugin does. It's displayed in the "
"WordPress admin area."
#. URI of the plugin
#. Author URI of the plugin
msgid "https://www.biuro.lt"
msgstr "https://www.biuro.lt"
#. Author of the plugin
msgid "Biuro"
msgstr "Biuro"
msgid ""
msgstr ""
"Project-Id-Version: Biuro Contacts\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-02 11:49+0000\n"
"PO-Revision-Date: 2019-05-02 11:49+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: \n"
"Language: en_US\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"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.2.2; wp-5.1.1"
#: public/class-biuro-contacts-public.php:151
msgid "This field is required"
msgstr ""
#: public/class-biuro-contacts-public.php:162
msgid "Phone or email field is required"
msgstr ""
#: public/class-biuro-contacts-public.php:173
msgid "Incorrect phone number"
msgstr ""
#: public/class-biuro-contacts-public.php:183
msgid "Email or phone field is required"
msgstr ""
#: public/class-biuro-contacts-public.php:190
msgid "Email format is incorrect"
msgstr ""
#: public/class-biuro-contacts-public.php:205
msgid "You have to agree with conditions"
msgstr ""
#: public/partials/biuro-contacts-public--employees--step-2.php:23
#: public/partials/biuro-contacts-public--position--step-2.php:98
msgid "City"
msgstr ""
#: public/partials/biuro-contacts-public--employees--step-2.php:30
#: public/partials/biuro-contacts-public--position--step-2.php:105
#: public/partials/biuro-contacts-public--employers--step-2.php:30
msgid "Message"
msgstr ""
#: public/partials/biuro-contacts-public--employees--step-2.php:37
#: public/partials/biuro-contacts-public--position--step-2.php:112
msgid "CV"
msgstr ""
#: public/partials/biuro-contacts-public--employees--step-2.php:45
#: public/partials/biuro-contacts-public--employees--step-1.php:78
#: public/partials/biuro-contacts-public--employers--step-1.php:78
#: public/partials/biuro-contacts-public--employers--step-2.php:47
msgid "Submit"
msgstr ""
#: public/partials/biuro-contacts-public--position--step-2.php:60
#: public/partials/biuro-contacts-public--employees--step-1.php:41
#: public/partials/biuro-contacts-public--employers--step-1.php:41
msgid "Name, surname"
msgstr ""
#: public/partials/biuro-contacts-public--position--step-2.php:73
#: public/partials/biuro-contacts-public--employees--step-1.php:53
#: public/partials/biuro-contacts-public--employers--step-1.php:53
msgid "Phone no."
msgstr ""
#: public/partials/biuro-contacts-public--position--step-2.php:86
#: public/partials/biuro-contacts-public--employees--step-1.php:65
#: public/partials/biuro-contacts-public--employers--step-1.php:65
msgid "Email address"
msgstr ""
#: public/partials/biuro-contacts-public--position--step-2.php:121
#: public/partials/biuro-contacts-public--employees--step-1.php:85
msgid ""
"I agree, that my personal data will be used for offering me a job. For more "
"detailed information view our <a href=\"https://biuro.eu/privacy-en.html\" "
"target=\"_blank\" rel=\"noopener\">Personal Data Protection Policy.</a>"
msgstr ""
#: public/partials/biuro-contacts-public--position--step-2.php:132
#: public/partials/biuro-contacts-public--position--step-1.php:24
msgid "Apply"
msgstr ""
#: public/partials/biuro-contacts-public--position.php:64
msgid "Thank You! Your data was send successfully."
msgstr ""
#: public/partials/biuro-contacts-public--position.php:65
#: public/partials/biuro-contacts-public--employees.php:58
#: public/partials/biuro-contacts-public--employees.php:91
#: public/partials/biuro-contacts-public--employers.php:58
#: public/partials/biuro-contacts-public--employers.php:90
msgid "OK"
msgstr ""
#: public/partials/biuro-contacts-public--employees.php:56
msgid "Thank You, we have successfully received data about you."
msgstr ""
#: public/partials/biuro-contacts-public--employees.php:57
msgid "You can add information about yourself by adding a city, message or CV"
msgstr ""
#: public/partials/biuro-contacts-public--employees.php:90
#: public/partials/biuro-contacts-public--employers.php:89
msgid "Thank You! The information has been successfully supplemented."
msgstr ""
#: public/partials/biuro-contacts-public--employers.php:56
msgid "Thank You for contacting!"
msgstr ""
#: public/partials/biuro-contacts-public--employers.php:57
msgid "You request was send successfully, we will contact You."
msgstr ""
#: public/partials/biuro-contacts-public--employers--step-1.php:85
msgid ""
"I agree, that my personal data will be used for communicating during the pre-"
"contractual relationship. For more detailed information view our <a "
"href=\"https://biuro.eu/privacy-en.html\" target=\"_blank\" rel=\"noopener\">"
"Personal Data Protection Policy.</a>"
msgstr ""
#: public/partials/biuro-contacts-public--employers--step-2.php:23
msgid "Company"
msgstr ""
#. Name of the plugin
msgid "Biuro Contacts"
msgstr ""
#. Description of the plugin
msgid ""
"This is a short description of what the plugin does. It's displayed in the "
"WordPress admin area."
msgstr ""
#. URI of the plugin
#. Author URI of the plugin
msgid "https://www.biuro.lt"
msgstr ""
#. Author of the plugin
msgid "Biuro"
msgstr ""
msgid ""
msgstr ""
"Project-Id-Version: Biuro Contacts\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-02 11:49+0000\n"
"PO-Revision-Date: 2019-05-02 11:51+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: English (United States)\n"
"Language: en_US\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"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.2.2; wp-5.1.1"
#: public/class-biuro-contacts-public.php:151
msgid "This field is required"
msgstr ""
#: public/class-biuro-contacts-public.php:162
msgid "Phone or email field is required"
msgstr ""
#: public/class-biuro-contacts-public.php:173
msgid "Incorrect phone number"
msgstr ""
#: public/class-biuro-contacts-public.php:183
msgid "Email or phone field is required"
msgstr ""
#: public/class-biuro-contacts-public.php:190
msgid "Email format is incorrect"
msgstr ""
#: public/class-biuro-contacts-public.php:205
msgid "You have to agree with conditions"
msgstr ""
#: public/partials/biuro-contacts-public--employees--step-2.php:23
#: public/partials/biuro-contacts-public--position--step-2.php:98
msgid "City"
msgstr ""
#: public/partials/biuro-contacts-public--employees--step-2.php:30
#: public/partials/biuro-contacts-public--position--step-2.php:105
#: public/partials/biuro-contacts-public--employers--step-2.php:30
msgid "Message"
msgstr ""
#: public/partials/biuro-contacts-public--employees--step-2.php:37
#: public/partials/biuro-contacts-public--position--step-2.php:112
msgid "CV"
msgstr ""
#: public/partials/biuro-contacts-public--employees--step-2.php:45
#: public/partials/biuro-contacts-public--employees--step-1.php:78
#: public/partials/biuro-contacts-public--employers--step-1.php:78
#: public/partials/biuro-contacts-public--employers--step-2.php:47
msgid "Submit"
msgstr ""
#: public/partials/biuro-contacts-public--position--step-2.php:60
#: public/partials/biuro-contacts-public--employees--step-1.php:41
#: public/partials/biuro-contacts-public--employers--step-1.php:41
msgid "Name, surname"
msgstr ""
#: public/partials/biuro-contacts-public--position--step-2.php:73
#: public/partials/biuro-contacts-public--employees--step-1.php:53
#: public/partials/biuro-contacts-public--employers--step-1.php:53
msgid "Phone no."
msgstr ""
#: public/partials/biuro-contacts-public--position--step-2.php:86
#: public/partials/biuro-contacts-public--employees--step-1.php:65
#: public/partials/biuro-contacts-public--employers--step-1.php:65
msgid "Email address"
msgstr ""
#: public/partials/biuro-contacts-public--position--step-2.php:121
#: public/partials/biuro-contacts-public--employees--step-1.php:85
msgid ""
"I agree, that my personal data will be used for offering me a job. For more "
"detailed information view our <a href=\"https://biuro.eu/privacy-en.html\" "
"target=\"_blank\" rel=\"noopener\">Personal Data Protection Policy.</a>"
msgstr ""
#: public/partials/biuro-contacts-public--position--step-2.php:132
#: public/partials/biuro-contacts-public--position--step-1.php:24
msgid "Apply"
msgstr ""
#: public/partials/biuro-contacts-public--position.php:64
msgid "Thank You! Your data was send successfully."
msgstr ""
#: public/partials/biuro-contacts-public--position.php:65
#: public/partials/biuro-contacts-public--employees.php:58
#: public/partials/biuro-contacts-public--employees.php:91
#: public/partials/biuro-contacts-public--employers.php:58
#: public/partials/biuro-contacts-public--employers.php:90
msgid "OK"
msgstr ""
#: public/partials/biuro-contacts-public--employees.php:56
msgid "Thank You, we have successfully received data about you."
msgstr ""
#: public/partials/biuro-contacts-public--employees.php:57
msgid "You can add information about yourself by adding a city, message or CV"
msgstr ""
#: public/partials/biuro-contacts-public--employees.php:90
#: public/partials/biuro-contacts-public--employers.php:89
msgid "Thank You! The information has been successfully supplemented."
msgstr ""
#: public/partials/biuro-contacts-public--employers.php:56
msgid "Thank You for contacting!"
msgstr ""
#: public/partials/biuro-contacts-public--employers.php:57
msgid "You request was send successfully, we will contact You."
msgstr ""
"You request was send successfully, we will contact you. You can add to your "
"query a business name or a message."
#: public/partials/biuro-contacts-public--employers--step-1.php:85
msgid ""
"I agree, that my personal data will be used for communicating during the pre-"
"contractual relationship. For more detailed information view our <a "
"href=\"https://biuro.eu/privacy-en.html\" target=\"_blank\" rel=\"noopener\">"
"Personal Data Protection Policy.</a>"
msgstr ""
#: public/partials/biuro-contacts-public--employers--step-2.php:23
msgid "Company"
msgstr ""
#. Name of the plugin
msgid "Biuro Contacts"
msgstr ""
#. Description of the plugin
msgid ""
"This is a short description of what the plugin does. It's displayed in the "
"WordPress admin area."
msgstr ""
#. URI of the plugin
#. Author URI of the plugin
msgid "https://www.biuro.lt"
msgstr ""
#. Author of the plugin
msgid "Biuro"
msgstr ""
msgid ""
msgstr ""
"Project-Id-Version: Biuro Contacts\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-01 18:13+0000\n"
"PO-Revision-Date: 2019-05-01 18:54+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: Lithuanian\n"
"Language: lt_LT\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"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.2.2; wp-5.1.1"
#: public/class-biuro-contacts-public.php:151
msgid "This field is required"
msgstr "Būtinas laukas"
#: public/class-biuro-contacts-public.php:162
msgid "Phone or email field is required"
msgstr "Telefono nr. arba el. paštas yra būtinas"
#: public/class-biuro-contacts-public.php:173
msgid "Incorrect phone number"
msgstr "Neteisingas tel. numeris"
#: public/class-biuro-contacts-public.php:183
msgid "Email or phone field is required"
msgstr "Telefono nr. arba el. paštas yra būtinas"
#: public/class-biuro-contacts-public.php:190
msgid "Email format is incorrect"
msgstr "Neteisingas el. pašto formatas."
#: public/class-biuro-contacts-public.php:205
msgid "You have to agree with conditions"
msgstr "Kad galėtume susisiekti, turite sutikti su sąlygomis"
#: public/partials/biuro-contacts-public--employees--step-2.php:23
#: public/partials/biuro-contacts-public--position--step-2.php:98
msgid "City"
msgstr "Miestas"
#: public/partials/biuro-contacts-public--employees--step-2.php:30
#: public/partials/biuro-contacts-public--position--step-2.php:105
#: public/partials/biuro-contacts-public--employers--step-2.php:30
msgid "Message"
msgstr "Žinutė"
#: public/partials/biuro-contacts-public--employees--step-2.php:37
#: public/partials/biuro-contacts-public--position--step-2.php:112
msgid "CV"
msgstr "Prisegti CV (neprivaloma)"
#: public/partials/biuro-contacts-public--employees--step-2.php:45
#: public/partials/biuro-contacts-public--employees--step-1.php:78
#: public/partials/biuro-contacts-public--employers--step-1.php:78
#: public/partials/biuro-contacts-public--employers--step-2.php:47
msgid "Submit"
msgstr "Siųsti"
#: public/partials/biuro-contacts-public--position--step-2.php:60
#: public/partials/biuro-contacts-public--employees--step-1.php:41
#: public/partials/biuro-contacts-public--employers--step-1.php:41
msgid "Name, surname"
msgstr "Vardas, pavardė"
#: public/partials/biuro-contacts-public--position--step-2.php:73
#: public/partials/biuro-contacts-public--employees--step-1.php:53
#: public/partials/biuro-contacts-public--employers--step-1.php:53
msgid "Phone no."
msgstr "Telefonas"
#: public/partials/biuro-contacts-public--position--step-2.php:86
#: public/partials/biuro-contacts-public--employees--step-1.php:65
#: public/partials/biuro-contacts-public--employers--step-1.php:65
msgid "Email address"
msgstr "El. paštas"
#: public/partials/biuro-contacts-public--position--step-2.php:121
#: public/partials/biuro-contacts-public--employees--step-1.php:85
msgid ""
"I agree, that my personal data will be used for offering me a job. For more "
"detailed information view our <a href=\"https://biuro.eu/privacy-en.html\" "
"target=\"_blank\" rel=\"noopener\">Personal Data Protection Policy.</a>"
msgstr ""
"Sutinku, kad mano asmens duomenys būtų tvarkomi pateikti darbo pasiūlymus. "
"Išsamią informaciją rasite <a href=\"https://biuro.eu/privacy-lt.html\" "
"target=\"_blank\" rel=\"noopener\">Asmens duomenų tvarkymo politikoje.</a>"
#: public/partials/biuro-contacts-public--position--step-2.php:132
#: public/partials/biuro-contacts-public--position--step-1.php:24
msgid "Apply"
msgstr "Kandidatuoti"
#: public/partials/biuro-contacts-public--position.php:64
msgid "Thank You! Your data was send successfully."
msgstr "Dėkojame! Informacija išsiųsta sėkmingai."
#: public/partials/biuro-contacts-public--position.php:65
#: public/partials/biuro-contacts-public--employees.php:58
#: public/partials/biuro-contacts-public--employees.php:91
#: public/partials/biuro-contacts-public--employers.php:58
#: public/partials/biuro-contacts-public--employers.php:90
msgid "OK"
msgstr "Gerai"
#: public/partials/biuro-contacts-public--employees.php:56
msgid "Thank You, we have successfully received data about you."
msgstr "Dėkojame, duomenis apie tave sėkmingai gavome. "
#: public/partials/biuro-contacts-public--employees.php:57
msgid "You can add information about yourself by adding a city, message or CV"
msgstr ""
"Informaciją apie save gali papildyti pridėdamas miestą, žinutę arba CV."
#: public/partials/biuro-contacts-public--employees.php:90
#: public/partials/biuro-contacts-public--employers.php:89
msgid "Thank You! The information has been successfully supplemented."
msgstr "Dėkojame! Informacija papildyta sėkmingai."
#: public/partials/biuro-contacts-public--employers.php:56
msgid "Thank You for contacting!"
msgstr "Dėkojame, kad kreipiatės! "
#: public/partials/biuro-contacts-public--employers.php:57
msgid "You request was send successfully, we will contact You."
msgstr "Jūsų užklausa išsiųsta sėkmingai, su Jumis susisieksime."
#: public/partials/biuro-contacts-public--employers--step-1.php:85
msgid ""
"I agree, that my personal data will be used for communicating during the pre-"
"contractual relationship. For more detailed information view our <a "
"href=\"https://biuro.eu/privacy-en.html\" target=\"_blank\" rel=\"noopener\">"
"Personal Data Protection Policy.</a>"
msgstr ""
"Sutinku, kad mano asmens duomenys būtų tvarkomi būtų tvarkomi komunikuojant "
"ikisutartiniuose santykiuose. Išsamią informaciją rasite <a href=\"https:"
"//biuro.eu/privacy-lt.html\" target=\"_blank\" rel=\"noopener\">Asmens "
"duomenų tvarkymo politikoje.</a>"
#: public/partials/biuro-contacts-public--employers--step-2.php:23
msgid "Company"
msgstr "Įmonė"
#. Name of the plugin
msgid "Biuro Contacts"
msgstr "Biuro Contacts"
#. Description of the plugin
msgid ""
"This is a short description of what the plugin does. It's displayed in the "
"WordPress admin area."
msgstr ""
"This is a short description of what the plugin does. It's displayed in the "
"WordPress admin area."
#. URI of the plugin
#. Author URI of the plugin
msgid "https://www.biuro.lt"
msgstr "https://www.biuro.lt"
#. Author of the plugin
msgid "Biuro"
msgstr "Biuro"
msgid ""
msgstr ""
"Project-Id-Version: Biuro Contacts\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-01 18:13+0000\n"
"PO-Revision-Date: 2019-05-02 11:39+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: Lithuanian\n"
"Language: lt_LT\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"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.2.2; wp-5.1.1"
#: public/class-biuro-contacts-public.php:151
msgid "This field is required"
msgstr "Būtinas laukas"
#: public/class-biuro-contacts-public.php:162
msgid "Phone or email field is required"
msgstr "Telefono nr. arba el. paštas yra būtinas"
#: public/class-biuro-contacts-public.php:173
msgid "Incorrect phone number"
msgstr "Neteisingas tel. numeris"
#: public/class-biuro-contacts-public.php:183
msgid "Email or phone field is required"
msgstr "Telefono nr. arba el. paštas yra būtinas"
#: public/class-biuro-contacts-public.php:190
msgid "Email format is incorrect"
msgstr "Neteisingas el. pašto formatas."
#: public/class-biuro-contacts-public.php:205
msgid "You have to agree with conditions"
msgstr "Kad galėtume susisiekti, turite sutikti su sąlygomis"
#: public/partials/biuro-contacts-public--employees--step-2.php:23
#: public/partials/biuro-contacts-public--position--step-2.php:98
msgid "City"
msgstr "Miestas"
#: public/partials/biuro-contacts-public--employees--step-2.php:30
#: public/partials/biuro-contacts-public--position--step-2.php:105
#: public/partials/biuro-contacts-public--employers--step-2.php:30
msgid "Message"
msgstr "Žinutė"
#: public/partials/biuro-contacts-public--employees--step-2.php:37
#: public/partials/biuro-contacts-public--position--step-2.php:112
msgid "CV"
msgstr "Prisegti CV (neprivaloma)"
#: public/partials/biuro-contacts-public--employees--step-2.php:45
#: public/partials/biuro-contacts-public--employees--step-1.php:78
#: public/partials/biuro-contacts-public--employers--step-1.php:78
#: public/partials/biuro-contacts-public--employers--step-2.php:47
msgid "Submit"
msgstr "Siųsti"
#: public/partials/biuro-contacts-public--position--step-2.php:60
#: public/partials/biuro-contacts-public--employees--step-1.php:41
#: public/partials/biuro-contacts-public--employers--step-1.php:41
msgid "Name, surname"
msgstr "Vardas, pavardė"
#: public/partials/biuro-contacts-public--position--step-2.php:73
#: public/partials/biuro-contacts-public--employees--step-1.php:53
#: public/partials/biuro-contacts-public--employers--step-1.php:53
msgid "Phone no."
msgstr "Telefonas"
#: public/partials/biuro-contacts-public--position--step-2.php:86
#: public/partials/biuro-contacts-public--employees--step-1.php:65
#: public/partials/biuro-contacts-public--employers--step-1.php:65
msgid "Email address"
msgstr "El. paštas"
#: public/partials/biuro-contacts-public--position--step-2.php:121
#: public/partials/biuro-contacts-public--employees--step-1.php:85
msgid ""
"I agree, that my personal data will be used for offering me a job. For more "
"detailed information view our <a href=\"https://biuro.eu/privacy-en.html\" "
"target=\"_blank\" rel=\"noopener\">Personal Data Protection Policy.</a>"
msgstr ""
"Sutinku, kad mano asmens duomenys būtų tvarkomi pateikti darbo pasiūlymus. "
"Išsamią informaciją rasite <a href=\"https://biuro.eu/privacy-lt.html\" "
"target=\"_blank\" rel=\"noopener\">Asmens duomenų tvarkymo politikoje.</a>"
#: public/partials/biuro-contacts-public--position--step-2.php:132
#: public/partials/biuro-contacts-public--position--step-1.php:24
msgid "Apply"
msgstr "Kandidatuoti"
#: public/partials/biuro-contacts-public--position.php:64
msgid "Thank You! Your data was send successfully."
msgstr "Dėkojame! Informacija išsiųsta sėkmingai."
#: public/partials/biuro-contacts-public--position.php:65
#: public/partials/biuro-contacts-public--employees.php:58
#: public/partials/biuro-contacts-public--employees.php:91
#: public/partials/biuro-contacts-public--employers.php:58
#: public/partials/biuro-contacts-public--employers.php:90
msgid "OK"
msgstr "Gerai"
#: public/partials/biuro-contacts-public--employees.php:56
msgid "Thank You, we have successfully received data about you."
msgstr "Dėkojame, duomenis apie tave sėkmingai gavome. "
#: public/partials/biuro-contacts-public--employees.php:57
msgid "You can add information about yourself by adding a city, message or CV"
msgstr ""
"Informaciją apie save gali papildyti pridėdamas miestą, žinutę arba CV."
#: public/partials/biuro-contacts-public--employees.php:90
#: public/partials/biuro-contacts-public--employers.php:89
msgid "Thank You! The information has been successfully supplemented."
msgstr "Dėkojame! Informacija papildyta sėkmingai."
#: public/partials/biuro-contacts-public--employers.php:56
msgid "Thank You for contacting!"
msgstr "Dėkojame, kad kreipiatės! "
#: public/partials/biuro-contacts-public--employers.php:57
msgid "You request was send successfully, we will contact You."
msgstr ""
"Jūsų užklausa išsiųsta sėkmingai, su Jumis susisieksime. Galite papildyti "
"užklausą įrašydami įmonės pavadinimą ar žinutę."
#: public/partials/biuro-contacts-public--employers--step-1.php:85
msgid ""
"I agree, that my personal data will be used for communicating during the pre-"
"contractual relationship. For more detailed information view our <a "
"href=\"https://biuro.eu/privacy-en.html\" target=\"_blank\" rel=\"noopener\">"
"Personal Data Protection Policy.</a>"
msgstr ""
"Sutinku, kad mano asmens duomenys būtų tvarkomi būtų tvarkomi komunikuojant "
"ikisutartiniuose santykiuose. Išsamią informaciją rasite <a href=\"https:"
"//biuro.eu/privacy-lt.html\" target=\"_blank\" rel=\"noopener\">Asmens "
"duomenų tvarkymo politikoje.</a>"
#: public/partials/biuro-contacts-public--employers--step-2.php:23
msgid "Company"
msgstr "Įmonė"
#. Name of the plugin
msgid "Biuro Contacts"
msgstr "Biuro Contacts"
#. Description of the plugin
msgid ""
"This is a short description of what the plugin does. It's displayed in the "
"WordPress admin area."
msgstr ""
"This is a short description of what the plugin does. It's displayed in the "
"WordPress admin area."
#. URI of the plugin
#. Author URI of the plugin
msgid "https://www.biuro.lt"
msgstr "https://www.biuro.lt"
#. Author of the plugin
msgid "Biuro"
msgstr "Biuro"
msgid ""
msgstr ""
"Project-Id-Version: Biuro Contacts\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-01 18:56+0000\n"
"PO-Revision-Date: 2019-05-01 18:59+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: Russian\n"
"Language: ru_RU\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"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.2.2; wp-5.1.1"
#: public/class-biuro-contacts-public.php:151
msgid "This field is required"
msgstr "Вы должны заполнить это поле"
#: public/class-biuro-contacts-public.php:162
msgid "Phone or email field is required"
msgstr "Требуется телефон или электронная почта"
#: public/class-biuro-contacts-public.php:173
msgid "Incorrect phone number"
msgstr "Неверный номер телефона"
#: public/class-biuro-contacts-public.php:183
msgid "Email or phone field is required"
msgstr "Требуется телефон или электронная почта"
#: public/class-biuro-contacts-public.php:190
msgid "Email format is incorrect"
msgstr "Неверный формат электронной почты"
#: public/class-biuro-contacts-public.php:205
msgid "You have to agree with conditions"
msgstr "Вы должны согласиться с условиями"
#: public/partials/biuro-contacts-public--employees--step-2.php:23
#: public/partials/biuro-contacts-public--position--step-2.php:98
msgid "City"
msgstr "Город"
#: public/partials/biuro-contacts-public--employees--step-2.php:30
#: public/partials/biuro-contacts-public--position--step-2.php:105
#: public/partials/biuro-contacts-public--employers--step-2.php:30
msgid "Message"
msgstr "Сообщение"
#: public/partials/biuro-contacts-public--employees--step-2.php:37
#: public/partials/biuro-contacts-public--position--step-2.php:112
msgid "CV"
msgstr "Приложить CV"
#: public/partials/biuro-contacts-public--employees--step-2.php:45
#: public/partials/biuro-contacts-public--employees--step-1.php:78
#: public/partials/biuro-contacts-public--employers--step-1.php:78
#: public/partials/biuro-contacts-public--employers--step-2.php:47
msgid "Submit"
msgstr "Отправить"
#: public/partials/biuro-contacts-public--position--step-2.php:60
#: public/partials/biuro-contacts-public--employees--step-1.php:41
#: public/partials/biuro-contacts-public--employers--step-1.php:41
msgid "Name, surname"
msgstr "Имя, Фамилия"
#: public/partials/biuro-contacts-public--position--step-2.php:73
#: public/partials/biuro-contacts-public--employees--step-1.php:53
#: public/partials/biuro-contacts-public--employers--step-1.php:53
msgid "Phone no."
msgstr "Телефон"
#: public/partials/biuro-contacts-public--position--step-2.php:86
#: public/partials/biuro-contacts-public--employees--step-1.php:65
#: public/partials/biuro-contacts-public--employers--step-1.php:65
msgid "Email address"
msgstr "Адрес электронной почты"
#: public/partials/biuro-contacts-public--position--step-2.php:121
#: public/partials/biuro-contacts-public--employees--step-1.php:85
msgid ""
"I agree, that my personal data will be used for offering me a job. For more "
"detailed information view our <a href=\"https://biuro.eu/privacy-en.html\" "
"target=\"_blank\" rel=\"noopener\">Personal Data Protection Policy.</a>"
msgstr ""
"Я согласен, что мои личные данные будут использованы для предложения работы. "
"Для более подробной информации просмотрите наше <a href=\"https://biuro."
"eu/privacy-en.html\" target=\"_blank\" rel=\"noopener\">политику защиты "
"персональных данных.</a>"
#: public/partials/biuro-contacts-public--position--step-2.php:132
#: public/partials/biuro-contacts-public--position--step-1.php:24
msgid "Apply"
msgstr "Подать заявку"
#: public/partials/biuro-contacts-public--position.php:64
msgid "Thank You! Your data was send successfully."
msgstr "Спасибо! Ваши данные были успешно отправлены."
#: public/partials/biuro-contacts-public--position.php:65
#: public/partials/biuro-contacts-public--employees.php:58
#: public/partials/biuro-contacts-public--employees.php:91
#: public/partials/biuro-contacts-public--employers.php:58
#: public/partials/biuro-contacts-public--employers.php:90
msgid "OK"
msgstr "Хорошо"
#: public/partials/biuro-contacts-public--employees.php:56
msgid "Thank You, we have successfully received data about you."
msgstr "Спасибо, мы успешно получили данные о вас."
#: public/partials/biuro-contacts-public--employees.php:57
msgid "You can add information about yourself by adding a city, message or CV"
msgstr ""
"Вы можете добавить информацию о себе, добавив город, сообщение или резюме"
#: public/partials/biuro-contacts-public--employees.php:90
#: public/partials/biuro-contacts-public--employers.php:89
msgid "Thank You! The information has been successfully supplemented."
msgstr "Спасибо! Информация была успешно дополнена."
#: public/partials/biuro-contacts-public--employers.php:56
msgid "Thank You for contacting!"
msgstr "Спасибо за обращение!"
#: public/partials/biuro-contacts-public--employers.php:57
msgid "You request was send successfully, we will contact You."
msgstr "Ваш запрос был успешно отправлен, мы свяжемся с Вами."
#: public/partials/biuro-contacts-public--employers--step-1.php:85
msgid ""
"I agree, that my personal data will be used for communicating during the pre-"
"contractual relationship. For more detailed information view our <a "
"href=\"https://biuro.eu/privacy-en.html\" target=\"_blank\" rel=\"noopener\">"
"Personal Data Protection Policy.</a>"
msgstr ""
"Я согласен, что мои личные данные будут использоваться для общения во время "
"преддоговорных отношений. Для более подробной информации просмотрите наше <a "
"href=\"https://biuro.eu/privacy-en.html\" target=\"_blank\" rel=\"noopener\">"
"политику защиты персональных данных.</a>"
#: public/partials/biuro-contacts-public--employers--step-2.php:23
msgid "Company"
msgstr "Компания"
#. Name of the plugin
msgid "Biuro Contacts"
msgstr "Biuro Contacts"
#. Description of the plugin
msgid ""
"This is a short description of what the plugin does. It's displayed in the "
"WordPress admin area."
msgstr ""
"This is a short description of what the plugin does. It's displayed in the "
"WordPress admin area."
#. URI of the plugin
#. Author URI of the plugin
msgid "https://www.biuro.lt"
msgstr "https://www.biuro.lt"
#. Author of the plugin
msgid "Biuro"
msgstr "Biuro"
msgid ""
msgstr ""
"Project-Id-Version: Biuro Contacts\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-01 18:56+0000\n"
"PO-Revision-Date: 2019-05-02 11:52+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: Russian\n"
"Language: ru_RU\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"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.2.2; wp-5.1.1"
#: public/class-biuro-contacts-public.php:151
msgid "This field is required"
msgstr "Вы должны заполнить это поле"
#: public/class-biuro-contacts-public.php:162
msgid "Phone or email field is required"
msgstr "Требуется телефон или электронная почта"
#: public/class-biuro-contacts-public.php:173
msgid "Incorrect phone number"
msgstr "Неверный номер телефона"
#: public/class-biuro-contacts-public.php:183
msgid "Email or phone field is required"
msgstr "Требуется телефон или электронная почта"
#: public/class-biuro-contacts-public.php:190
msgid "Email format is incorrect"
msgstr "Неверный формат электронной почты"
#: public/class-biuro-contacts-public.php:205
msgid "You have to agree with conditions"
msgstr "Вы должны согласиться с условиями"
#: public/partials/biuro-contacts-public--employees--step-2.php:23
#: public/partials/biuro-contacts-public--position--step-2.php:98
msgid "City"
msgstr "Город"
#: public/partials/biuro-contacts-public--employees--step-2.php:30
#: public/partials/biuro-contacts-public--position--step-2.php:105
#: public/partials/biuro-contacts-public--employers--step-2.php:30
msgid "Message"
msgstr "Сообщение"
#: public/partials/biuro-contacts-public--employees--step-2.php:37
#: public/partials/biuro-contacts-public--position--step-2.php:112
msgid "CV"
msgstr "Приложить CV"
#: public/partials/biuro-contacts-public--employees--step-2.php:45
#: public/partials/biuro-contacts-public--employees--step-1.php:78
#: public/partials/biuro-contacts-public--employers--step-1.php:78
#: public/partials/biuro-contacts-public--employers--step-2.php:47
msgid "Submit"
msgstr "Отправить"
#: public/partials/biuro-contacts-public--position--step-2.php:60
#: public/partials/biuro-contacts-public--employees--step-1.php:41
#: public/partials/biuro-contacts-public--employers--step-1.php:41
msgid "Name, surname"
msgstr "Имя, Фамилия"
#: public/partials/biuro-contacts-public--position--step-2.php:73
#: public/partials/biuro-contacts-public--employees--step-1.php:53
#: public/partials/biuro-contacts-public--employers--step-1.php:53
msgid "Phone no."
msgstr "Телефон"
#: public/partials/biuro-contacts-public--position--step-2.php:86
#: public/partials/biuro-contacts-public--employees--step-1.php:65
#: public/partials/biuro-contacts-public--employers--step-1.php:65
msgid "Email address"
msgstr "Адрес электронной почты"
#: public/partials/biuro-contacts-public--position--step-2.php:121
#: public/partials/biuro-contacts-public--employees--step-1.php:85
msgid ""
"I agree, that my personal data will be used for offering me a job. For more "
"detailed information view our <a href=\"https://biuro.eu/privacy-en.html\" "
"target=\"_blank\" rel=\"noopener\">Personal Data Protection Policy.</a>"
msgstr ""
"Я согласен, что мои личные данные будут использованы для предложения работы. "
"Для более подробной информации просмотрите наше <a href=\"https://biuro."
"eu/privacy-en.html\" target=\"_blank\" rel=\"noopener\">политику защиты "
"персональных данных.</a>"
#: public/partials/biuro-contacts-public--position--step-2.php:132
#: public/partials/biuro-contacts-public--position--step-1.php:24
msgid "Apply"
msgstr "Подать заявку"
#: public/partials/biuro-contacts-public--position.php:64
msgid "Thank You! Your data was send successfully."
msgstr "Спасибо! Ваши данные были успешно отправлены."
#: public/partials/biuro-contacts-public--position.php:65
#: public/partials/biuro-contacts-public--employees.php:58
#: public/partials/biuro-contacts-public--employees.php:91
#: public/partials/biuro-contacts-public--employers.php:58
#: public/partials/biuro-contacts-public--employers.php:90
msgid "OK"
msgstr "Хорошо"
#: public/partials/biuro-contacts-public--employees.php:56
msgid "Thank You, we have successfully received data about you."
msgstr "Спасибо, мы успешно получили данные о вас."
#: public/partials/biuro-contacts-public--employees.php:57
msgid "You can add information about yourself by adding a city, message or CV"
msgstr ""
"Вы можете добавить информацию о себе, добавив город, сообщение или резюме"
#: public/partials/biuro-contacts-public--employees.php:90
#: public/partials/biuro-contacts-public--employers.php:89
msgid "Thank You! The information has been successfully supplemented."
msgstr "Спасибо! Информация была успешно дополнена."
#: public/partials/biuro-contacts-public--employers.php:56
msgid "Thank You for contacting!"
msgstr "Спасибо за обращение!"
#: public/partials/biuro-contacts-public--employers.php:57
msgid "You request was send successfully, we will contact You."
msgstr ""
"Ваш запрос был успешно отправлен, мы свяжемся с Вами. Вы можете добавить в "
"свой запрос название компании или сообщение."
#: public/partials/biuro-contacts-public--employers--step-1.php:85
msgid ""
"I agree, that my personal data will be used for communicating during the pre-"
"contractual relationship. For more detailed information view our <a "
"href=\"https://biuro.eu/privacy-en.html\" target=\"_blank\" rel=\"noopener\">"
"Personal Data Protection Policy.</a>"
msgstr ""
"Я согласен, что мои личные данные будут использоваться для общения во время "
"преддоговорных отношений. Для более подробной информации просмотрите наше <a "
"href=\"https://biuro.eu/privacy-en.html\" target=\"_blank\" rel=\"noopener\">"
"политику защиты персональных данных.</a>"
#: public/partials/biuro-contacts-public--employers--step-2.php:23
msgid "Company"
msgstr "Компания"
#. Name of the plugin
msgid "Biuro Contacts"
msgstr "Biuro Contacts"
#. Description of the plugin
msgid ""
"This is a short description of what the plugin does. It's displayed in the "
"WordPress admin area."
msgstr ""
"This is a short description of what the plugin does. It's displayed in the "
"WordPress admin area."
#. URI of the plugin
#. Author URI of the plugin
msgid "https://www.biuro.lt"
msgstr "https://www.biuro.lt"
#. Author of the plugin
msgid "Biuro"
msgstr "Biuro"
msgid ""
msgstr ""
"Project-Id-Version: Biuro\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-01 18:09+0000\n"
"PO-Revision-Date: 2019-05-01 18:36+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: German\n"
"Language: de_DE\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"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.2.2; wp-5.1.1"
#: 404.php:25
msgid "Sorry, the page you are looking for does not exist!"
msgstr "Sorry, the page you are looking for does not exist!"
#: 404.php:27
msgid "Return to homepage"
msgstr "Zur Startseite zurückkehren"
#: single-job.php:48
msgid "Salary from"
msgstr "Gehalt von"
#: single-job.php:54
msgid "Salary to"
msgstr "Gehalt an"
#: single-job.php:66
msgid "Published"
msgstr "Veröffentlicht"
#: single-job.php:68
msgid "Valid till"
msgstr "Gültig bis"
#: single-job.php:75
msgid "Apply"
msgstr "Sich bewerben"
#: header.php:118
msgid "Get an offer"
msgstr "Erhalte ein Angebot"
#: header.php:122
msgid "Get a job offer"
msgstr "Erhalte ein Jobangebot"
#: front-page.php:43
msgid "Recent job ads"
msgstr "Aktuelle Stellenanzeigen"
#: front-page.php:78
msgid "More job ads"
msgstr "Weitere Stellenanzeigen"
#: front-page.php:91 sales-page.php:57
msgid "Trust in us"
msgstr "Sie vertrauen uns"
#. Name of the template
msgid "Search & Jobs page"
msgstr "Search & Jobs page"
#: searchform.php:83
msgid "Locations"
msgstr "Gebiet"
#: searchform.php:167
msgid "Keyword"
msgstr "Stichwort"
#: searchform.php:175
msgid "Search"
msgstr "Suche"
#. Name of the template
msgid "Sales page"
msgstr "Sales page"
#. Name of the template
msgid "Regions page"
msgstr "Regions-Seite"
#. Name of the template
msgid "Divisions page"
msgstr "Divisions page"
#: page-divisions.php:64 page-divisions.php:69
msgid "All"
msgstr "Alles"
#: template-parts/jobs/jobs-none.php:14
msgid "There are currently no job ads."
msgstr "Derzeit gibt es keine Stellenanzeigen."
#: template-parts/jobs/jobs-not-found.php:14
msgid "No search results were found."
msgstr "Es wurden keine Suchergebnisse gefunden."
#: template-parts/layout/aside-job-list.php:86
msgid "More ..."
msgstr "Mehr..."
#: template-parts/layout/aside-job-list.php:97
msgid "City"
msgstr "Stadt"
#: template-parts/layout/aside-job-list.php:101
msgid "Job area"
msgstr "Arbeitsbereich"
#: template-parts/layout/aside-job-list.php:105
msgid "Job type"
msgstr "Auftragstyp"
#: template-parts/layout/aside-job.php:12
msgid "Job position"
msgstr "Berufliche Stellung"
#: template-parts/layout/aside-job.php:12
msgid "I think you might like this job offer"
msgstr "Ich denke, dass Ihnen dieses Stellenangebot gefallen könnte"
#: template-parts/layout/aside-job.php:43
msgid "Suggest a friend"
msgstr "Für einen Freund vorschlagen"
#: template-parts/layout/aside-job-inactive.php:1
msgid "Job ad is inactive"
msgstr "Stellenanzeige ist inaktiv"
#. Name of the theme
#. Author of the theme
msgid "Biuro"
msgstr "Biuro"
#. Description of the theme
msgid "Biuro multiregion theme"
msgstr "Biuro multiregion theme"
#. Author URI of the theme
msgid "https://www.biuro.lt/"
msgstr "https://www.biuro.lt/"
msgid ""
msgstr ""
"Project-Id-Version: Biuro\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-01 18:09+0000\n"
"PO-Revision-Date: 2019-05-02 08:24+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: German\n"
"Language: de_DE\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"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.2.2; wp-5.1.1"
#: 404.php:25
msgid "Sorry, the page you are looking for does not exist!"
msgstr "Sorry, the page you are looking for does not exist!"
#: 404.php:27
msgid "Return to homepage"
msgstr "Zur Startseite zurückkehren"
#: single-job.php:48
msgid "Salary from"
msgstr "Gehalt von"
#: single-job.php:54
msgid "Salary to"
msgstr "Gehalt an"
#: single-job.php:66
msgid "Published"
msgstr "Veröffentlicht"
#: single-job.php:68
msgid "Valid till"
msgstr "Gültig bis"
#: single-job.php:75
msgid "Apply"
msgstr "Sich bewerben"
#: header.php:118
msgid "Get an offer"
msgstr "Erhalte ein Angebot"
#: header.php:122
msgid "Get a job offer"
msgstr "Erhalte ein Jobangebot"
#: front-page.php:43
msgid "Recent job ads"
msgstr "Aktuelle Stellenanzeigen"
#: front-page.php:78
msgid "More job ads"
msgstr "Weitere Stellenanzeigen"
#: front-page.php:91 sales-page.php:57
msgid "Trust in us"
msgstr "Sie vertrauen uns"
#. Name of the template
msgid "Search & Jobs page"
msgstr "Search & Jobs page"
#: searchform.php:83
msgid "Locations"
msgstr "Gebiet"
#: searchform.php:167
msgid "Keyword"
msgstr "Stichwort"
#: searchform.php:175
msgid "Search"
msgstr "Suche"
#. Name of the template
msgid "Sales page"
msgstr "Sales page"
#. Name of the template
msgid "Regions page"
msgstr "Regions-Seite"
#. Name of the template
msgid "Divisions page"
msgstr "Divisions page"
#: page-divisions.php:64 page-divisions.php:69
msgid "All"
msgstr "Alles"
#: template-parts/jobs/jobs-none.php:14
msgid "There are currently no job ads."
msgstr ""
"Derzeit gibt es keine Stellenanzeigen in deutscher Sprache. Aber wir haben "
"Job-Anzeigen in <a href=\"https://www.biuro.lt/darbuotojams/darbo-"
"pasiulymai/\">litauischer Sprache - wählen.</a>"
#: template-parts/jobs/jobs-not-found.php:14
msgid "No search results were found."
msgstr "Es wurden keine Suchergebnisse gefunden."
#: template-parts/layout/aside-job-list.php:86
msgid "More ..."
msgstr "Mehr..."
#: template-parts/layout/aside-job-list.php:97
msgid "City"
msgstr "Stadt"
#: template-parts/layout/aside-job-list.php:101
msgid "Job area"
msgstr "Arbeitsbereich"
#: template-parts/layout/aside-job-list.php:105
msgid "Job type"
msgstr "Auftragstyp"
#: template-parts/layout/aside-job.php:12
msgid "Job position"
msgstr "Berufliche Stellung"
#: template-parts/layout/aside-job.php:12
msgid "I think you might like this job offer"
msgstr "Ich denke, dass Ihnen dieses Stellenangebot gefallen könnte"
#: template-parts/layout/aside-job.php:43
msgid "Suggest a friend"
msgstr "Für einen Freund vorschlagen"
#: template-parts/layout/aside-job-inactive.php:1
msgid "Job ad is inactive"
msgstr "Stellenanzeige ist inaktiv"
#. Name of the theme
#. Author of the theme
msgid "Biuro"
msgstr "Biuro"
#. Description of the theme
msgid "Biuro multiregion theme"
msgstr "Biuro multiregion theme"
#. Author URI of the theme
msgid "https://www.biuro.lt/"
msgstr "https://www.biuro.lt/"
msgid ""
msgstr ""
"Project-Id-Version: Biuro\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-02 08:25+0000\n"
"PO-Revision-Date: 2019-05-02 08:25+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: English (United States)\n"
"Language: en_US\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"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.2.2; wp-5.1.1"
#: 404.php:25
msgid "Sorry, the page you are looking for does not exist!"
msgstr ""
#: 404.php:27
msgid "Return to homepage"
msgstr ""
#: single-job.php:48
msgid "Salary from"
msgstr ""
#: single-job.php:54
msgid "Salary to"
msgstr ""
#: single-job.php:66
msgid "Published"
msgstr ""
#: single-job.php:68
msgid "Valid till"
msgstr ""
#: single-job.php:75
msgid "Apply"
msgstr ""
#: header.php:146
msgid "Get an offer"
msgstr ""
#: header.php:164
msgid "Get a job offer"
msgstr ""
#: front-page.php:43
msgid "Recent job ads"
msgstr ""
#: front-page.php:78
msgid "More job ads"
msgstr ""
#: front-page.php:91 sales-page.php:57
msgid "Trust in us"
msgstr ""
#. Name of the template
msgid "Search & Jobs page"
msgstr ""
#: searchform.php:83
msgid "Locations"
msgstr "Location"
#: searchform.php:167
msgid "Keyword"
msgstr ""
#: searchform.php:175
msgid "Search"
msgstr ""
#. Name of the template
msgid "Sales page"
msgstr ""
#. Name of the template
msgid "Regions page"
msgstr ""
#. Name of the template
msgid "Divisions page"
msgstr ""
#: page-divisions.php:70
msgid "All"
msgstr ""
#: template-parts/jobs/jobs-none.php:14
msgid "There are currently no job ads."
msgstr ""
"There are currently no job ads in English. However, we have lots of job ads "
"in <a href=\"https://www.biuro.lt/darbuotojams/darbo-pasiulymai/\">"
"Lithuanian - choose the one you like.</a>"
#: template-parts/jobs/jobs-not-found.php:14
msgid "No search results were found."
msgstr ""
#: template-parts/layout/aside-job-list.php:86
msgid "More ..."
msgstr ""
#: template-parts/layout/aside-job-list.php:97
msgid "City"
msgstr ""
#: template-parts/layout/aside-job-list.php:101
msgid "Job area"
msgstr ""
#: template-parts/layout/aside-job-list.php:105
msgid "Job type"
msgstr ""
#: template-parts/layout/aside-job.php:12
msgid "Job position"
msgstr ""
#: template-parts/layout/aside-job.php:12
msgid "I think you might like this job offer"
msgstr ""
#: template-parts/layout/aside-job.php:43
msgid "Suggest a friend"
msgstr ""
#: template-parts/layout/aside-job-inactive.php:1
msgid "Job ad is inactive"
msgstr ""
#. Name of the theme
#. Author of the theme
msgid "Biuro"
msgstr ""
#. Description of the theme
msgid "Biuro multiregion theme"
msgstr ""
#. Author URI of the theme
msgid "https://www.biuro.lt/"
msgstr ""
msgid ""
msgstr ""
"Project-Id-Version: Biuro\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-02 08:25+0000\n"
"PO-Revision-Date: 2019-05-02 08:25+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: English (United States)\n"
"Language: en_US\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"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.2.2; wp-5.1.1"
#: 404.php:25
msgid "Sorry, the page you are looking for does not exist!"
msgstr ""
#: 404.php:27
msgid "Return to homepage"
msgstr ""
#: single-job.php:48
msgid "Salary from"
msgstr ""
#: single-job.php:54
msgid "Salary to"
msgstr ""
#: single-job.php:66
msgid "Published"
msgstr ""
#: single-job.php:68
msgid "Valid till"
msgstr ""
#: single-job.php:75
msgid "Apply"
msgstr ""
#: header.php:146
msgid "Get an offer"
msgstr ""
#: header.php:164
msgid "Get a job offer"
msgstr ""
#: front-page.php:43
msgid "Recent job ads"
msgstr ""
#: front-page.php:78
msgid "More job ads"
msgstr ""
#: front-page.php:91 sales-page.php:57
msgid "Trust in us"
msgstr "They trust in us"
#. Name of the template
msgid "Search & Jobs page"
msgstr ""
#: searchform.php:83
msgid "Locations"
msgstr "Location"
#: searchform.php:167
msgid "Keyword"
msgstr ""
#: searchform.php:175
msgid "Search"
msgstr ""
#. Name of the template
msgid "Sales page"
msgstr ""
#. Name of the template
msgid "Regions page"
msgstr ""
#. Name of the template
msgid "Divisions page"
msgstr ""
#: page-divisions.php:70
msgid "All"
msgstr ""
#: template-parts/jobs/jobs-none.php:14
msgid "There are currently no job ads."
msgstr ""
"There are currently no job ads in English. However, we have lots of job ads "
"in <a href=\"https://www.biuro.lt/darbuotojams/darbo-pasiulymai/\">"
"Lithuanian - choose the one you like.</a>"
#: template-parts/jobs/jobs-not-found.php:14
msgid "No search results were found."
msgstr ""
#: template-parts/layout/aside-job-list.php:86
msgid "More ..."
msgstr ""
#: template-parts/layout/aside-job-list.php:97
msgid "City"
msgstr ""
#: template-parts/layout/aside-job-list.php:101
msgid "Job area"
msgstr ""
#: template-parts/layout/aside-job-list.php:105
msgid "Job type"
msgstr ""
#: template-parts/layout/aside-job.php:12
msgid "Job position"
msgstr ""
#: template-parts/layout/aside-job.php:12
msgid "I think you might like this job offer"
msgstr ""
#: template-parts/layout/aside-job.php:43
msgid "Suggest a friend"
msgstr ""
#: template-parts/layout/aside-job-inactive.php:1
msgid "Job ad is inactive"
msgstr ""
#. Name of the theme
#. Author of the theme
msgid "Biuro"
msgstr ""
#. Description of the theme
msgid "Biuro multiregion theme"
msgstr ""
#. Author URI of the theme
msgid "https://www.biuro.lt/"
msgstr ""
msgid ""
msgstr ""
"Project-Id-Version: Biuro\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-02 11:39+0000\n"
"PO-Revision-Date: 2019-05-02 11:44+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: Lithuanian\n"
"Language: lt_LT\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"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.2.2; wp-5.1.1"
#: 404.php:25
msgid "Sorry, the page you are looking for does not exist!"
msgstr "Atsiprašome, bet puslapis kurio jūs ieškote, neegzistuoja!"
#: 404.php:27
msgid "Return to homepage"
msgstr "Grįžti į pagrindinį puslapį"
#: single-job.php:48
msgid "Salary from"
msgstr "Darbo užmokestis nuo"
#: single-job.php:54
msgid "Salary to"
msgstr "Darbo užmokestis iki"
#: single-job.php:66
msgid "Published"
msgstr "Paskelbta"
#: single-job.php:68
msgid "Valid till"
msgstr "Galioja iki"
#: single-job.php:75
msgid "Apply"
msgstr "Kandidatuoti"
#: header.php:146
msgid "Get an offer"
msgstr "Gaukite pasiūlymą"
#: header.php:164 page-vasaros-darbu-bankas.php:168
#: template-parts/layout/aside-job-list.php:129
msgid "Get a job offer"
msgstr "Gauk darbo pasiūlymą"
#: front-page.php:43
msgid "Recent job ads"
msgstr "Naujausi darbo skelbimai"
#: front-page.php:78
msgid "More job ads"
msgstr "Daugiau darbo skelbimų"
#: front-page.php:91 sales-page.php:57
msgid "Trust in us"
msgstr "Mumis pasitiki"
#. Name of the template
msgid "Search & Jobs page"
msgstr "Paieškos ir darbo skelbimų puslapis"
#. Name of the template
msgid "VDB page"
msgstr "VDB puslapis"
#: page-vasaros-darbu-bankas.php:30
msgid ""
"Find summer job – look through the job ads, we are constantly updating the "
"list and adding new ones."
msgstr ""
"Kviečiame surasti darbą vasarai - peržvelk pasiūlymus, juos nuolat papildome "
"naujais!"
#: page-vasaros-darbu-bankas.php:152
#: template-parts/layout/aside-job-list.php:113
msgid "Didn't find a job offer you like?"
msgstr "Neradai tau tinkančio pasiūlymo?"
#: page-vasaros-darbu-bankas.php:178
msgid "900"
msgstr "900"
#: page-vasaros-darbu-bankas.php:179
msgid ""
"This is how many people we employed during summer at 2018.<br/>Join us this "
"summer!"
msgstr ""
"Tiek 2018 m. vasarą įdarbinome žmonių.<br/>Šiais metais kviečiame "
"prisijungti ir tave!"
#: searchform.php:83
msgid "Locations"
msgstr "Vietovė"
#: searchform.php:167
msgid "Keyword"
msgstr "Raktažodis"
#: searchform.php:175
msgid "Search"
msgstr "Ieškoti"
#. Name of the template
msgid "Sales page"
msgstr "Pardavimų puslapis"
#. Name of the template
msgid "Regions page"
msgstr "Regionų puslapis"
#. Name of the template
msgid "Divisions page"
msgstr "Padalinių puslapis"
#: page-divisions.php:70
msgid "All"
msgstr "Visi"
#: template-parts/jobs/jobs-none.php:14
msgid "There are currently no job ads."
msgstr "Šiuo metu nėra darbo pasiūlymų pagal Jūsų paiešką."
#: template-parts/jobs/jobs-not-found.php:14
msgid "No search results were found."
msgstr "Pagal Jūsų paiešką, darbo skelbimų šiuo metu neturime."
#: template-parts/layout/aside-job-list.php:86
msgid "More ..."
msgstr "Daugiau..."
#: template-parts/layout/aside-job-list.php:97
msgid "City"
msgstr "Miestas"
#: template-parts/layout/aside-job-list.php:101
msgid "Job area"
msgstr "Darbo sritis"
#: template-parts/layout/aside-job-list.php:105
msgid "Job type"
msgstr "Darbo tipas"
#: template-parts/layout/aside-job.php:12
msgid "Job position"
msgstr "Darbo pasiūlymas"
#: template-parts/layout/aside-job.php:12
msgid "I think you might like this job offer"
msgstr "Manau, tau turėtų patikti šis darbo pasiūlymas"
#: template-parts/layout/aside-job.php:43
msgid "Suggest a friend"
msgstr "Pasiūlyk draugui"
#: template-parts/layout/aside-job-inactive.php:1
msgid "Job ad is inactive"
msgstr "Darbo skelbimas yra neaktyvus"
#. Name of the theme
#. Author of the theme
msgid "Biuro"
msgstr "Biuro"
#. Description of the theme
msgid "Biuro multiregion theme"
msgstr "Biuro multiregion theme"
#. Author URI of the theme
msgid "https://www.biuro.lt/"
msgstr "https://www.biuro.lt/"
msgid ""
msgstr ""
"Project-Id-Version: Biuro\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-02 18:51+0000\n"
"PO-Revision-Date: 2019-05-02 18:52+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: Lithuanian\n"
"Language: lt_LT\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"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.2.2; wp-5.1.1"
#: 404.php:25
msgid "Sorry, the page you are looking for does not exist!"
msgstr "Atsiprašome, bet puslapis kurio jūs ieškote, neegzistuoja!"
#: 404.php:27
msgid "Return to homepage"
msgstr "Grįžti į pagrindinį puslapį"
#: single-job.php:48
msgid "Salary from"
msgstr "Darbo užmokestis nuo"
#: single-job.php:54
msgid "Salary to"
msgstr "Darbo užmokestis iki"
#: single-job.php:66
msgid "Published"
msgstr "Paskelbta"
#: single-job.php:68
msgid "Valid till"
msgstr "Galioja iki"
#: single-job.php:75
msgid "Apply"
msgstr "Kandidatuoti"
#: header.php:146
msgid "Get an offer"
msgstr "Gaukite pasiūlymą"
#: header.php:164 page-vasaros-darbu-bankas.php:168
#: template-parts/layout/aside-job-list.php:129
msgid "Get a job offer"
msgstr "Gauk darbo pasiūlymą"
#: front-page.php:43
msgid "Recent job ads"
msgstr "Naujausi darbo skelbimai"
#: front-page.php:78
msgid "More job ads"
msgstr "Daugiau darbo skelbimų"
#: front-page.php:91 sales-page.php:57
msgid "Trust in us"
msgstr "Mumis pasitiki"
#. Name of the template
msgid "Search & Jobs page"
msgstr "Paieškos ir darbo skelbimų puslapis"
#. Name of the template
msgid "VDB page"
msgstr "VDB puslapis"
#: page-vasaros-darbu-bankas.php:30
msgid ""
"Find summer job – look through the job ads, we are constantly updating the "
"list and adding new ones."
msgstr ""
"Kviečiame surasti darbą vasarai - peržvelk pasiūlymus, juos nuolat papildome "
"naujais!"
#: page-vasaros-darbu-bankas.php:152
#: template-parts/layout/aside-job-list.php:113
msgid "Didn't find a job offer you like?"
msgstr "Neradai tau tinkančio pasiūlymo?"
#: page-vasaros-darbu-bankas.php:154
#: template-parts/layout/aside-job-list.php:115
msgid "Fill out the form and we will contact you"
msgstr "Užpildyk formą ir mes su tavimi susisieksime"
#: page-vasaros-darbu-bankas.php:178
msgid "900"
msgstr "900"
#: page-vasaros-darbu-bankas.php:179
msgid ""
"This is how many people we employed during summer at 2018.<br/>Join us this "
"summer!"
msgstr ""
"Tiek 2018 m. vasarą įdarbinome žmonių.<br/>Šiais metais kviečiame "
"prisijungti ir tave!"
#: searchform.php:77
msgid "Locations"
msgstr "Vietovė"
#: searchform.php:161
msgid "Keyword"
msgstr "Raktažodis"
#: searchform.php:169
msgid "Search"
msgstr "Ieškoti"
#. Name of the template
msgid "Sales page"
msgstr "Pardavimų puslapis"
#. Name of the template
msgid "Regions page"
msgstr "Regionų puslapis"
#. Name of the template
msgid "Divisions page"
msgstr "Padalinių puslapis"
#: page-divisions.php:70
msgid "All"
msgstr "Visi"
#: template-parts/jobs/jobs-none.php:14
msgid "There are currently no job ads."
msgstr "Šiuo metu nėra darbo pasiūlymų pagal Jūsų paiešką."
#: template-parts/jobs/jobs-not-found.php:14
msgid "No search results were found."
msgstr "Pagal Jūsų paiešką, darbo skelbimų šiuo metu neturime."
#: template-parts/layout/aside-job-list.php:86
msgid "More ..."
msgstr "Daugiau..."
#: template-parts/layout/aside-job-list.php:97
msgid "City"
msgstr "Miestas"
#: template-parts/layout/aside-job-list.php:101
msgid "Job area"
msgstr "Darbo sritis"
#: template-parts/layout/aside-job-list.php:105
msgid "Job type"
msgstr "Darbo tipas"
#: template-parts/layout/aside-job.php:11
msgid "Job position"
msgstr "Darbo pasiūlymas"
#: template-parts/layout/aside-job.php:11
msgid "I think you might like this job offer"
msgstr "Manau, tau turėtų patikti šis darbo pasiūlymas"
#: template-parts/layout/aside-job.php:43
msgid "Suggest a friend"
msgstr "Pasiūlyk draugui"
#: template-parts/layout/aside-job-inactive.php:1
msgid "Job ad is inactive"
msgstr "Darbo skelbimas yra neaktyvus"
#. Name of the theme
#. Author of the theme
msgid "Biuro"
msgstr "Biuro"
#. Description of the theme
msgid "Biuro multiregion theme"
msgstr "Biuro multiregion theme"
#. Author URI of the theme
msgid "https://www.biuro.lt/"
msgstr "https://www.biuro.lt/"
msgid ""
msgstr ""
"Project-Id-Version: Biuro\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-01 18:01+0000\n"
"PO-Revision-Date: 2019-05-01 18:50+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: Russian\n"
"Language: ru_RU\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"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.2.2; wp-5.1.1"
#: 404.php:25
msgid "Sorry, the page you are looking for does not exist!"
msgstr "Извините, страница, которую вы ищете, не существует!"
#: 404.php:27
msgid "Return to homepage"
msgstr "Вернуться на главную страницу"
#: single-job.php:48
msgid "Salary from"
msgstr "Зарплата от"
#: single-job.php:54
msgid "Salary to"
msgstr "Зарплата до"
#: single-job.php:66
msgid "Published"
msgstr "Публикации"
#: single-job.php:68
msgid "Valid till"
msgstr "Действителен до"
#: single-job.php:75
msgid "Apply"
msgstr "Подать заявку"
#: header.php:118
msgid "Get an offer"
msgstr "Получите предложение"
#: header.php:122
msgid "Get a job offer"
msgstr "Получи рабочее предложение"
#: front-page.php:43
msgid "Recent job ads"
msgstr "Новейшие объявления о работе"
#: front-page.php:78
msgid "More job ads"
msgstr "Больше объявлений о работе"
#: front-page.php:91 sales-page.php:57
msgid "Trust in us"
msgstr "Они доверяют нам"
#. Name of the template
msgid "Search & Jobs page"
msgstr "Search & Jobs page"
#: searchform.php:83
msgid "Locations"
msgstr "Местность"
#: searchform.php:167
msgid "Keyword"
msgstr "Ключевое слово"
#: searchform.php:175
msgid "Search"
msgstr "Поиск"
#. Name of the template
msgid "Sales page"
msgstr "Sales page"
#. Name of the template
msgid "Regions page"
msgstr "Regions page"
#. Name of the template
msgid "Divisions page"
msgstr "Divisions page"
#: page-divisions.php:64 page-divisions.php:69
msgid "All"
msgstr "Все"
#: template-parts/jobs/jobs-none.php:14
msgid "There are currently no job ads."
msgstr "В настоящее время нет объявлений о работе."
#: template-parts/jobs/jobs-not-found.php:14
msgid "No search results were found."
msgstr "Результаты поиска не были найдены."
#: template-parts/layout/aside-job-list.php:86
msgid "More ..."
msgstr "Больше..."
#: template-parts/layout/aside-job-list.php:97
msgid "City"
msgstr "Город"
#: template-parts/layout/aside-job-list.php:101
msgid "Job area"
msgstr "Сфера деятельности"
#: template-parts/layout/aside-job-list.php:105
msgid "Job type"
msgstr "Тип работы"
#: template-parts/layout/aside-job.php:12
msgid "Job position"
msgstr "Должность"
#: template-parts/layout/aside-job.php:12
msgid "I think you might like this job offer"
msgstr "Я думаю, что тебе может понравиться это предложение о работе"
#: template-parts/layout/aside-job.php:43
msgid "Suggest a friend"
msgstr "Предложить другу"
#: template-parts/layout/aside-job-inactive.php:1
msgid "Job ad is inactive"
msgstr "Объявление о работе неактивно"
#. Name of the theme
#. Author of the theme
msgid "Biuro"
msgstr "Biuro"
#. Description of the theme
msgid "Biuro multiregion theme"
msgstr "Biuro multiregion theme"
#. Author URI of the theme
msgid "https://www.biuro.lt/"
msgstr "https://www.biuro.lt/"
msgid ""
msgstr ""
"Project-Id-Version: Biuro\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-01 18:01+0000\n"
"PO-Revision-Date: 2019-05-02 08:23+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: Russian\n"
"Language: ru_RU\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"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.2.2; wp-5.1.1"
#: 404.php:25
msgid "Sorry, the page you are looking for does not exist!"
msgstr "Извините, страница, которую вы ищете, не существует!"
#: 404.php:27
msgid "Return to homepage"
msgstr "Вернуться на главную страницу"
#: single-job.php:48
msgid "Salary from"
msgstr "Зарплата от"
#: single-job.php:54
msgid "Salary to"
msgstr "Зарплата до"
#: single-job.php:66
msgid "Published"
msgstr "Публикации"
#: single-job.php:68
msgid "Valid till"
msgstr "Действителен до"
#: single-job.php:75
msgid "Apply"
msgstr "Подать заявку"
#: header.php:118
msgid "Get an offer"
msgstr "Получите предложение"
#: header.php:122
msgid "Get a job offer"
msgstr "Получи рабочее предложение"
#: front-page.php:43
msgid "Recent job ads"
msgstr "Новейшие объявления о работе"
#: front-page.php:78
msgid "More job ads"
msgstr "Больше объявлений о работе"
#: front-page.php:91 sales-page.php:57
msgid "Trust in us"
msgstr "Они доверяют нам"
#. Name of the template
msgid "Search & Jobs page"
msgstr "Search & Jobs page"
#: searchform.php:83
msgid "Locations"
msgstr "Местность"
#: searchform.php:167
msgid "Keyword"
msgstr "Ключевое слово"
#: searchform.php:175
msgid "Search"
msgstr "Поиск"
#. Name of the template
msgid "Sales page"
msgstr "Sales page"
#. Name of the template
msgid "Regions page"
msgstr "Regions page"
#. Name of the template
msgid "Divisions page"
msgstr "Divisions page"
#: page-divisions.php:64 page-divisions.php:69
msgid "All"
msgstr "Все"
#: template-parts/jobs/jobs-none.php:14
msgid "There are currently no job ads."
msgstr ""
"На русском языке нет объявлений о работе. Но есть много объявлений о работе "
"на <a href=\"https://www.biuro.lt/darbuotojams/darbo-pasiulymai/\">литовском "
"языке - выбирайте.</a>"
#: template-parts/jobs/jobs-not-found.php:14
msgid "No search results were found."
msgstr "Результаты поиска не были найдены."
#: template-parts/layout/aside-job-list.php:86
msgid "More ..."
msgstr "Больше..."
#: template-parts/layout/aside-job-list.php:97
msgid "City"
msgstr "Город"
#: template-parts/layout/aside-job-list.php:101
msgid "Job area"
msgstr "Сфера деятельности"
#: template-parts/layout/aside-job-list.php:105
msgid "Job type"
msgstr "Тип работы"
#: template-parts/layout/aside-job.php:12
msgid "Job position"
msgstr "Должность"
#: template-parts/layout/aside-job.php:12
msgid "I think you might like this job offer"
msgstr "Я думаю, что тебе может понравиться это предложение о работе"
#: template-parts/layout/aside-job.php:43
msgid "Suggest a friend"
msgstr "Предложить другу"
#: template-parts/layout/aside-job-inactive.php:1
msgid "Job ad is inactive"
msgstr "Объявление о работе неактивно"
#. Name of the theme
#. Author of the theme
msgid "Biuro"
msgstr "Biuro"
#. Description of the theme
msgid "Biuro multiregion theme"
msgstr "Biuro multiregion theme"
#. Author URI of the theme
msgid "https://www.biuro.lt/"
msgstr "https://www.biuro.lt/"
......@@ -31,4 +31,16 @@
}
}
.l-aside--search {
@media (--max--medium) {
display: none; position: fixed; top: 0; right: 0; width: 310px; padding-left: 40px; height: 100%; overflow: auto; z-index: 20;
&:before { content: ''; position: fixed; top: 0; width: 270px; right: 0; bottom: 0; background: #fff; }
}
}
.l-aside--close { position: fixed; top: 0; right: 265px; padding: 14px 17px; cursor: pointer;
@media (--min--medium) {
display: none;
}
}
/* critical:end */
......@@ -32,9 +32,9 @@
}
.l-content--heading { display: block; padding-top: 40px; padding-bottom: 25px;
.l-content--heading { display: block; padding-top: 20px; padding-bottom: 15px;
@media (--min--medium) {
padding-left: 320px;
padding-left: 320px; padding-top: 40px; padding-bottom: 25px;
}
h1 { margin: 0; padding: 0; color: #2A3644; font-size: 25px; font-weight: 500; line-height: 29px; }
}
......
......@@ -2,12 +2,14 @@
/* critical:start */
.l-section { padding: 20px 0; background: #111d1e url(/wp-content/themes/biuro/i/search-page.png) no-repeat 50% 50%; background-size: cover;
.l-section { padding: 20px 0; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover;
@media (--min--medium) {
padding: 30px 0;
}
}
.l-section--search-page { background-color: #111d1e; background-image: url(/wp-content/themes/biuro/i/search-page.png) }
.l-section--vdb { background-color: #086335; background-image: url(/wp-content/themes/biuro/i/vdb/section.png); }
.l-section--front-page { background: url(/wp-content/themes/biuro/i/front-page.png) no-repeat 50% 50%; background-size: cover; margin-bottom: 2px;
......
......@@ -35,4 +35,6 @@
&:hover { border-color: var(--color--green-darker); background-color: var(--color--green-darker); color: #fff; }
}
.c-btn--filter { color: #2A3644; font-size: 15px; line-height: 26px; text-align: center; background: #fff; border-radius: 3px; padding: 6px 15px 6px 12px; }
/* critical:end */
......@@ -23,7 +23,7 @@
.c-feedbacks--section { padding-top: 40px; }
.c-feedbacks--section-inner { position: relative; height: 110px; width: 320px; margin: 0 5px; padding: 60px 0 0; border-radius: 23px; background-color: #FFFFFF;
@media (--min--medium) {
height: 140px; width: 574px;
height: 140px; width: 574px; margin: 0 33px;
}
}
......
......@@ -13,4 +13,7 @@
.c-ico--email { float: left; margin: 6px 10px 0 0; }
.c-ico--address { float: left; margin: 3px 12px 0 3px; }
.c-ico--filter { float: left; margin: 3px 15px 0 3px; }
/* critical:end */
......@@ -7,7 +7,9 @@
.pods-pagination-paginate { display: flex; margin-bottom: 90px; }
.page-numbers { width: 46px; height: 46px; background: #fff; margin-right: 1px; text-decoration: none; text-align: center; line-height: 46px; color: #1FB299; font-size: 16px;
&:hover { background: var(--color--green-darker); color: #FFFFFF; }
&:hover { background: var(--color--green-darker); color: #FFFFFF;
&:after { border-color: #fff; }
}
&.current { background: #1FB299; color: #FFFFFF; }
}
.next {
......
......@@ -6,7 +6,7 @@
.c-jobs-section { margin: 0 20px 20px 0; padding: 28px 28px 23px; border-radius: 3px; background-color: #ffffff;
@media (--max--medium) {
display: none;
border-radius: 0; margin: 0; padding-bottom: 0; position: relative;
}
}
......@@ -23,6 +23,10 @@
.c-jobs-section--item { line-height: 33px; }
.c-jobs-section--item-active {
.c-jobs-section--anchor { color: #1FB299; }
}
.c-jobs-section--anchor { color: #939393; font-size: 14px; text-decoration: none;
&:hover { text-decoration: underline; }
}
......
......@@ -11,6 +11,19 @@
}
}
@media (--max--medium) {
.l-section--search-page { padding: 10px 0;
.c-search { flex-direction: row; margin: 0 10px; border-radius: 3px }
.c-search--col-location { display: none; }
.c-search--col-keyword { flex: 1 1 auto; border-radius: 3px 0 0 3px; }
.c-search--btn-text { display: none; }
.c-btn--search-small { min-width: 35px; margin: 5px; padding: 9px 7px 8px 8px; }
.c-search--input { height: 45px; padding: 0 0 0 15px; }
.c-search--col ul { top: 45px; }
.c-ico--area { display: none; }
}
}
.c-search--col { position: relative; flex: 1 1 auto; background-color: #FFFFFF;
@media (--max--medium) {
flex: 0 0 60px;
......@@ -45,6 +58,11 @@
.c-search--location { }
.c-search--keyword { }
.c-search--filters { padding: 10px 10px; text-align: right;
@media (--min--medium) {
display: none;
}
}
.l-section--front-page {
.c-search { box-shadow: 6px 10px 48px 0 #D4DBE4;
......@@ -65,6 +83,12 @@
}
}
.c-search--reset { display: none;
@media (--max--medium) {
position: relative; display: block; padding-top: 20px; text-align: center;
}
}
/*.l-section--front-page .c-search*/
/* critical:end */
......@@ -5,3 +5,14 @@ is-, has-: Signify that the piece of UI in question is currently styled a certai
========================================================================== */
@import '_state--nav.css';
@media (--max--medium) {
.is-aside--open { overflow: hidden;
.l-aside--search { display: block; }
.l-header { z-index: -1; }
&:after { content: ''; position: fixed; opacity: 0.97; background-color: #2A3644; top: 0; left: 0; width: 100%; height: 100%; }
.c-jobs-section--content { max-height: 2000em; }
.c-jobs-section--expand { display: none; }
}
}
This diff is collapsed.
This diff is collapsed.
......@@ -55,4 +55,45 @@ qa-: Signify that a QA or Test Engineering team is running an automated UI test
.biuro-ti-img { display: none; }
.t-membership{
width:100%;
border:0;
text-align:left
}
.t-membership td{
text-align:justify;
vertical-align:middle
}
.t-membership .t-membership-row-4 td{
border-bottom:none
}
@media (max-width:767px){
.t-membership tr{
display:block
}
.t-membership td{
display:block;
float:left;
width:100%
}
.t-membership .t-membership-col-2{
border-bottom:1px solid #dfdfdf;
padding:0 0 20px
}
}
@media (min-width:768px){
.t-membership-col-1{
width:150px;
padding-right:20px
}
}
@media (min-width:980px){
.t-membership-col-1{
width:250px;
padding-right:0
}
}
......@@ -79,7 +79,7 @@
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-THF42F');</script>
<script src="/wp-content/themes/biuro/js/main-8d255f4a.min.js" async></script>
<script src="/wp-content/themes/biuro/js/main-63c39ea0.min.js" async></script>
<?php wp_footer(); ?>
</body>
</html>
......@@ -62,27 +62,16 @@
get_template_part( 'template-parts/jobs/jobs', 'none' );
endif;
global $positionsPage;
$positionsPage = new WP_Query( array(
'numberposts' => 1,
'post_type' => 'page',
'meta_key' => 'page',
'meta_value' => 'positions'
) );
if ( $positionsPage->have_posts() ) :
while( $positionsPage->have_posts() ) :
$positionsPage->the_post();
?>
if ($positionsPage):
?>
<div class="c-jobs--more">
<a href="<?php echo get_the_permalink(); ?>" class="o-btn c-btn--alt"><?php _e('More job ads', 'biuro'); ?></a>
<a href="<?php echo $positionsPage; ?>" class="o-btn c-btn--alt"><?php _e('More job ads', 'biuro'); ?></a>
</div>
<?php
endwhile;
endif;
?>
<?php
endif;
?>
</div><!-- .c-jobs--inner -->
</div><!-- .c-jobs -->
......
......@@ -564,3 +564,73 @@ function wpseo_canonical_exclude( $canonical ) {
return false;
}
add_filter( 'wpseo_canonical', 'wpseo_canonical_exclude' );
function getPageTerm($keys) {
if ($keys):
foreach ( $keys as $key => $value ) :
$val = trim($value);
$taxonomy = substr($val, 20);
if ( '_' == $val{0} || substr($val, 0, 20) != 'built_in_taxonomies_' || !$taxonomy):
continue;
endif;
$res = get_post_custom_values( $val, $ID );
if ( !$res ) :
continue;
endif;
$term = $res[0];
if ( !$term ) :
continue;
endif;
return get_term_by( 'slug', $term, $taxonomy );
endforeach;
endif;
return null;
}
add_filter( 'template_include', 'template_include', 10 );
function template_include($template) {
global $query_string;
wp_parse_str( $query_string, $searchQuery );
if (!$searchQuery || !$searchQuery['s']):
return $template;
endif;
$VSD = get_term_by( 'slug', 'type-8-lt', 'type' );
if ($VSD && $VSD->name == $searchQuery['s']) {
$template = get_template_directory() . '/page-vasaros-darbu-bankas.php';
}
return $template;
}
$positionsPage = '';
$positionsQuery = new WP_Query( array(
'numberposts' => 1,
'post_type' => 'page',
'meta_key' => 'page',
'meta_value' => 'positions'
) );
if ( $positionsQuery->have_posts() ) :
while( $positionsQuery->have_posts() ) :
$positionsQuery->the_post();
$positionsPage = get_the_permalink();
endwhile;
endif;
wp_reset_query();
define('positionsPage', $positionsPage);
<?php
$searchQuery = get_search_query();
$cityID = get_query_var('city');
$cityID = is_numeric($cityID) ? $cityID : '';
define('searchQuery', $searchQuery);
define('cityID', $cityID);
?><!DOCTYPE html>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
......@@ -32,16 +23,16 @@ define('cityID', $cityID);
?>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
<style><?php include 'css/core-9030edd8cb.min.css'; ?></style>
<style><?php include 'css/core-c7abebb5d4.min.css'; ?></style>
<link rel="preload" href="/wp-content/themes/biuro/css/main-667185c0a1.min.css" as="style" onload="this.rel='stylesheet'">
<link rel="preload" href="/wp-content/themes/biuro/css/main-5c7f0fe5d1.min.css" as="style" onload="this.rel='stylesheet'">
<link rel="preload" href="/wp-content/themes/biuro/fonts/pt_sans_narrow.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/wp-content/themes/biuro/fonts/pt_sans_narrow_bold.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/wp-content/themes/biuro/fonts/bebas-neue.woff2" as="font" type="font/woff2" crossorigin>
<noscript>
<link rel="stylesheet" href="/wp-content/themes/biuro/css/main-667185c0a1.min.css">
<link rel="stylesheet" href="/wp-content/themes/biuro/css/main-5c7f0fe5d1.min.css">
</noscript>
<?php wp_head(); ?>
......@@ -50,7 +41,7 @@ define('cityID', $cityID);
global $post;
?>
?>
<body>
<svg xmlns="http://www.w3.org/2000/svg" class="u-hidden">
<symbol id="biuro-logo" viewBox="0 0 108 63" aria-labelledby="svg-title svg-desc">
......@@ -146,8 +137,8 @@ global $post;
<a href="<?php echo get_the_permalink(); ?>?#action" class="o-btn c-btn--main c-btn--header"><?php _e('Get an offer', 'biuro'); ?></a>
<?php
endwhile;
wp_reset_query();
endif;
wp_reset_query();
else:
$contactsPage = new WP_Query( array(
......@@ -164,8 +155,8 @@ global $post;
<a href="<?php echo get_the_permalink(); ?>?#action" class="o-btn c-btn--main c-btn--header"><?php _e('Get a job offer', 'biuro'); ?></a>
<?php
endwhile;
wp_reset_query();
endif;
wp_reset_query();
endif;
?>
......
......@@ -84,6 +84,13 @@ if (module.hot) {
});
});
document.querySelectorAll('.js-toggle--aside').forEach((node) => {
node.addEventListener('click', (e) => {
e.preventDefault();
document.body.classList.toggle('is-aside--open');
});
});
})(window);
const mapStyles = [
......
......@@ -14,7 +14,7 @@
get_header(); ?>
<div class="l-section l-section--vdb">
<div class="l-section l-section--search-page l-section--vdb">
<div class="l-section--inner">
<?php
if (get_page_template_slug() != 'sales-page.php'):
......@@ -29,10 +29,17 @@ get_header(); ?>
<p class="c-vdb--top-content">
<?php _e('Find summer job – look through the job ads, we are constantly updating the list and adding new ones.', 'biuro'); ?>
</p>
</div>
</div>
<div class="c-search--filters">
<button class="js-toggle--aside o-btn c-btn--filter">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" width="17" height="17" class="c-ico--filter">
<path d="M907.8,100.2l-346,380v419.7l-124.5-98.3v-322l-345-379.4H907.8 M907.8,17.9H92.2c-32.6,0-62,19.2-75.2,49c-13.2,29.8-7.5,64.5,14.4,88.6L355,511.3v290.2c0,25.2,11.5,49,31.3,64.6l124.5,98.3c14.8,11.7,32.8,17.7,51,17.7c12.2,0,24.5-2.7,35.9-8.2c28.4-13.7,46.4-42.5,46.4-74V512l324.6-356.5c21.9-24.1,27.6-58.8,14.4-88.6C969.8,37.1,940.3,17.9,907.8,17.9L907.8,17.9z"/>
</svg> <?php _e('Other filters', 'biuro'); ?>
</button>
</div>
<div id="content" class="l-main">
<div class="l-content l-content--heading">
......@@ -48,14 +55,25 @@ get_header(); ?>
</div>
<div class="l-content">
<aside class="l-aside">
<aside class="l-aside l-aside--search">
<?php
get_template_part( 'template-parts/layout/aside', 'job-list' );
?>
<span class="js-toggle--aside l-aside--close">
<svg width="13px" height="13px" viewBox="0 0 13 13" xmlns="http://www.w3.org/2000/svg">
<g id="FINAL@" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="square">
<g id="DUK" transform="translate(-233.000000, -657.000000)" fill-rule="nonzero" stroke="#ffffff" stroke-width="2">
<g id="Group-" transform="translate(202.000000, 624.000000)">
<g id="Group" transform="translate(26.000000, 28.000000)">
<path d="M11.5,11.5 L11.5,3.5 L11.5,11.5 L3.5,11.5 L11.5,11.5 Z M11.5,11.5 L11.5,19.5 L11.5,11.5 L19.5,11.5 L11.5,11.5 Z" id="Combined-Shape" transform="translate(11.500000, 11.500000) rotate(-45.000000) translate(-11.500000, -11.500000) "></path>
</g>
</g>
</g>
</g>
</svg>
</span>
</aside><!-- .l-aside -->
<main id="main" class="l-main">
<?php
......@@ -168,8 +186,8 @@ get_header(); ?>
<a href="<?php echo get_the_permalink(); ?>?#action" class="o-btn c-btn--vdb"><?php _e('Get a job offer', 'biuro'); ?></a>
<?php
endwhile;
wp_reset_query();
endif;
wp_reset_query();
?>
</div>
......
......@@ -17,30 +17,22 @@
get_header(); ?>
<div class="l-section <?php if ( is_front_page() ): ?> l-section--front-page <?php elseif (get_page_template_slug() == 'sales-page.php'): ?> l-section--sales-page <?php endif; ?>">
<div class="l-section l-section--search-page ">
<div class="l-section--inner">
<?php
if ( is_front_page() || get_page_template_slug() == 'sales-page.php' ):
while ( have_posts() ) :
?>
<div class="c-heading <?php if ( is_front_page() ): ?> c-heading--front-page <?php elseif (get_page_template_slug() == 'sales-page.php'): ?> c-heading--sales-page <?php endif; ?>">
<?php
the_post();
the_content();
?>
</div>
<?php
endwhile;
endif;
if (get_page_template_slug() != 'sales-page.php'):
get_search_form();
endif;
?>
</div>
</div>
<div class="c-search--filters">
<button class="js-toggle--aside o-btn c-btn--filter">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" width="17" height="17" class="c-ico--filter">
<path d="M907.8,100.2l-346,380v419.7l-124.5-98.3v-322l-345-379.4H907.8 M907.8,17.9H92.2c-32.6,0-62,19.2-75.2,49c-13.2,29.8-7.5,64.5,14.4,88.6L355,511.3v290.2c0,25.2,11.5,49,31.3,64.6l124.5,98.3c14.8,11.7,32.8,17.7,51,17.7c12.2,0,24.5-2.7,35.9-8.2c28.4-13.7,46.4-42.5,46.4-74V512l324.6-356.5c21.9-24.1,27.6-58.8,14.4-88.6C969.8,37.1,940.3,17.9,907.8,17.9L907.8,17.9z"/>
</svg> <?php _e('Other filters', 'biuro'); ?>
</button>
</div>
<div id="content" class="l-main">
<div class="l-content l-content--heading">
......@@ -56,10 +48,23 @@ get_header(); ?>
</div>
<div class="l-content">
<aside class="l-aside">
<aside class="l-aside l-aside--search">
<?php
get_template_part( 'template-parts/layout/aside', 'job-list' );
?>
<span class="js-toggle--aside l-aside--close">
<svg width="13px" height="13px" viewBox="0 0 13 13" xmlns="http://www.w3.org/2000/svg">
<g id="FINAL@" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="square">
<g id="DUK" transform="translate(-233.000000, -657.000000)" fill-rule="nonzero" stroke="#ffffff" stroke-width="2">
<g id="Group-" transform="translate(202.000000, 624.000000)">
<g id="Group" transform="translate(26.000000, 28.000000)">
<path d="M11.5,11.5 L11.5,3.5 L11.5,11.5 L3.5,11.5 L11.5,11.5 Z M11.5,11.5 L11.5,19.5 L11.5,11.5 L19.5,11.5 L11.5,11.5 Z" id="Combined-Shape" transform="translate(11.500000, 11.500000) rotate(-45.000000) translate(-11.500000, -11.500000) "></path>
</g>
</g>
</g>
</g>
</svg>
</span>
</aside><!-- .l-aside -->
......
......@@ -8,9 +8,23 @@
* @version 1.0
*/
global $query_string;
global $query_string;
wp_parse_str( $query_string, $searchQuery );
if ( get_post_type() == 'page' ):
$pageTerms = getPageTerm(get_post_custom_keys());
if ($pageTerms):
if ($pageTerms->taxonomy === 'type' || $pageTerms->taxonomy === 'field'):
$searchQuery['s'] = $pageTerms->name;
elseif ($pageTerms->taxonomy === 'city'):
$searchQuery['city'] = $pageTerms->name;
endif;
endif;
endif;
wp_parse_str( $query_string, $searchQuery );
?>
<form id="search" class="c-search" action="<?php echo home_url(); ?>" method="get">
......@@ -36,6 +50,22 @@
$termID = $city->term_id;
$where = 'valid.meta_value > "' . date('Y-m-d', strtotime('-1 days')) . '" AND city.term_id = ' . $termID;
$counter = $where;
if ( $searchQuery['s'] ) :
$field = get_term_by( 'name', preg_replace('/[\+]/', ' ', $searchQuery['s']), 'field' );
$type = get_term_by( 'name', preg_replace('/[\+]/', ' ', $searchQuery['s']), 'type' );
if ( $field ) :
$counter = $counter . ' AND field.term_id = ' . $field->term_id;
elseif ( $type ) :
$counter = $counter . ' AND type.term_id = ' . $type->term_id;
else:
$counter = $counter . ' AND (t.post_title LIKE "%' . $searchQuery['s'] . '%" OR t.post_content LIKE "%' . $searchQuery['s'] . '%")';
endif;
endif;
$params = array(
'where' => $where,
......@@ -44,13 +74,20 @@
$jobsIn = pods( 'job', $params );
$custom = array(
'where' => $counter,
'limit' => -1
);
$jobsCounter = pods( 'job', $custom );
if ( 0 < $jobsIn->total() ):
$order = intval(get_term_meta( $termID, 'order', true));
array_push($res, array(
'name' => $name,
'order' => $order,
'total' => $jobsIn->total()
'total' => $jobsCounter->total()
));
endif;
......@@ -74,7 +111,7 @@
endforeach;
?>
</datalist>
<input list="search-cities" id="search-city" name="city" value="<?php echo ($searchQuery) ? $searchQuery['city'] : ''; ?>" placeholder="<?php _e('Locations', 'biuro'); ?>" class="c-search--input c-search--location" />
<input list="search-cities" id="search-city" name="city" value="<?php echo ($searchQuery && $searchQuery['city']) ? trim(urldecode($searchQuery['city'])) : ''; ?>" placeholder="<?php _e('Locations', 'biuro'); ?>" class="c-search--input c-search--location" />
<?php
endif;
?>
......@@ -95,6 +132,15 @@
$termID = $type->term_id;
$where = 'valid.meta_value > "' . date('Y-m-d', strtotime('-1 days')) . '" AND type.term_id = ' . $termID;
$counter = $where;
if ( $searchQuery['city'] ) :
$city = get_term_by( 'name', preg_replace('/[\+]/', ' ', $searchQuery['city']), 'city' );
if ( $city ) :
$counter = $counter . ' AND city.term_id = ' . $city->term_id;
endif;
endif;
$params = array(
'where' => $where,
......@@ -103,8 +149,15 @@
$jobsIn = pods( 'job', $params );
$custom = array(
'where' => $counter,
'limit' => -1
);
$jobsTerms = pods( 'job', $custom );
if ( 0 < $jobsIn->total() ):
array_push( $options , array( 'name' => $name, 'total' => $jobsIn->total() ) );
array_push( $options , array( 'name' => $name, 'total' => $jobsTerms->total() ) );
endif;
endforeach;
endif;
......@@ -127,6 +180,15 @@
$termID = $field->term_id;
$where = 'valid.meta_value > "' . date('Y-m-d', strtotime('-1 days')) . '" AND field.term_id = ' . $termID;
$counter = $where;
if ( $searchQuery['city'] ) :
$city = get_term_by( 'name', preg_replace('/[\+]/', ' ', $searchQuery['city']), 'city' );
if ( $city ) :
$counter = $counter . ' AND city.term_id = ' . $city->term_id;
endif;
endif;
$params = array(
'where' => $where,
......@@ -135,8 +197,15 @@
$jobsIn = pods( 'job', $params );
$custom = array(
'where' => $counter,
'limit' => -1
);
$jobsFields = pods( 'job', $custom );
if ( 0 < $jobsIn->total() ):
array_push( $options , array( 'name' => $name, 'total' => $jobsIn->total() ) );
array_push( $options , array( 'name' => $name, 'total' => $jobsFields->total() ) );
endif;
endforeach;
......@@ -158,7 +227,7 @@
endforeach;
?>
</datalist>
<input list="search-queries" id="search-query" name="s" value="<?php echo ($searchQuery) ? $searchQuery['s'] : ''; ?>" placeholder="<?php _e('Keyword', 'biuro'); ?>" class="c-search--input c-search--keyword" />
<input list="search-queries" id="search-query" name="s" value="<?php echo ($searchQuery && $searchQuery['s']) ? trim(urldecode($searchQuery['s'])) : ''; ?>" placeholder="<?php _e('Keyword', 'biuro'); ?>" class="c-search--input c-search--keyword" />
<?php
endif;
?>
......@@ -166,6 +235,6 @@
<button class="o-btn c-btn--main <?php if ( is_front_page() ): ?>c-btn--search<?php else: ?>c-btn--search-small<?php endif; ?>" type="submit" value="1">
<svg xmlns="http://www.w3.org/2000/svg" width="17px" height="17px" viewBox="0 0 17 17" class="c-ico--search">
<path fill="#FFFFFF" d="M16.884,15.694c0.156,0.156,0.156,0.408,0,0.564l-0.75,0.75c-0.156,0.156-0.408,0.156-0.564,0 l-4.031-4.031c-0.073-0.076-0.116-0.176-0.116-0.282v-0.438c-1.212,1.046-2.789,1.68-4.516,1.68C3.091,13.938,0,10.846,0,7.031 s3.091-6.906,6.906-6.906c3.815,0,6.906,3.091,6.906,6.906c0,1.727-0.634,3.304-1.68,4.516h0.438c0.106,0,0.206,0.04,0.282,0.116 L16.884,15.694z M6.906,12.344c2.935,0,5.313-2.377,5.313-5.312S9.841,1.719,6.906,1.719c-2.935,0-5.313,2.377-5.313,5.312 S3.971,12.344,6.906,12.344z"/>
</svg> <?php _e('Search', 'biuro'); ?>
</svg> <span class="c-search--btn-text"><?php _e('Search', 'biuro'); ?></span>
</button>
</form>
......@@ -12,3 +12,18 @@
?>
<p><?php _e('No search results were found.', 'biuro'); ?></p>
<?php
global $query_string;
global $positionsPage;
wp_parse_str( $query_string, $searchQuery );
if ($positionsPage && ($searchQuery['s'] || $searchQuery['city'])):
?>
<p>
<a href="<?php echo $positionsPage; ?>" class="o-btn c-btn--main"><?php _e('More job ads', 'biuro'); ?></a>
</p>
<?php
endif;
?>
<?php
function getSiteTree($taxonomy, $section)
{
function getPageURL($taxonomy, $pageURL, $searchQuery, $termID) {
$term = get_term($termID);
if (!$term || !$term->name):
return $pageURL;
endif;
if ($searchQuery['s'] && $taxonomy == 'city'):
return '/?city=' . $term->name . '&s=' . $searchQuery['s'];
elseif ($searchQuery['city'] && ($taxonomy == 'type' || $taxonomy == 'field')):
return '/?city=' . $searchQuery['city'] . '&s=' . $term->name;
endif;
return $pageURL;
}
function getSiteTree($taxonomy, $section, $searchQuery) {
$terms = get_terms( array(
'taxonomy' => $taxonomy,
'hide_empty' => false,
......@@ -9,10 +25,44 @@ function getSiteTree($taxonomy, $section)
if ( !empty( $terms ) && ! is_wp_error( $terms ) ):
$res = array();
if ($searchQuery['city']):
$city = get_term_by( 'name', preg_replace('/[\+]/', ' ', $searchQuery['city']), 'city' );
endif;
if ($searchQuery['s']):
$field = get_term_by( 'name', preg_replace('/[\+]/', ' ', $searchQuery['s']), 'field' );
$type = get_term_by( 'name', preg_replace('/[\+]/', ' ', $searchQuery['s']), 'type' );
endif;
foreach ( $terms as $term ):
$termID = $term->term_id;
$active = false;
$where = 'valid.meta_value > "' . date('Y-m-d', strtotime('-1 days')) . '" AND ' . $taxonomy . '.term_id = ' . $termID;
$counter = $where;
if ($taxonomy == 'city'):
if ( $field ) :
$counter = $counter . ' AND field.term_id = ' . $field->term_id;
elseif ( $type ) :
$counter = $counter . ' AND type.term_id = ' . $type->term_id;
else:
$counter = $counter . ' AND (t.post_title LIKE "%' . $searchQuery['s'] . '%" OR t.post_content LIKE "%' . $searchQuery['s'] . '%")';
endif;
if ( $city && $city->term_id == $termID ) :
$active = true;
endif;
elseif ($taxonomy == 'type' || $taxonomy == 'field'):
if ( $city ) :
$counter = $counter . ' AND city.term_id = ' . $city->term_id;
endif;
if ( $field && $field->term_id == $termID || $type && $type->term_id == $termID) :
$active = true;
endif;
endif;
$params = array(
'where' => $where,
......@@ -21,6 +71,13 @@ function getSiteTree($taxonomy, $section)
$jobsIn = pods( 'job', $params );
$custom = array(
'where' => $counter,
'limit' => -1
);
$jobsCounter = pods( 'job', $custom );
if ( 0 < $jobsIn->total() ):
$page = get_term_meta( $termID, 'page-id', true);
$order = intval(get_term_meta( $termID, 'order', true));
......@@ -29,9 +86,10 @@ function getSiteTree($taxonomy, $section)
array_push($res, array(
'name' => $page['post_title'],
'href' => get_page_link( $page['ID'] ),
'href' => getPageURL($taxonomy, get_page_link( $page['ID'] ), $searchQuery, $termID),
'order' => $order,
'total' => $jobsIn->total()
'total' => $jobsCounter->total(),
'active' => $active
));
endif;
......@@ -74,7 +132,7 @@ function getSiteTree($taxonomy, $section)
foreach ( $res as $r ):
?>
<li class="c-jobs-section--item"><a href="<?php echo $r['href']; ?>" title="<?php echo $r['name']; ?>" class="c-jobs-section--anchor"><?php echo $r['name'] . ' (' . $r['total'] . ')'; ?></a></li>
<li class="c-jobs-section--item <?php if ($r['active']): echo 'c-jobs-section--item-active'; endif; ?>"><a href="<?php echo $r['href']; ?>" title="<?php echo $r['name']; ?>" class="c-jobs-section--anchor"><?php echo $r['name'] . ' (' . $r['total'] . ')'; ?></a></li>
<?php
endforeach;
......@@ -90,23 +148,51 @@ function getSiteTree($taxonomy, $section)
endif;
}
?>
global $query_string;
wp_parse_str( $query_string, $searchQuery );
$pageTerms = getPageTerm(get_post_custom_keys());
if ($pageTerms):
if ($pageTerms->taxonomy === 'type' || $pageTerms->taxonomy === 'field'):
$searchQuery['s'] = $pageTerms->name;
elseif ($pageTerms->taxonomy === 'city'):
$searchQuery['city'] = $pageTerms->name;
endif;
endif;
getSiteTree( 'city', __('City', 'biuro'), $searchQuery );
?>
<?php
getSiteTree( 'city', __('City', 'biuro') );
getSiteTree( 'field', __('Job area', 'biuro'), $searchQuery );
?>
<?php
getSiteTree( 'field', __('Job area', 'biuro') );
getSiteTree( 'type', __('Job type', 'biuro'), $searchQuery );
?>
<?php
getSiteTree( 'type', __('Job type', 'biuro') );
global $positionsPage;
if ($positionsPage):
?>
<p class="c-search--reset">
<a href="<?php echo $positionsPage; ?>" class="o-btn c-btn--main"><?php _e('Reset filters', 'biuro'); ?></a>
</p>
<?php
endif;
?>
<?php
$VSD = get_term_by( 'slug', 'type-8-lt', 'type' );
<?php if (get_page_template_slug() == 'page-vasaros-darbu-bankas.php'): ?>
if ($VSD && $VSD->name == $searchQuery['s']): ?>
<div class="c-vdb--section c-vdb--section-aside">
<img src="/wp-content/themes/biuro/i/vdb/not-found.png" width="85px" height="85px" alt="VDB not found" class="c-vdb--section-img" />
......@@ -129,8 +215,8 @@ function getSiteTree($taxonomy, $section)
<a href="<?php echo get_the_permalink(); ?>?#action" class="o-btn c-btn--vdb"><?php _e('Get a job offer', 'biuro'); ?></a>
<?php
endwhile;
wp_reset_query();
endif;
wp_reset_query();
?>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment