Skip to content

Commit

Permalink
Add Latvian (lv) translation (cont'd)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgx committed Sep 6, 2017
1 parent 2249562 commit 7157422
Show file tree
Hide file tree
Showing 5 changed files with 130 additions and 0 deletions.
28 changes: 28 additions & 0 deletions UI/Templates/SOGoACLLatvianAdditionAdvisory.wox
@@ -0,0 +1,28 @@
<?xml version="1.0" standalone="yes"?>
<!DOCTYPE container>
<container
xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:rsrc="OGo:url"
xmlns:label="OGo:label">

<var:if condition="isSubject">
<var:string value="currentUserName" const:escapeHTML="NO"/> ir pievienojis jūs
</var:if>

<var:if condition="isBody">
<var:string value="currentUserName" const:escapeHTML="NO"/> ir pievienojis jūs piekļuves sarakstam uz <var:string const:value='"' const:escapeHTML="NO"/><var:string value="resourceName" const:escapeHTML="NO"/><var:string const:value='"' const:escapeHTML="NO"/> mapi.
<!--
You can subscribe directly to that folder by following this link:
<var:string value="httpAdvisoryURL" const:escapeHTML="NO"/>subscribe?mail-invitation=YES
Otherwise, you will be able to subscribe later from the SOGo web interface.
You can also access this resource remotely using the following URL:
<var:string value="httpFolderURL" const:escapeHTML="NO"/>
-->
</var:if>

</container>
28 changes: 28 additions & 0 deletions UI/Templates/SOGoACLLatvianModificationAdvisory.wox
@@ -0,0 +1,28 @@
<?xml version="1.0" standalone="yes"?>
<!DOCTYPE container>
<container
xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:rsrc="OGo:url"
xmlns:label="OGo:label">

<var:if condition="isSubject">
<var:string value="currentUserName" const:escapeHTML="NO"/> ir modificējis piekļuves tiesības
</var:if>

<var:if condition="isBody">
<var:string value="currentUserName" const:escapeHTML="NO"/> ir modificējis jūsu piekļuves tiesības savai <var:string const:value='"' const:escapeHTML="NO"/><var:string value="resourceName" const:escapeHTML="NO"/><var:string const:value='"' const:escapeHTML="NO"/> mapi.
<!--
You can subscribe directly to that folder by following this link:
<var:string value="httpAdvisoryURL" const:escapeHTML="NO"/>subscribe?mail-invitation=YES
Otherwise, you will be able to subscribe later from the SOGo web interface.
You can also access this resource remotely using the following URL:
<var:string value="httpFolderURL" const:escapeHTML="NO"/>
-->
</var:if>

</container>
28 changes: 28 additions & 0 deletions UI/Templates/SOGoACLLatvianRemovalAdvisory.wox
@@ -0,0 +1,28 @@
<?xml version="1.0" standalone="yes"?>
<!DOCTYPE container>
<container
xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:rsrc="OGo:url"
xmlns:label="OGo:label">

<var:if condition="isSubject">
<var:string value="currentUserName" const:escapeHTML="NO"/> ir noņēmis jūs
</var:if>

<var:if condition="isBody">
<var:string value="currentUserName" const:escapeHTML="NO"/> ir noņēmis jūs no savām piekļuves sarakstu uz <var:string const:value='"' const:escapeHTML="NO"/><var:string value="resourceName" const:escapeHTML="NO"/><var:string const:value='"' const:escapeHTML="NO"/> mapi.
<!--
You can unsubscribe directly to that folder by following this link:
<var:string value="httpAdvisoryURL" const:escapeHTML="NO"/>unsubscribe?mail-invitation=YES
Otherwise, you will be able to unsubscribe later from the SOGo web interface.
You can also no longer access this resource using the following URL:
<var:string value="httpFolderURL" const:escapeHTML="NO"/>
-->
</var:if>

</container>
23 changes: 23 additions & 0 deletions UI/Templates/SOGoFolderLatvianAdditionAdvisory.wox
@@ -0,0 +1,23 @@
<?xml version="1.0" standalone="yes"?>
<!DOCTYPE container>
<container
xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:rsrc="OGo:url"
xmlns:label="OGo:label">

<var:if condition="isSubject">
<var:string const:value='"' const:escapeHTML="NO"/><var:string value="displayName" const:escapeHTML="NO"/><var:string const:value='"' const:escapeHTML="NO"/> izveidota
</var:if>

<var:if condition="isBody">
The <var:string const:value='"' const:escapeHTML="NO"/><var:string value="displayName" const:escapeHTML="NO"/><var:string const:value='"' const:escapeHTML="NO"/> mape izveidota.
<!--
You can access this resource remotely by using the following URL:
<var:string value="httpFolderURL" const:escapeHTML="NO"/>
-->
</var:if>

</container>
23 changes: 23 additions & 0 deletions UI/Templates/SOGoFolderLatvianRemovalAdvisory.wox
@@ -0,0 +1,23 @@
<?xml version="1.0" standalone="yes"?>
<!DOCTYPE container>
<container
xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:rsrc="OGo:url"
xmlns:label="OGo:label">

<var:if condition="isSubject">
<var:string const:value='"' const:escapeHTML="NO"/><var:string value="displayName" const:escapeHTML="NO"/><var:string const:value='"' const:escapeHTML="NO"/> ir izdzēsta
</var:if>

<var:if condition="isBody">
The <var:string const:value='"' const:escapeHTML="NO"/><var:string value="displayName" const:escapeHTML="NO"/><var:string const:value='"' const:escapeHTML="NO"/> mape ir izdzēsta.
<!--
The following URL is now no longer active:
<var:string value="httpFolderURL" const:escapeHTML="NO"/>
-->
</var:if>

</container>

0 comments on commit 7157422

Please sign in to comment.