Language update
This commit is contained in:
parent
560b148d95
commit
f0ca8ccdec
2 changed files with 14 additions and 3 deletions
|
|
@ -13,6 +13,9 @@ ABOUT_TXT = "Fiktiv (fiktivkod.org) is ... that started ..."
|
|||
|
||||
BLOG_LATEST_INTRO = "We at fiktivkod use this blog to tell our stories about happy times and maybe not so happy experience ... "
|
||||
BLOG_ARCHIVE_INTRO = "Take a moment and look through our blog archive."
|
||||
BLOG_READABLE_TXT = "we have gathered some resources that we think might be of intresst to webdevelopers and others."
|
||||
BLOG_READABLE_SHIFLETT = "php guru and security expert. Blogs mostly about php security."
|
||||
BLOG_READABLE_NETTUTS = "great resource for webdevelopers that want to expand their knowledge."
|
||||
|
||||
|
||||
PORTFOLIO_INTRO = "This is some of the projects we have been working with."
|
||||
|
|
@ -21,4 +24,9 @@ ERROR_404 = "The page could not be found"
|
|||
ERROR_404_TXT = "The page you are trying to visit does not exist."
|
||||
ERROR_500 = "Oops, something went wrong"
|
||||
ERROR_500_TXT = "We will look into it as soon as we can."
|
||||
ERROR_TXT_WHAT = "The following went wrong"
|
||||
ERROR_TXT_WHAT = "The following went wrong"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -19,8 +19,11 @@ START_TXT = "Välkommen till fiktivkod.org. ...."
|
|||
ABOUT_TXT = "Fiktiv (fiktivkod.org) är ... som startade ..."
|
||||
|
||||
|
||||
BLOG_LATEST_INTRO = "Här på bloggen delar vi med oss av våra erfarenheter och andra dumheter ... "
|
||||
BLOG_ARCHIVE_INTRO = "Titta gärna igenom vårat bloggarkiv efter guldkorn."
|
||||
BLOG_LATEST_INTRO = "här på bloggen delar vi med oss av våra erfarenheter och andra dumheter ... "
|
||||
BLOG_ARCHIVE_INTRO = "titta gärna igenom vårat bloggarkiv efter guldkorn."
|
||||
BLOG_READABLE_TXT = "här har vi samlat länkar till vad vi tror kan vara intressant läsning."
|
||||
BLOG_READABLE_SHIFLETT = "php guru och säkerhets expert. Bloggar ofta om säkerhet till php"
|
||||
BLOG_READABLE_NETTUTS = "bra resurs för den kunskapssökande webbutvecklaren."
|
||||
|
||||
|
||||
PORTFOLIO_INTRO = "Det här är lite av de projekt vi har jobbat med."
|
||||
|
|
|
|||
Reference in a new issue