Translate "No group data found for group " with strings.xml string NoGroupDataFound
This commit is contained in:
@@ -57,7 +57,7 @@
|
|||||||
#include "lltextbox.h"
|
#include "lltextbox.h"
|
||||||
#include "lltexteditor.h"
|
#include "lltexteditor.h"
|
||||||
#include "lltexturectrl.h"
|
#include "lltexturectrl.h"
|
||||||
#include "llviewercontrol.h"
|
#include "lltrans.h"
|
||||||
#include "llviewerwindow.h"
|
#include "llviewerwindow.h"
|
||||||
|
|
||||||
#include "hippogridmanager.h"
|
#include "hippogridmanager.h"
|
||||||
@@ -395,8 +395,7 @@ bool LLPanelGroupGeneral::apply(std::string& mesg)
|
|||||||
LLGroupMgrGroupData* gdatap = LLGroupMgr::getInstance()->getGroupData(mGroupID);
|
LLGroupMgrGroupData* gdatap = LLGroupMgr::getInstance()->getGroupData(mGroupID);
|
||||||
if (!gdatap)
|
if (!gdatap)
|
||||||
{
|
{
|
||||||
// *TODO: Translate
|
mesg = LLTrans::getString("NoGroupDataFound");
|
||||||
mesg = std::string("No group data found for group ");
|
|
||||||
mesg.append(mGroupID.asString());
|
mesg.append(mGroupID.asString());
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3215,6 +3215,7 @@ The
|
|||||||
<string name="NextStipendDay" value="The next stipend day is " />
|
<string name="NextStipendDay" value="The next stipend day is " />
|
||||||
<string name="GroupIndividualShare" value=" Group Individual Share" />
|
<string name="GroupIndividualShare" value=" Group Individual Share" />
|
||||||
<string name="GroupColumn" value=" Group" />
|
<string name="GroupColumn" value=" Group" />
|
||||||
|
<string name="NoGroupDataFound">No group data found for group </string>
|
||||||
|
|
||||||
<!-- floater IM bonus_info: When a Linden with Admin/god status receives a new IM this displays the estate (Mainland vs. teen grid) of the source avatar.
|
<!-- floater IM bonus_info: When a Linden with Admin/god status receives a new IM this displays the estate (Mainland vs. teen grid) of the source avatar.
|
||||||
This is to help Lindens when answering questions. -->
|
This is to help Lindens when answering questions. -->
|
||||||
|
|||||||
@@ -3134,6 +3134,9 @@ La
|
|||||||
<string name="NextStipendDay" value="Siguiente día de estipendio es " />
|
<string name="NextStipendDay" value="Siguiente día de estipendio es " />
|
||||||
<string name="GroupIndividualShare" value=" Grupo Participación Individual" />
|
<string name="GroupIndividualShare" value=" Grupo Participación Individual" />
|
||||||
<string name="GroupColumn" value=" Grupo" />
|
<string name="GroupColumn" value=" Grupo" />
|
||||||
|
<string name="NoGroupDataFound">
|
||||||
|
No se encontraron datos del grupo
|
||||||
|
</string>
|
||||||
|
|
||||||
<!-- floater IM bonus_info: When a Linden with Admin/god status receives a new IM this displays the estate (Mainland vs. teen grid) of the source avatar.
|
<!-- floater IM bonus_info: When a Linden with Admin/god status receives a new IM this displays the estate (Mainland vs. teen grid) of the source avatar.
|
||||||
This is to help Lindens when answering questions. -->
|
This is to help Lindens when answering questions. -->
|
||||||
|
|||||||
@@ -461,6 +461,32 @@
|
|||||||
<string name="GroupsNone">
|
<string name="GroupsNone">
|
||||||
aucun
|
aucun
|
||||||
</string>
|
</string>
|
||||||
|
<string name="Group" value=" (groupe)"/>
|
||||||
|
<string name="Unknown">
|
||||||
|
(Inconnu)
|
||||||
|
</string>
|
||||||
|
<string name="SummaryForTheWeek" value="Récapitulatif de la semaine, début le "/>
|
||||||
|
<string name="NextStipendDay" value=". Prochaine prime le "/>
|
||||||
|
<string name="GroupPlanningDate">
|
||||||
|
[day,datetime,utc]/[mthnum,datetime,utc]/[year,datetime,utc]
|
||||||
|
</string>
|
||||||
|
<string name="GroupIndividualShare" value=" Groupe Part individuelle"/>
|
||||||
|
<string name="GroupColumn" value="Groupe"/>
|
||||||
|
<string name="Balance">
|
||||||
|
Solde
|
||||||
|
</string>
|
||||||
|
<string name="Credits">
|
||||||
|
Crédits
|
||||||
|
</string>
|
||||||
|
<string name="Debits">
|
||||||
|
Débits
|
||||||
|
</string>
|
||||||
|
<string name="Total">
|
||||||
|
Total
|
||||||
|
</string>
|
||||||
|
<string name="NoGroupDataFound">
|
||||||
|
Aucune donnée trouvée pour le groupe
|
||||||
|
</string>
|
||||||
<string name="conference-title">
|
<string name="conference-title">
|
||||||
Chat à plusieurs
|
Chat à plusieurs
|
||||||
</string>
|
</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user