Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add norwegian translation #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
COM_PATCHTESTER_NOT_APPLIED="Inaktiv"
COM_PATCHTESTER_APPLIED="Aktiv"
COM_PATCHTESTER_REVERT_PATCH="Deaktiver Patch"
COM_PATCHTESTER_APPLY_PATCH="Aktiver Patch"
COM_PATCHTESTER_TEST_THIS_PATCH="Test denne patchen"
COM_PATCHTESTER_COMPONENT_LABEL="Patch Tester"
COM_PATCHTESTER_COMPONENT_DESC="Patch Tester Konfigurasjon"
COM_PATCHTESTER_FIELD_ORG_LABEL="Github Brukernavn"
COM_PATCHTESTER_FIELD_ORG_DESC="Navn på Github konto som skal brukes for å monitorere pull requester"
COM_PATCHTESTER_FIELD_REPO_LABEL="Github Repository"
COM_PATCHTESTER_FIELD_REPO_DESC="Navn på repository som skal brukes for å monitorere pull requester"
COM_PATCHTESTER_JOOMLACODE_ISSUE="Joomlacode ID"
COM_PATCHTESTER_PULL_ID="Pull ID"

;messages
COM_PATCHTESTER_REPO_IS_GONE="Patchen kunne ikke aktiveres fordi repositoriet mangler"
COM_PATCHTESTER_CONFLICT_S="Patchen kunne ikke aktiveres fordi den er i konflikt med en annen aktiv patch: %s"
COM_PATCHTESTER_FILE_DELETED_DOES_NOT_EXIST_S="Filen merket for sletting finnes ikke: %s"
COM_PATCHTESTER_FILE_MODIFIED_DOES_NOT_EXIST_S="Filen merket for endring finnes ikke: %s"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
COM_PATCHTESTER="Patch Tester"
COM_PATCHTESTER_XML_DESCRIPTION="Komponent for testing av pull requests"