Skip to content
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.

Commit

Permalink
Merge pull request #36 from barrydegraaff/master
Browse files Browse the repository at this point in the history
Add spanish and dutch language to attachmentalert.
  • Loading branch information
dploeger committed Nov 24, 2015
2 parents 9da97f5 + fe9b5b4 commit c401ba5
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#
# ***** BEGIN LICENSE BLOCK *****
# Zimbra Collaboration Suite Zimlets
# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Zimbra, Inc.
#
# The contents of this file are subject to the Zimbra Public License
# Version 1.3 ("License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.zimbra.com/license.
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.
# ***** END LICENSE BLOCK *****
#

#
# Defines the attach search strings (a comma separated list)
#
AttachmentAlert_attach = adjunto,fichero adjunto,env\u00EDo el fichero,attachment

#
# Zimlet messages
#
AttachmentAlert_panel_label = Attachment Alert
AttachmentAlert_panel_tooltip = Se muestra una alerta cuando se olvida adjuntar un fichero cuando se escribe un email.
#
# Error messages
#
AttachmentAlert_error_noattachment = No se ha encontrado ning\u00FAn fichero adjunto, desea continuar?

#
# Preferences dialog
#
AttachmentAlert_dialog_preferences_title = Attachment Alert: Preferencias
AttachmentAlert_dialog_preferences_alert_text = Habilitar el Zimlet "Attachment Alert" (requiere que se refresque el navegador Web)
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#
# ***** BEGIN LICENSE BLOCK *****
# Zimbra Collaboration Suite Zimlets
# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Zimbra, Inc.
#
# The contents of this file are subject to the Zimbra Public License
# Version 1.3 ("License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.zimbra.com/license.
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.
# ***** END LICENSE BLOCK *****
#

#
# Defines the attach search strings (a comma separated list)
#
AttachmentAlert_attach = bijlage,attach

#
# Zimlet messages
#
AttachmentAlert_panel_label = Attachment Alert
AttachmentAlert_panel_tooltip = Toont een waarschuwing als u mogelijk een bijlage bent vergeten bij het opstellen van een email.

#
# Error messages
#
AttachmentAlert_error_noattachment = Geen bijlage(n) gevonden. Wilt u doorgaan?

#
# Preferences dialog
#
AttachmentAlert_dialog_preferences_title = Attachment Alert: Voorkeuren
AttachmentAlert_dialog_preferences_alert_text = Zet "Attachment Alert" Zimlet aan (vereist een browser refresh)


0 comments on commit c401ba5

Please sign in to comment.